I want to know where to start with machine Learning ,could anyone give me some advice? i’ll be very grateful for that.
I’m not knowledgeable in the field, but a quick Google search gave me this. Hope it helps.
At its core, machine learning is just computational statistics. So you’ll want a good mathematical foundation in probability and stats.
You’ll also want to know one or more programming languages that are convenient for statistics and machine learning: R, Python, Matlab, Octave, etc.
Databases and formats are helpful. You have to store the data somewhere, extract it, and transform it into a form useful to your ML models.
Plotting and data display is useful too. All the analysis in the world is useless if you can’t communicate effectively.
Hope this helps.
jrm
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.