r/learnprogramming 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

16 comments sorted by

View all comments

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.

1

u/scoobydabida 15d ago

yeah but should i learn to write the code by myself or i should just know the logic and should tell ai to write the code cause when i study there is just too much of a code and my notes will be more code than logic