|
|
|
|
|
by pjungwir
3991 days ago
|
|
Machine learning is a pretty big field. The Coursera course is very good. It uses Octave not Python, but what you learn will be easy to transfer. It is mostly focused on neural networks. If you don't already know linear algebra you should probably learn that first. These are three very good O'Reilly books that all use Python: - Programming Collective Intelligence: A broad and shallow survey of automated machine learning techniques. - Data Analysis with Open Source Tools: Also a survey. More focused on manual data exploration. - Python for Data Analysis: A pandas tutorial (and more). Very helpful to learn the ML tools in the python ecosystem. Fitting all that into two months sounds challenging. |
|