+ 4
Machine Learning Anybody ๐๐๐ฒ๐ป???
There's a lot of questions in my mind about it? Like what is it? ๐ป๐ป๐ถ๐ถ How can I learn it? ๐๐๐ Where do I start ? ๐ฑ๐ฑ๐ฑ Will Sololearn help me to learn it anyway or it'll do in next updates?๐๐๐๐ How much important is it in the world of computers ? ๐ฎ๐ฎ๐ฎ๐ฎ Anyone here a fan of Sundar Pichai regarding it??๐๐๐ Please share your knowledge ๐๐๐
2 Answers
+ 10
Machine learning is mostly applying statistical and mathematical computation methods on given datasets to make predictions on future values of similar datasets. Be it classification or clustering, it always takes an input - a so-called training dataset, is validated on a so-called test dataset and if successfully approved - it is put to production to analyze new, yet unseen data.
Just like human learning - you observe something, learn about it and that gives you an idea not only on this particular thing, but also to similar ones, which you have never seen before.
Check out the golden-set course on ML here:
http://coursera.org/learn/machine-learning
+ 6
Machine learningย is the subfield of computer science that, according to Arthur Samuel in 1959, gives "computers the ability to learn without being explicitly programmed."