Data Science by ODS.ai 🦜
45.9K subscribers
677 photos
77 videos
7 files
1.76K 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
加ε…₯钑道
Repo with PDF copy of http://www.deeplearningbook.org by Ian Goodfellow and Yoshua Bengio and Aaron Courville

https://github.com/HFTrader/DeepLearningBook
"Stacked Approximated Regression Machine: A Simple Deep Learning Approach"

https://arxiv.org/abs/1608.04062

Great article, you should definately check up
If you know any fellow data scientists and machine learning guys, please spread the word and forward this message to them. We all work hard on providing you greatest news, so we will appreciate your attention.
Two papers about using video games to train computer vision models.

And who says that video games are useless? 😏

https://arxiv.org/abs/1608.01745
https://arxiv.org/pdf/1608.01745v2.pdf
Machine learning algorithms
Language Model on One Billion Word Benchmark


In this release, we open source a model trained on the One Billion Word Benchmark (http://arxiv.org/abs/1312.3005), a large language corpus in English which was released in 2013. This dataset contains about one billion words, and has a vocabulary size of about 800K words. It contains mostly news data. Since sentences in the training set are shuffled, models can ignore the context and focus on sentence level language modeling.

In the original release and subsequent work, people have used the same test set to train models on this dataset as a standard benchmark for language modeling. Recently, we wrote an article (http://arxiv.org/abs/1602.02410) describing a model hybrid between character CNN, a large and deep LSTM, and a specific Softmax architecture which allowed us to train the best model on this dataset thus far, almost halving the best perplexity previously obtained by others.

Link for the repo: https://github.com/tensorflow/models/tree/master/lm_1b