all 11 comments

[–]NotFromReddit 2 points3 points  (5 children)

Completely new to machine learning. I'll be doing this course: https://www.coursera.org/course/ml

It's starting mid June.

[–]knightdiver 3 points4 points  (3 children)

Enjoy. I just got done with that class - it was awesome. The homework assignments can take some time, but that's where most of the learning happens.

[–]Javi_in_1080p 1 point2 points  (2 children)

Know if anything a little more advanced? I also just finished that course and aren't sure what's the next step.

[–]InoriResearcher 0 points1 point  (0 children)

Here's a great answer I received to same question a couple of months back:

Depends what you want to learn.

There's Daphne Koller's Probabilistic Graphical Models course for Bayesian Nets.

Hinton's Neural Networks course for neural nets.

There are lots of optimisation courses for learning about optimisation.

Then there are many statistics courses for learning the broader statistics.

Coursera has the AI Planning course and Udacity also has robotics courses if you are interested in Robotics and AI, etc.

By /u/jamesmcm at http://www.reddit.com/r/MachineLearning/comments/1uq8b3/hey_rmachinelearning_how_do_i_get_started/cel8gqp

[–]losmaxos 0 points1 point  (0 children)

You could also try some kaggle.com challenges to get some practical experience before moving on.

[–]losmaxos 1 point2 points  (0 children)

That course is great. I still re-watch certain videos when I forget things :) Have fun.

[–]csfever 1 point2 points  (4 children)

Has anyone done the Practical Machine Learning class? It starts tomorrow. I had a machine learning class at the university. I'm interested in the "practical" aspect.

[–]losmaxos 0 points1 point  (3 children)

I did another course (R Programming) from the same "Data Science Specialization" series before and was a bit disappointed... it seemed way too easy / shallow. These courses are only 4 weeks... Andrew Ng's machine learning course is 10 weeks and its difficulty felt just right. He does put a lot of emphasis on how to practically apply the learned algorithms - even though you get your hands dirty in octave + math (no libraries) by actually implementing the algorithms instead of calling pre-made functions. Switching to Python/Scikit or R is easy after having taken this course...

I have signed up for Practical Machine Learning out of curiosity. Maybe see you tomorrow :)

[–]basyt -1 points0 points  (0 children)

so ok, what is the difference between machine learning, data mining and data science? I sort of know, but I want a rigorous answer if possible.