.gitignore
LICENSE
MANIFEST.in
README.md
requirements.txt
runner.py
setup.py
Dataset/Naive-Bayes-Classification-Data.csv
Dataset/Titanic.csv
Notebooks/Iris_Load_and_Save.py
Notebooks/Iris_Multi_Class.py
Notebooks/Titanic.ipynb
assets/Logo.webp
licences/numpy_LICENSE.txt
licences/pandas_LICENSE.txt
licences/scikit-learn_LICENSE.txt
pydeepflow/__init__.py
pydeepflow/activations.py
pydeepflow/batch_normalization.py
pydeepflow/checkpoints.py
pydeepflow/cross_validator.py
pydeepflow/device.py
pydeepflow/early_stopping.py
pydeepflow/learning_rate_scheduler.py
pydeepflow/losses.py
pydeepflow/main.py
pydeepflow/model.py
pydeepflow/regularization.py
pydeepflow.egg-info/PKG-INFO
pydeepflow.egg-info/SOURCES.txt
pydeepflow.egg-info/dependency_links.txt
pydeepflow.egg-info/entry_points.txt
pydeepflow.egg-info/requires.txt
pydeepflow.egg-info/top_level.txt
tests/test_activations.py
tests/test_batch_normalization.py
tests/test_device.py
tests/test_losses.py
tests/test_model.py