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
加入频道
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