LICENSE
README.md
pyproject.toml
setup.cfg
nn_without_frameworks/__init__.py
nn_without_frameworks/train.py
nn_without_frameworks.egg-info/PKG-INFO
nn_without_frameworks.egg-info/SOURCES.txt
nn_without_frameworks.egg-info/dependency_links.txt
nn_without_frameworks.egg-info/requires.txt
nn_without_frameworks.egg-info/top_level.txt
nn_without_frameworks/numpy_nn/__init__.py
nn_without_frameworks/numpy_nn/activations.py
nn_without_frameworks/numpy_nn/initializers.py
nn_without_frameworks/numpy_nn/layers.py
nn_without_frameworks/numpy_nn/losses.py
nn_without_frameworks/numpy_nn/module.py
nn_without_frameworks/numpy_nn/optimizers.py
nn_without_frameworks/numpy_nn/sequential.py
nn_without_frameworks/numpy_nn/utils.py
nn_without_frameworks/pure_nn/__init__.py
nn_without_frameworks/pure_nn/activations.py
nn_without_frameworks/pure_nn/initializers.py
nn_without_frameworks/pure_nn/layers.py
nn_without_frameworks/pure_nn/losses.py
nn_without_frameworks/pure_nn/module.py
nn_without_frameworks/pure_nn/optimizers.py
nn_without_frameworks/pure_nn/utils.py