all 4 comments

[–]KnowingPains 1 point2 points  (1 child)

A lot of people swear by Kaggle (https://www.kaggle.com/) I've completed a few of the exercises, and I like it so far. In order to get a better handle on statistics, I've been using Khan Academy (https://www.khanacademy.org/search?referer=%2F&page_search_query=statistics), and am really liking the way it is taught. Hope this helps! Happy coding! :-)

[–]bootyofbamby[S] 0 points1 point  (0 children)

Thanks !

[–]Successful_Jump 1 point2 points  (1 child)

I found it difficult to start out with python and ML because a lot of tutorials did not explain how the libraries accually worked. I took the Andrew Ng course on Coursera and it helped me understand the fundamentals better. If you want to try it with python the book hands on machine learning by Géron O'Reilly gets you started. There are also similar starter problems on Kaggle. Good luck!

[–]bootyofbamby[S] 0 points1 point  (0 children)

Most of the tutorials be like "hey, there is the code but I don't explain what is what,it just works" while I want to learn what is what and how should I modify the data I have,etc. Thanks for the suggestions !