Big article on how #uber ML system Michelangelo works
Michelangelo enables internal teams to seamlessly build, deploy, and operate machine learning solutions at Uberβs scale. It is designed to cover the end-to-end ML workflow: manage data, train, evaluate, and deploy models, make predictions, and monitor predictions. The system also supports traditional ML models, time series forecasting, and deep learning.
Link: https://eng.uber.com/michelangelo/
#ML #MLSystem #MLatwork #practical
Michelangelo enables internal teams to seamlessly build, deploy, and operate machine learning solutions at Uberβs scale. It is designed to cover the end-to-end ML workflow: manage data, train, evaluate, and deploy models, make predictions, and monitor predictions. The system also supports traditional ML models, time series forecasting, and deep learning.
Link: https://eng.uber.com/michelangelo/
#ML #MLSystem #MLatwork #practical
π₯Quasi-Breaking: An Algorithm Inks a Record Deal With Warner Music
Endel uses machine learning to create personalized tracks meant to help people focus, relax and sleep better by inputting factors such as heart rate, time of day, location and weather.
Looking forward to actual music-generating algorithm being signed up for label.
Link: https://hypebeast.com/2019/3/endel-algorithm-record-deal-warner-music
#MLHype #audiolearning #DL #Endel
Endel uses machine learning to create personalized tracks meant to help people focus, relax and sleep better by inputting factors such as heart rate, time of day, location and weather.
Looking forward to actual music-generating algorithm being signed up for label.
Link: https://hypebeast.com/2019/3/endel-algorithm-record-deal-warner-music
#MLHype #audiolearning #DL #Endel
HYPEBEAST
An Algorithm Inks Distribution Partnership With Warner Music
This is the future.
ββReducing the Need for Labeled Data in Generative Adversarial Networks
How combination of self-supervision and semi-supervision can help learn from partially labeled data.
Link: https://ai.googleblog.com/2019/03/reducing-need-for-labeled-data-in.html
#GAN #DL #Google #supervisedvsunsupervised
How combination of self-supervision and semi-supervision can help learn from partially labeled data.
Link: https://ai.googleblog.com/2019/03/reducing-need-for-labeled-data-in.html
#GAN #DL #Google #supervisedvsunsupervised
Data Science by ODS.ai π¦
Hey, recent questionnaire showed that there are some people who can volunteer to help with the channel content. If you consider yourself as a volunteer who can help with spreading word about worthy content, please do fill in this Google Form. We will contactβ¦
Still looking for volunteers π
Data Science by ODS.ai π¦
Hey, recent questionnaire showed that there are some people who can volunteer to help with the channel content. If you consider yourself as a volunteer who can help with spreading word about worthy content, please do fill in this Google Form. We will contactβ¦
Thanks everyone for noting, now Google Form has been corrected: https://goo.gl/forms/dkY6P6Vi8XWA20eZ2
Google Docs
@opendatascience call to arms
Please fill in the form, if you want to volunteer to content exploration, annotating and posting.
π«Prefect (Airflow alternative) has gone Open Source
Prefect is capable of:
* Handling data processing timeline
* Orchestrating the backend of Cloud execution platform
* Parameterizing machine learning models
* Execute other ETL patterns
Docs: https://docs.prefect.io
Link: https://medium.com/the-prefect-blog/prefect-is-open-source-744e3c00cf35
GitHub: https://github.com/prefecthq/prefect
#ml_pipeline #mlflow
Prefect is capable of:
* Handling data processing timeline
* Orchestrating the backend of Cloud execution platform
* Parameterizing machine learning models
* Execute other ETL patterns
Docs: https://docs.prefect.io
Link: https://medium.com/the-prefect-blog/prefect-is-open-source-744e3c00cf35
GitHub: https://github.com/prefecthq/prefect
#ml_pipeline #mlflow
Prefect
Introduction - Prefect
ββA comprehensive beginnerβs guide to create a Time Series Forecast (with Codes in Python)
A middle-level article on #TS forecasting in #Python.
Link: https://www.analyticsvidhya.com/blog/2016/02/time-series-forecasting-codes-python/
A middle-level article on #TS forecasting in #Python.
Link: https://www.analyticsvidhya.com/blog/2016/02/time-series-forecasting-codes-python/
ββAn End-to-End Project on Time Series Analysis and Forecasting with Python
Todayβs second article about #TS forecasting, to cover basics and provide knowledge about how to approach TS data mining.
Link: https://towardsdatascience.com/an-end-to-end-project-on-time-series-analysis-and-forecasting-with-python-4835e6bf050b
#Python
Todayβs second article about #TS forecasting, to cover basics and provide knowledge about how to approach TS data mining.
Link: https://towardsdatascience.com/an-end-to-end-project-on-time-series-analysis-and-forecasting-with-python-4835e6bf050b
#Python
πUsing AI to help increase blood donations
This is a post describing how #Facebook uses #ML and #AI to detect intent or interest in blood donation and to match these people with local hospitals, increasing probability of people actually donating blood. Sounds like an awesome and inspiring application for AI.
Link: https://tech.fb.com/using-ai-to-help-increase-blood-donations/
This is a post describing how #Facebook uses #ML and #AI to detect intent or interest in blood donation and to match these people with local hospitals, increasing probability of people actually donating blood. Sounds like an awesome and inspiring application for AI.
Link: https://tech.fb.com/using-ai-to-help-increase-blood-donations/
Tech at Meta
Using AI to help increase blood donations - Tech at Meta
Using AI to help increase blood donationsUsing AI to help increase blood donationsAn in-depth look at the AI technology behind a Facebook feature that connects potential blood donors with local hospitals and blood banksAn in-depth look at the AI technologyβ¦
IPython notebooks and git
#IPython or #Jupyter is one of the most popular tools in Data Science. It usage may questionable, but it is optimal for beginners and people who are making thier first steps. This article covers rare theme β keeping notebooks in git repository and optimizing collaboration using them. Main problem lies in technical information (like cell execution count), which is redundant and can be omitted, but still gets written to git in the default scenario.
Link: https://pascalbugnion.net/blog/ipython-notebooks-and-git.html
Code: https://gist.github.com/pbugnion/ea2797393033b54674af
#datascience #practicalML
#IPython or #Jupyter is one of the most popular tools in Data Science. It usage may questionable, but it is optimal for beginners and people who are making thier first steps. This article covers rare theme β keeping notebooks in git repository and optimizing collaboration using them. Main problem lies in technical information (like cell execution count), which is redundant and can be omitted, but still gets written to git in the default scenario.
Link: https://pascalbugnion.net/blog/ipython-notebooks-and-git.html
Code: https://gist.github.com/pbugnion/ea2797393033b54674af
#datascience #practicalML
Gist
Keeping IPython notebooks under Git version control
Keeping IPython notebooks under Git version control - ipython_notebook_in_git.md
ββPI-REC: Progressive Image Reconstruction Network With Edge and Color Domain
Paper on how image can be reconstracted from doodle and color palette.
Link: https://arxiv.org/pdf/1903.10146.pdf
#ImageReconstruction #CV #DL
Paper on how image can be reconstracted from doodle and color palette.
Link: https://arxiv.org/pdf/1903.10146.pdf
#ImageReconstruction #CV #DL
ββFast video object segmentation with Spatio-Temporal GANs
Spatio-Temporal GANs to the Video Object Segmentation task, allowing to run at 32 FPS without fine-tuning.
#FaSTGAN #GAN #Segmentation #videomining #CV #DL
Spatio-Temporal GANs to the Video Object Segmentation task, allowing to run at 32 FPS without fine-tuning.
#FaSTGAN #GAN #Segmentation #videomining #CV #DL
ββStep Change Improvement in Molecular Property Prediction with PotentialNet
Paper on a significant improvement in ability to predict molecular properties in drug design. #ML algorithms are getting better and better than classical methods.
Link: https://medium.com/@pandelab/step-change-improvement-in-molecular-property-prediction-with-potentialnet-f431ffa32a2c
#drugsdesign #biolearning #healthcare
Paper on a significant improvement in ability to predict molecular properties in drug design. #ML algorithms are getting better and better than classical methods.
Link: https://medium.com/@pandelab/step-change-improvement-in-molecular-property-prediction-with-potentialnet-f431ffa32a2c
#drugsdesign #biolearning #healthcare
ββOpen-sourcing PyTorch-BigGraph for faster embeddings of extremely large graphs
PyTorch-BigGraphβ a tool that for faster and easier producing graph embeddings for extremely large graphs. Outputs high-quality embeddings without specialized computing resources like GPUs or huge amounts of memory.
Link: https://ai.facebook.com/blog/open-sourcing-pytorch-biggraph-for-faster-embeddings-of-extremely-large-graphs/
Github: https://github.com/facebookresearch/PyTorch-BigGraph
#PyTorch #Facebook #OpenSourceRelease #Embeddings #GraphLearning
PyTorch-BigGraphβ a tool that for faster and easier producing graph embeddings for extremely large graphs. Outputs high-quality embeddings without specialized computing resources like GPUs or huge amounts of memory.
Link: https://ai.facebook.com/blog/open-sourcing-pytorch-biggraph-for-faster-embeddings-of-extremely-large-graphs/
Github: https://github.com/facebookresearch/PyTorch-BigGraph
#PyTorch #Facebook #OpenSourceRelease #Embeddings #GraphLearning
Note on moving from being frequntist to being bayesian
Beautiful article about core differences and personal experience.
Link: http://www.fharrell.com/post/journey/
#InBayesWeTrust #BvsF
Beautiful article about core differences and personal experience.
Link: http://www.fharrell.com/post/journey/
#InBayesWeTrust #BvsF
Statistical Thinking
My Journey from Frequentist to Bayesian Statistics β Statistical Thinking
This is the story of what influenced me to become a Bayesian statistician after being trained as a classical frequentist statistician, and practicing only that mode of statistics for many years.
ββAI talent flow map
Very interesting map of the flow of students between countries on the 2019 Global AI Talent report.
Link: https://jfgagne.ai/talent-2019/
Very interesting map of the flow of students between countries on the 2019 Global AI Talent report.
Link: https://jfgagne.ai/talent-2019/
ββDeep Neural Networks Improve Radiologistsβ Performance in Breast Cancer Screening
Paper claims model to perform better than human.
ArXiV: https://arxiv.org/abs/1903.08297
GitHub (code & models): https://github.com/nyukat/breast_cancer_classifier
#BreastCaner #healthcare #DL #CV
Paper claims model to perform better than human.
ArXiV: https://arxiv.org/abs/1903.08297
GitHub (code & models): https://github.com/nyukat/breast_cancer_classifier
#BreastCaner #healthcare #DL #CV
ββπ₯DeepMind released dataset for training algebraic perception
Mathematics Dataset is a large-scale extendable dataset of mathematical questions, for training (and evaluating the abilities of) neural models that can solve algebraic problems (reason algebraically).
ArXiV: https://arxiv.org/abs/1904.01557
GitHub: https://github.com/deepmind/mathematics_dataset
Mathematics Dataset is a large-scale extendable dataset of mathematical questions, for training (and evaluating the abilities of) neural models that can solve algebraic problems (reason algebraically).
ArXiV: https://arxiv.org/abs/1904.01557
GitHub: https://github.com/deepmind/mathematics_dataset
ββπ€Handl: New dataset labeling tool release
Handl is a tool to label and manage data for machine learning. It employs 25k qualified crowdworkers who help tech companies to deal with data preparation and get paid for it. Consensus algorithm ensures the quality of labeling for any type of data β images, texts, and sounds.
#Handl was released today at Product Hunt, so developers might benefit from community upvotes, please consider supporting such useful tool on Product Hunt.
Link: https://handl.ai
Product Hunt url: https://www.producthunt.com/posts/handl-3
#handl #machinelearning #ai #data #datalabeling
Handl is a tool to label and manage data for machine learning. It employs 25k qualified crowdworkers who help tech companies to deal with data preparation and get paid for it. Consensus algorithm ensures the quality of labeling for any type of data β images, texts, and sounds.
#Handl was released today at Product Hunt, so developers might benefit from community upvotes, please consider supporting such useful tool on Product Hunt.
Link: https://handl.ai
Product Hunt url: https://www.producthunt.com/posts/handl-3
#handl #machinelearning #ai #data #datalabeling