https://github.com/faezeh-gholamrezaie/tinynet
TinyNet: A Lightweight Neural Network Library Powered by micrograd
https://github.com/faezeh-gholamrezaie/tinynet
gradient micrograd neural-network
Last synced: 3 months ago
JSON representation
TinyNet: A Lightweight Neural Network Library Powered by micrograd
- Host: GitHub
- URL: https://github.com/faezeh-gholamrezaie/tinynet
- Owner: faezeh-gholamrezaie
- Created: 2024-06-05T07:19:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T10:09:03.000Z (10 months ago)
- Last Synced: 2024-12-28T14:30:25.821Z (5 months ago)
- Topics: gradient, micrograd, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinyNet: A Lightweight Neural Network Library Powered by micrograd
![]()
TinyNet is a lightweight neural network library built on top of **micrograd**, a powerful and efficient autograd engine. It provides a simple and intuitive API for building and training neural networks, making it a great choice for beginners and experienced developers alike.
## Key Features:
* Easy-to-use API
* Supports a variety of neural network architectures
* Efficient implementation powered by micrograd
* Ideal for learning and experimentation# Resource
https://github.com/karpathy/micrograd