micrograd
tinygrad
PyTorch
TensorFlow
PyCaret
TigerBeetle
SerpentAI
JS-Torch
Vim Python IDE
micrograd
Vim Python IDEBased on our record, micrograd seems to be more popular. It has been mentiond 5 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I built the first version of DeepFork to understand micrograd โ Andrej Karpathy's 100-line autograd engine. Most people read micrograd for the aha moment. DeepFork turns that moment into an artifact. - Source: dev.to / 19 days ago
Karpathy built a small project called micrograd. You can see the code here. This is made up of just a few simple lines of code, but it shows us how neural networks are built under the hood. In the video, he demonstrated how to build Micrograd and how it works step by step. - Source: dev.to / about 1 month ago
It can happen like this: - write sleek operator-overloading-based code for simple mathematical operations on your custom pet algebra - decide that you want to turn it into an autograd library [0] - realise that you now need either `RefCell` for interior mutability, or arenas to save the computation graph and local gradients - realise that `RefCell` puts borrow checks on the runtime path and can panic if you get... - Source: Hacker News / about 2 months ago
Good introduction! Building pytorch-lite using python and numpy is the way to go. Free book: https://zekcrates.quarto.pub/deep-learning-library/ Ml by hand : https://github.com/workofart/ml-by-hand Micrograd: https://github.com/karpathy/micrograd. - Source: Hacker News / 5 months ago
Let me be completely honest: I didn't invent anything here. This is Andrej Karpathy's brilliant micrograd ported to C++, nothing more, nothing less. But sometimes the best way to really understand something is to rebuild it in a different language, and that's exactly what I needed. - Source: dev.to / 9 months ago
tinygrad - This may not be the best deep learning framework, but it is a deep learning framework.
PyTorch - Open source deep learning platform that provides a seamless path from research prototyping to...
TensorFlow - TensorFlow is an open-source machine learning framework designed and published by Google. It tracks data flow graphs over time. Nodes in the data flow graphs represent machine learning algorithms. Read more about TensorFlow.
PyCaret - open source, low-code machine learning library in Python
TigerBeetle - TigerBeetle is a financial accounting database designed for mission critical safety and performance to power the futureย of financial services.
SerpentAI - Game Agent Framework. Helping you create AIs / Bots to play any game you own!