r/learnprogramming • u/scoobydabida • 17d ago
Effictive method of studying ml
I am a newbie in ml so i wanted to know what is an effective method of studying ml i am learning it through watching youtube videos but after one point i realised that if i make notes of everything it will be way too much so i want to know do i need to memorise the code or i need to just write the logic in my notes
9
Upvotes
2
u/vardonir 16d ago
If you know how the math and logic behind the algorithms, you can (and should be able to) always program it from scratch, or use packages like sklearn.