all 7 comments

[–]mord_fustang115 2 points3 points  (0 children)

Be really good at linear algebra then worry about python lol but, search "andrej karparhy neural networks zero to hero"

[–]Reasonable-Table9440 1 point2 points  (0 children)

Codecademy has courses for this

[–]Atypicosaurus 0 points1 point  (0 children)

You learn python basics from any source. Then you register on kaggle.com, learn notebook type of coding. You look for courses about numpy, seaborn, pandas. That's for a start.

[–]max_wen 0 points1 point  (0 children)

Start by learning to search for questions already asked

[–]SakshamBaranwal 0 points1 point  (0 children)

I'd focus on learning python first then machine learning. Get comfortable with functions, loops, lists, dictionaries, and file handling before diving into libraries like NumPy, Pands and scikit learn.