Metadata-Version: 2.4
Name: nillanet
Version: 2.3
Summary: linear neural net
Author-email: James Smith <james.smith@rcsb.org>
Maintainer-email: James Smith <james.smith@rcsb.org>
Project-URL: Homepage, https://github.com/j-s-135/nillanet
Project-URL: Documentation, https://j-s-135.github.io/nillanet
Project-URL: Source, https://github.com/j-s-135/nillanet
Project-URL: Issues, https://github.com/j-s-135/nillanet/issues
Keywords: linear,neural net
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"

# nilla net

dependencies
- CuPy must be pre-installed on your system.

installation

`
pip3 install nillanet
`

read documentation at
- [github.io](https://j-s-135.github.io/nillanet)

disclaimer
- Nilla net is not designed for production. It was built for small neural nets for the purpose of experimentation. We are not responsible for problems resulting from the use of nilla net. By using nilla net, you implicitly agree to these terms.
