
NVIDIA
Hugging Face
Eden AI
SanityCV
Lucebox
RunLve
fal
Zerve AI
micrograd
tinygrad
PyTorch
TensorFlow
PyCaret
TigerBeetle
SerpentAI
JS-Torch
NVIDIANo features have been listed yet.
No micrograd videos yet. You could help us improve this page by suggesting one.
Based 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
Hugging Face - The AI community building the future. The platform where the machine learning community collaborates on models, datasets, and applications.
tinygrad - This may not be the best deep learning framework, but it is a deep learning framework.
Eden AI - Regrouping the best AI APIs for 10mn integration in your code
PyTorch - Open source deep learning platform that provides a seamless path from research prototyping to...
SanityCV - Generate pre-labeled datasets for YOLO, COCO, and Pascal VOC in minutes. AI-powered image generation and labeling.
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.