.gitattributes
.gitignore
AUTHORS.md
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/pypi-publish.yml
.github/workflows/run-tests.yml
docs/images/tona_ai_icon.svg
docs/images/tona_ai_logo_dark.svg
examples/creation_neural_network.py
examples/xor_neat.py
examples/xor_neural_network.py
tona_ai/__init__.py
tona_ai/_version.py
tona_ai.egg-info/PKG-INFO
tona_ai.egg-info/SOURCES.txt
tona_ai.egg-info/dependency_links.txt
tona_ai.egg-info/top_level.txt
tona_ai/core/__init__.py
tona_ai/core/activation_function.py
tona_ai/core/activation_functions.py
tona_ai/core/layer.py
tona_ai/core/layer_type.py
tona_ai/core/neural_network.py
tona_ai/core/neuron_synapse.py
tona_ai/core/tests/test_activation_function.py
tona_ai/core/tests/test_activation_functions.py
tona_ai/core/tests/test_neural_network.py
tona_ai/core/tests/test_neuron.py
tona_ai/core/tests/test_synapse.py
tona_ai/neat/__init__.py
tona_ai/neat/environment.py
tona_ai/neat/genome.py
tona_ai/neat/individual.py
tona_ai/neat/neat.py
tona_ai/neat/population.py
tona_ai/neat/tests/test_genome.py
tona_ai/neat/tests/test_individual.py
tona_ai/neat/tests/test_neat.py
tona_ai/neat/tests/test_population.py