LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
examples/01_xor_example.py
examples/02_binary_classification.py
examples/03_regression.py
pynnet/__init__.py
pynnet/activation.py
pynnet/loss.py
pynnet/network.py
pynnet/optimizer.py
pynnet.egg-info/PKG-INFO
pynnet.egg-info/SOURCES.txt
pynnet.egg-info/dependency_links.txt
pynnet.egg-info/requires.txt
pynnet.egg-info/top_level.txt
pynnet/layers/__init__.py
pynnet/layers/base.py
pynnet/layers/batchnorm.py
pynnet/layers/conv2d.py
pynnet/layers/dense.py
pynnet/layers/dropout.py
pynnet/layers/flatten.py
pynnet/layers/lstm.py
pynnet/layers/maxpool2d.py
tests/__init__.py
tests/test_pynnet.py