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
加入频道
Facebook Research at ICML 2018

Seventeen papers by #FAIR at the #ICML2018

https://research.fb.com/facebook-research-at-icml-2018/
Visitor's highlights on #ICML2018

[ICML 2018] Day 2 - Representation Learning, Networks and Relational Learning

https://gmarti.gitlab.io/ml/2018/07/11/icml18-day-2.html
Learning World Models: The Next Step Towards AI

Video of Yann LeCun's keynote speech. First-hand expectations of closeness of real AI. Spoiler: still not even near yet.

https://www.facebook.com/722677142/posts/10155402036352143/
A cool paper from Facebook AI (not from FAIR!) about detecting and reading text in images, at scale. 

This is very useful for detecting inappropriate content on Facebook.

The system uses R-CNN/Detectron for detecting lines of text.

The OCR uses a ConvNet applied at the level of a whole line trained with CTC.

This concept of applying a ConvNet on a whole line of text, without prior segmentation, has roots in the early days of ConvNets, for example with this NIPS 1992 paper:
"Multi-Digit Recognition Using a Space Displacement Neural Network"
by Ofer Matan, Chris Burges, Yann LeCun and John Denker.

Link: https://papers.nips.cc/paper/557-multi-digit-recognition-using-a-space-displacement-neural-network
Youtuve video with short explanation: https://youtu.be/yl3P2tYewVg

#ocr #cv #dl #rnn #facebook #yannlecun #video
friend: yo dude, wanna drink?

me: nah man, that stuff kills brain cells.

friend: you say its killing brain cells but i say its just real life dropout to prevent overfitting
Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation, and DCGAN implemented with tf.keras and eager execution

“Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation…” https://medium.com/tensorflow/complete-code-examples-for-machine-translation-with-attention-image-captioning-text-generation-51663d07a63d

#tensorflow #tutorial