12

I've recently stumbled upon machine learning, generating user recommendations based on user data, generating text teaser based on an article. Although there are tons of framework that does this(Apache Mahout, Duine framework and more) I wanted to know the core principles, core algorithms of machine learning and in the future implement my own implementation of machine learning.

Where do I actually start learning Machine Learning as its basics or Machine Learning starting with concepts then to implementation? Although I have an weak to average math skills(I think that this will not hurt? If So what branches of mathematics should I study before Jumping to Machine Learning?)

Note that this is not related to my academics rather I want to learn this as an independent researcher and I am quite fascinated how machine learning works

  • 2
    The python scikit-learn library is a good thing to be aware of. I've heard the documentation is very good, and it will give you an overview of many standard topics in machine learning. – littleO Sep 22 '13 at 09:08

8 Answers8

8

You can start machine learning from Coursera Machine Learning

Mohan
  • 14,856
5

Try to read Hastie, Tishirani, Friedman "Elements of Statistical Learning". It is a nice book. If you are specifically interested in unsupervised learning, then try the quite new Kogan "Introduction to Clustering Large and High Dimensional Data": algorithms are explicitly given.

Avitus
  • 14,018
5

If you need some ideas for practical projects to immerse yourself into machine learning, you might be interested in looking at Programming Collective Intelligence by Toby Segeran.

3

Coursera Machine Learning is one of the best places to start, but there are countless resources. There's a huge, wonderful open list of links at Github. I definitely recommend you take a look at it.

There are also another great resources online, like those I list below:

Hope it helps!

2

In addition to great resources already mentioned, I highly recommend Kevin Murphy's book: "Machine Learning: A Probabilistic Perspective".

For implementations of machine learning algorithms, have a look at:

2

Machine learning crash course from google is good place to start. Also as mentioned above, Machine Learning course from Coursera is also great material on machine Learning.

darshanz
  • 121
1

I would also recommend the course Learning from data by Yaser Abu-Mostafa from Caltech. An excellent course!

jjepsuomi
  • 8,619
0

If you really like to learn ML Algos in depth and from the scratch and want to try to implement them yourself, so you can learn and understand them better, I recommend Cornel University ML course.

For me this is thus far the best course I've ever seen on ML.

Neotod
  • 1
  • 1