Submitted by Fun_Wolverine8333 t3_xzoomn in MachineLearning
Professional-Ebb4970 t1_irpktsf wrote
Reply to comment by Affectionate_Log999 in [P] Youtube channel for ML - initial feedback and suggestions by Fun_Wolverine8333
Depends on the person, there's probably many people who prefer the general theoretical aspects too
carlml t1_irpnot6 wrote
I second this. Moreover, a lot of people do implementation, whereas very few (if any) go over the theory.
Fun_Wolverine8333 OP t1_irqk0mi wrote
Initially my idea was to just make purely theoretical videos. But I think that in some topics (where there is a clear algorithm for example) it might be helpful to show some Python implementation. Even in that case, I prefer the video overall to be more math focused. So going forward, I will add code if it seems necessary to complete the explanation. For example, in causality, the concept of avg. treatment effects can be explained through theory, but a concrete Python example will make it much clear for anyone watching what exactly is happening.
RezaRob t1_isdj8u0 wrote
I saw a debate, I think on Stack Exchange, about why people use pseudocode.
In a situation like this, good pseudocode is much better than Python, probably. It lasts forever, is applicable to all languages, and anyone can read it if it's well written.
Viewing a single comment thread. View all comments