https://github.com/alexbie98/bietorch
neural nets with numpy
https://github.com/alexbie98/bietorch
autograd neural-nets numpy torch
Last synced: 11 months ago
JSON representation
neural nets with numpy
- Host: GitHub
- URL: https://github.com/alexbie98/bietorch
- Owner: alexbie98
- License: mit
- Created: 2024-11-28T19:46:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T03:46:34.000Z (about 1 year ago)
- Last Synced: 2025-02-02T09:30:16.490Z (about 1 year ago)
- Topics: autograd, neural-nets, numpy, torch
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bietorch
Numpy autograd implementation for training neural nets.
## Setup
```
pip install -r requirements.txt
pip install -e .
python examples/main.py
```