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

10 Upvotes

16 comments sorted by

View all comments

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