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
加ε…₯钑道
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
​​ODE DL paper with overview

This paper recieved award at #NeurIPS2018. Main idea: defining a deep residual network as a continuously evolving system & instead of updating the hidden units layer by layer, define their derivative with respect to depth instead.

ArXiV: https://arxiv.org/pdf/1806.07366.pdf
GitHub: https://github.com/rtqichen/torchdiffeq
Overview: https://rkevingibson.github.io/blog/neural-networks-as-ordinary-differential-equations/

#ODE #DL #NeurIPS
Great visualization of DBSCAN

DBSCAN β€” is fast and rather reliable #clustering algorithm. It can outperform classical K-means in some cases and icredibly useful in some cases. This interactive demo helps to understand how algorithm really works.

Link: https://www.naftaliharris.com/blog/visualizing-dbscan-clustering/

#ML #dbscan