Data Science by ODS.ai 🦜
46K subscribers
676 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
加入频道
Graph shows what people really mean when they use vague terminology describing the probability of an event.
Baidu’s neural network based system learned to "clone" a voice with less than a minute of audio data from the speaker.

Explaining website: http://research.baidu.com/neural-voice-cloning-samples/
Paper: https://arxiv.org/pdf/1802.06006.pdf

#DeepLearning #Voice #Speech
«Efficient Neural Architecture Search via Parameters Sharing»

Authors reduced the computational requirement (GPU-hrs) of standard Neural Architecture Search by 1000x via parameter sharing between models that are subgraphs within a large computational graph. ENAS achieves SOTA on PTB language modeling among all methods without post-training processing and strong performance on CIFAR-10.

Link: https://arxiv.org/pdf/1802.03268.pdf

#arxiv #optimization #neuralnetworks
«A Closed-form Solution to Photorealistic Image Stylization» — new release by NVidia, exploring photorealistic style transfer.

The proposed algorithm consists of a stylization step and a smoothing step. While the stylization step transfers the style of the reference photo to the content photo, the smoothing step encourages spatially consistent stylizations.

Arxiv: https://arxiv.org/abs/1802.06474

Pictures: https://raw.githubusercontent.com/NVIDIA/FastPhotoStyle/master/alg_in_action.png
Most common libraries for Natural Language Processing:

CoreNLP from Stanford group:
http://stanfordnlp.github.io/CoreNLP/index.html

NLTK, the most widely-mentioned NLP library for Python:
http://www.nltk.org/

TextBlob, a user-friendly and intuitive NLTK interface:
https://textblob.readthedocs.io/en/dev/index.html

Gensim, a library for document similarity analysis:
https://radimrehurek.com/gensim/

SpaCy, an industrial-strength NLP library built for performance:
https://spacy.io/docs/

Source: https://itsvit.com/blog/5-heroic-tools-natural-language-processing/

#nlp #digest #libs
How to find out that there is something wrong with your child:
Forwarded from Karim Iskakov - канал (Karim Iskakov)
This media is not supported in your browser
VIEW IN TELEGRAM
"GAN with Improved quality, stability, and variation by NVidia. None of the people in this video ever really existed. Spectacular and creepy"
🔎 http://arxiv.org/abs/1710.10196
📉 @loss_function_porn
Google has released a new open and free machine learning course. The course is built around Google's TensorFlow API, which is now one step closer to becoming an industry standard.

https://developers.google.com/machine-learning/crash-course/
#mooc #course #google #tensorflow
deep_learning_notes.pdf
19.1 MB
Notes by Tess Ferrandez on the Andrew Ng’s Deep learning specialization.

Very nice way to refresh you memory of DL concepts.

Credit: Tess Ferrandez, https://www.slideshare.net/TessFerrandez/notes-fr
Neural Voice Cloning with a Few Samples

Paper behind Baidu's Neural Voice Cloning with Few samples: http://research.baidu.com/neural-voice-cloning-samples/

Arxiv: https://arxiv.org/abs/1802.06006

#arxiv #baidu #neuralnetworks #voice #sound #dl
NIPS ConvAI2 competition!

http://convai.io

Train Dialogue Agents to chat about personal interests and get to know their dialogue partner -- using the PersonaChat dataset as a training source.

Competition starts now! Ends September 1st.

#nips #conversational #ai #competition
Another approach for writing scientific paper: https://pjreddie.com/media/files/papers/YOLOv3.pdf.

Less BS, more data and clear messages (like `What This All Means`).

Another quote:
YOLOv3 is a good detector. It’s fast, it’s accurate. It’s not as great on the COCO average AP between .5 and .95 IOU metric. But it’s very good on the old detection metric of .5 IOU.