Data Science by ODS.ai 🦜
46.1K subscribers
663 photos
77 videos
7 files
1.75K links
First Telegram Data Science channel. Covering all technical and popular staff about anything related to Data Science: AI, Big Data, Machine Learning, Statistics, general Math and the applications of former. To reach editors contact: @malev
加ε…₯钑道
​​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
​​πŸ”₯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
β€‹β€‹πŸ€–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
πŸŽ‰πŸ”₯15000!!! Thank you all, dear scientists!
Make Trump Sing Again

Generated by a Trump TTS model trained based off the paper "Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis", where given a reference audio the model will try to replicate that style.

ArXiV: https://arxiv.org/pdf/1803.09017.pdf
Youtube: https://youtu.be/3rgAVT8b4fw

#tts #song #speech #DL
Forwarded from EarthML
Automatic feature selection:

EGU is still ongoing, but I am burning to share with you some of my findings already!

Research group in University of Lausanne developed a pretty promising algorithm for automatic feature selection based on General Regression Neural Network (GRNN, also known as Nadaraya-Watson Estimator). The idea behind is pretty simple and therefor powerful - why won't we build the simplest network that can train really fast and brute force all possible combination of features to check how they affect accuracy, learning rate etc and than select the best performing once.

Here is Python implementation on GitHub: https://github.com/federhub/pyGRNN
Also, check their poster: https://github.com/federhub/pyGRNN/blob/master/EGU2019_FS_using_simple_and_efficient_ML_models.pdf

Stay tuned, subscribe and share!
xoxo
​​Autodesk claims to use GANs to design a chair.

First-of-its-kind chair from Philippe Starck and Kartell. Imagined by a human and cocreated with intelligent generative design

Link: https://adsknews.autodesk.com/news/starck-intelligent-generative-design
Generative design explanation link: https://www.autodesk.com/solutions/generative-design

#Autodesk #generativedesign
​​How is Uber predicting demand, surge and where will be high demand area.

One more post from brilliant #Uber engineering team, sharing their approach and general experience about forecasting.

Link: https://eng.uber.com/forecasting-introduction/

#ts #timeseries #arima #demandprediction #ml
πŸ”₯Singing voice conversion system developed at FAIR-Tel Aviv.

This can transform someone's singing voice into someone else's voice.

YouTube: https://www.youtube.com/watch?v=IEpkGenLnjw
Link: https://venturebeat.com/2019/04/16/facebooks-ai-can-convert-one-singers-voice-into-another/
ArXiV: https://arxiv.org/abs/1904.06590

#voiceconversion #audiolearning #DL #Facebook
​​TransGaGa: Geometry-Aware Unsupervised Image-to-Image Translation

Paper: https://arxiv.org/pdf/1904.09571v1.pdf

#GAN #cv #dl
A Recipe for Training Neural Networks by Andrej Karpathy

New article written by Andrej Karpathy distilling a bunch of useful heuristics for training neural nets. The post is full of real-world knowledge and how-to details that are not taught in books and often take endless hours to learn the hard way.

Link: https://karpathy.github.io/2019/04/25/recipe/

#tipsandtricks #karpathy #tutorial #nn #ml #dl