geohot / fromthetransistor

From the Transistor to the Web Browser, a rough outline for a 12 week course
3.89k stars 380 forks source link

For Machine Learning #12

Open datgerhardt opened 3 years ago

datgerhardt commented 3 years ago

Can you do this for machine learning too. I will appreciate it.

JustABiologist commented 1 year ago

Already exits. Learn everything you need to make PR's at tinycorp and you know most of that stuff!

michaelskyba commented 1 year ago

But does tinycorp have any detailed documentation regarding a broader overview of tinygrad? Or do you mean manually inspecting the codebase, figuring out what the function of one piece of code is, and then researching the theory behind that function?

JustABiologist commented 1 year ago

There is a kinda okayis intro to tinygrad, provided you already kinda know what you are doing! https://github.com/geohot/tinygrad/tree/master/docs. If you need a more in depth guide there is a sketch of a course inspired by this one from one of the top contributors of tinygrad. https://github.com/jla524/fromthetensor

JustABiologist commented 1 year ago

You can just watch the streams for some context I guess :D

Also there are resources out there I am sure!