https://github.com/primozgodec/ndf
NumPy based deep learning package. Made for evaluate already trained models in production.
https://github.com/primozgodec/ndf
Last synced: about 1 year ago
JSON representation
NumPy based deep learning package. Made for evaluate already trained models in production.
- Host: GitHub
- URL: https://github.com/primozgodec/ndf
- Owner: PrimozGodec
- License: mit
- Created: 2019-02-15T10:31:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T14:32:36.000Z (almost 7 years ago)
- Last Synced: 2025-03-07T14:46:17.772Z (over 1 year ago)
- Language: Python
- Size: 5.33 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numpy deep-framework
NumPy based deep learning framework. Implemented for production purposes where
it is critical to use Tensorflow, PyTorch or any other no-Numpy framework.
### Installation
cd
pip install .
# when it will be deployed to pip
# pip install ndf
### Usage
The syntax is similar to Keras's.
Check the example [squeezenet model](https://github.com/PrimozGodec/ndf/blob/master/ndf/example_models/squeezenet.py).