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
加入频道
The natural language decathlon benchmark to do well on ten different nlp tasks including question answering, translation, summarization, sentiment analysis by Salesforce research team.

Project website: https://einstein.ai/research/the-natural-language-decathlon
PDF link: https://einstein.ai/static/images/pages/research/decaNLP/decaNLP.pdf
Github: https://github.com/salesforce/decaNLP

#nlp #dl
Hey guys (both male and female)! We are now 7157 and it’s time to find out a bit more about you.

Please, help the channel edition team to post more relivant information, by filling in the form:

https://goo.gl/forms/VBYApzVRGCUhzb713
A lil’ bit of interactive on @opendatascience: we updated the pre-last question with option «don’t remember».

And as a reminder: for those who want to suggest any news or posts, there is a special bot you can use to submit a post: @opendatasciencebot

80 responses / 1413 post views
Data Science by ODS.ai 🦜
Hey guys (both male and female)! We are now 7157 and it’s time to find out a bit more about you. Please, help the channel edition team to post more relivant information, by filling in the form: https://goo.gl/forms/VBYApzVRGCUhzb713
If you haven't already filled in the questionnaire, please complete it.

Now we are going to adjust the channel policy according to the responses, so opinion of 80 people will set it.

You can submit your responses to make YOUR opinion matter.

We will try to follow the requests of the auditory, but we need your responses.

3 min to complete: https://goo.gl/forms/VBYApzVRGCUhzb713
🔥🚀UPD2: Thank you! +50 responses in less than an hour!

UPD : 🔥💪135 people are making the future of this channel / 1545 views of the post with link.

And there are a lot of words of support, thank you, dear subscribers!
This is a day to remembered. #OpenAI 's team of five neural networks, OpenAI Five, has started to defeat amateur human teams (including a semi-pro team) at Dota 2:
https://blog.openai.com/openai-five/

It is important, because Dota2 is a way more complicated game than Chess or Go, where #AI has already surpassed human players.

#rl #reinforcementlearning #dl #dota2 #lstm
Tensorflow: The Confusing Parts (1)

The tutorial for beginners by Jacob, Google AI Resident. This can be nice intro for those, who wanted to get familiar with #TF

This is thorough introduction to the concepts underlying Tensorflow’s API; such as nodes, graphs and sessions.

https://jacobbuckman.com/post/tensorflow-the-confusing-parts-1/?utm_source=telegram&utm_medium=opendatascience

#tensorflow #tutorial #novice #beginner
Data Science by ODS.ai 🦜
Hey guys (both male and female)! We are now 7157 and it’s time to find out a bit more about you. Please, help the channel edition team to post more relivant information, by filling in the form: https://goo.gl/forms/VBYApzVRGCUhzb713
Thank you all, folks, for support and suggestions, which you had sent through the questionnaire form.

You submitted 252 responses and our team now is able to know you better.

Most of you approve posting frequency and the content. We will continue to maintain the channel, especially after such warm approval!

Thank you, fellow Data Scientists.
A visual introduction to machine learning.

It is an interactive website, which would be really useful to the beginners, as a perfect visual explanation of how decision trees work. It shows how one can go from statistical parametric evaluation to decision tree building.

Link: http://www.r2d3.us/visual-intro-to-machine-learning-part-1/?utm_source=telegram&utm_medium=opendatascience

#decisiontrees #beginner #novice #firststep #howitworks
👍1
Model Tuning and the Bias-Variance Tradeoff
(part II of Visual Introduction to Machine Learning by r2d3)

Bias-Variance tradeoff happens because you have to find optimal balance between model being too simple and too complex. Too complex models tend to overfit — to become to adapted to the training data, so the results on the testing (new, unknown to model) data become less accurate. The article explains with the example from previous part how this actually works.

http://www.r2d3.us/visual-intro-to-machine-learning-part-2/?utm_source=telegram&utm_medium=opendatascience

#decisiontrees #beginner #novice #firststep #howitworks
Practical Advice for Building Deep Neural Networks

Some practical tips for training deep neural networks based the experiences (rooted mainly in TensorFlow). Some of the suggestions may seem obvious, but they weren’t at some point. Other suggestions may not apply or might even be bad advice for particular task: use discretion!

https://pcc.cs.byu.edu/2017/10/02/practical-advice-for-building-deep-neural-networks/

#neuralnetworks #dl #tensorflow