README.md
pyproject.toml
docs/requirements.txt
docs/build/html/_sources/index.rst.txt
docs/build/html/_sources/performance.rst.txt
docs/build/html/_sources/api/data.rst.txt
docs/build/html/_sources/api/index.rst.txt
docs/build/html/_sources/api/main.rst.txt
docs/build/html/_sources/api/neuralnetwork.rst.txt
docs/build/html/_sources/api/utils.rst.txt
docs/build/html/_sources/guides/dataset.rst.txt
docs/build/html/_sources/guides/index.rst.txt
docs/build/html/_sources/guides/installation.rst.txt
docs/build/html/_sources/guides/usage.rst.txt
docs/build/html/_sources/testing/index.rst.txt
docs/source/conf.py
pydis_nn/__init__.py
pydis_nn/cli.py
pydis_nn/data.py
pydis_nn/logger.py
pydis_nn/neuralnetwork.py
pydis_nn/plotter.py
pydis_nn/tester.py
pydis_nn/trainer.py
pydis_nn/utils.py
pydis_nn.egg-info/PKG-INFO
pydis_nn.egg-info/SOURCES.txt
pydis_nn.egg-info/dependency_links.txt
pydis_nn.egg-info/requires.txt
pydis_nn.egg-info/top_level.txt
scripts/benchmark.py
scripts/profile_memory.py
scripts/visualize_results.py
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_data.py
tests/test_neuralnetwork.py