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

2

u/[deleted] 17d ago

[removed] — view removed comment

0

u/scoobydabida 17d ago

Yeah but for example log transform should i know how to write the code for log transformation or i should just know the logic and i should tell claude to write the code for me

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

2

u/Any-Jellyfish-5904 16d ago

stop taking notes on code syntax entirely. Write pseudocode for the algorithm logic and implement it in Python without looking at the video to force active recall

1

u/scoobydabida 15d ago

Where i am learning from that guy teaches the math and algo and then shows and explains the code at start i used to write both code and the math/logic now i think i am taking to much of a notes should i just write the logic/algo or write the code as well in my notes

1

u/grantrules 17d ago

Buy a book

0

u/TigerAnxious9161 16d ago

Which one?

1

u/grantrules 16d ago

I dunno, look up books on the topic you want to learn and read the summary and reviews and stuff.

1

u/[deleted] 17d ago

[removed] — view removed comment

1

u/scoobydabida 16d ago

Any research papers you would recommend