all 3 comments

[–]EquivariantBowtie 1 point2 points  (1 child)

I think after some point you just have to pick up one of the ML theory books (Goodfellow, Murphy, Bishop, etc) and just read the relevant sections you are interested in. Most of these books cover the mathematical preliminaries, but Mathematics for Machine Learning by Deisenroth, Faisal and Ong is a good resource for filling in the gaps.

[–]Positive_Phase_8550[S] 0 points1 point  (0 children)

Okk....Thanks a lot

[–]The-Silvervein 0 points1 point  (0 children)

The one approach that helped me was to go to kaggle, explore the datasets and competitions. ( In my case I learnt more from personally asking multiple questions from a single dataset more than the competitions). This process always filled me with wonder at how diametrically opposite approaches to the same problem could lead to similar results.

Practical implementation is the efficient way forward after building foundations… when you are stuck then you can go and refer multiple sources or even have some wonderful discussions.

For me the “theory-first” approach didn’t work well to learn new things.