this post was submitted on 09 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

Hi everyone!

A couple of days ago, I finally decided to follow Andrej Karpathy's micrograd tutorial. I liked the concepts so much I implemented it in C++ and added more functionality:

- Optimizers: Adam, SGD with momentum
- Activation functions: tanh, sigmoid, relu

I tried to make both the API as well as internal library as clean as possible so that everyone could understand the basic algorithms behind deep learning. Here is the project's repo and a get started guide. Let me know what you think :)

you are viewing a single comment's thread
view the rest of the comments
[–] shefcu@alien.top 1 points 1 year ago

All contributions are welcome!