Machine Learning - Introduction
jeremykun.wordpress.com
Machine Learning - Introduction
1–8 of 8 posts
Re: Machine Learning - Introduction
#2An introductory ML material in my opinion can be less mathematically rigorous. Emphasis can be on intuitive understanding of principles of various techniques, the strengths and weaknesses of each and the application of ML techniques to various simplified problems for practice. It is easy to get lost in too much Math and loose sight of real world problem solving.
Re: Machine Learning - Introduction
#3"It is this author’s personal belief that the most important part of machine learning is the mathematical foundation, followed closely by efficiency in implementation details." An introductory ML material in my opinion can be less mathematically rigorous. Emphasis can be on intuitive understanding of principles of various techniques, the strengths and weaknesses of each and the application of ML techniques to various…
[1]: http://www.businessinsider.com/statisticians-arent-the-probl...
Re: Machine Learning - Introduction
#4"It is this author’s personal belief that the most important part of machine learning is the mathematical foundation, followed closely by efficiency in implementation details." An introductory ML material in my opinion can be less mathematically rigorous. Emphasis can be on intuitive understanding of principles of various techniques, the strengths and weaknesses of each and the application of ML techniques to various…
Re: Machine Learning - Introduction
#5"It is this author’s personal belief that the most important part of machine learning is the mathematical foundation, followed closely by efficiency in implementation details." An introductory ML material in my opinion can be less mathematically rigorous. Emphasis can be on intuitive understanding of principles of various techniques, the strengths and weaknesses of each and the application of ML techniques to various…
Re: Machine Learning - Introduction
#6"It is this author’s personal belief that the most important part of machine learning is the mathematical foundation, followed closely by efficiency in implementation details." An introductory ML material in my opinion can be less mathematically rigorous. Emphasis can be on intuitive understanding of principles of various techniques, the strengths and weaknesses of each and the application of ML techniques to various…
Re: Machine Learning - Introduction
#7"It is this author’s personal belief that the most important part of machine learning is the mathematical foundation, followed closely by efficiency in implementation details." An introductory ML material in my opinion can be less mathematically rigorous. Emphasis can be on intuitive understanding of principles of various techniques, the strengths and weaknesses of each and the application of ML techniques to various…
I've interviewed several people for machine learning/data science positions and I've found when people don't get the math behind machine learning they don't get the machine learning. Math, specifically linear algebra, is the language that lets you move from our 2/3 dimensional thinking to a more abstract high-dimensional space: the one machine learning lives in. It's easy to draw a bunch of points on a piece of paper…
Re: Machine Learning - Introduction
#8Was a little disappointed to see neural networks noted as "classical" with SVMs designated "modern". And nothing about deep learning? Autoencoders? How about different optimization methods--Truncated newton vs gradient descent?
Some of the most interesting recent developments in ML seem to be left out, even if it is just an introduction.