An open API service indexing awesome lists of open source software.

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

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
```