MANIFEST.in
README.md
__init__.py
example_xor.py
grnexus.py
pyproject.toml
./__init__.py
./example_xor.py
./grnexus.py
grnexus.egg-info/PKG-INFO
grnexus.egg-info/SOURCES.txt
grnexus.egg-info/dependency_links.txt
grnexus.egg-info/top_level.txt
lib/__init__.py
lib/grnexus_activations.py
lib/grnexus_callbacks.py
lib/grnexus_core.py
lib/grnexus_layers.py
lib/grnexus_machine_learning.py
lib/grnexus_normalization.py
lib/grnexus_numeric_proccessing.py
lib/grnexus_text_proccessing.py
test/__init__.py
test/test_advanced_complete.py
test/test_batchnorm_save.py
test/test_complex_architectures.py
test/test_digitos.py
test/test_housing.py
test/test_iris.py
test/test_load_ruby_models.py
test/test_machine_learning.py
test/test_ml_basic.py
test/test_ml_practical.py
test/test_ml_save_load.py
test/test_neural_network.py
test/test_sentiment.py
test/test_suite.py
test/advanced test/image_classifier_3d.py
test/advanced test/sentiment_analysis_simple.py
test/advanced test/sentiment_embedding.py