CITATION.cff
LICENSE
MANIFEST.in
NOTICE
README.MD
pyproject.toml
src/pureml/__init__.py
src/pureml/activations.py
src/pureml/base.py
src/pureml/evaluation.py
src/pureml/general_math.py
src/pureml/layers.py
src/pureml/logging_util.py
src/pureml/losses.py
src/pureml/machinery.py
src/pureml/optimizers.py
src/pureml/training_utils.py
src/pureml/util.py
src/pureml/datasets/__init__.py
src/pureml/datasets/MNIST/__init__.py
src/pureml/datasets/MNIST/dataset.py
src/pureml/datasets/MNIST/files/__init__.py
src/pureml/datasets/MNIST/files/mnist-28x28_uint8.zarr.zip
src/pureml/models/__init__.py
src/pureml/models/classical/__init__.py
src/pureml/models/classical/knn.py
src/pureml/models/neural_networks/__init__.py
src/pureml/models/neural_networks/mnist_beater.py
src/ym_pure_ml.egg-info/PKG-INFO
src/ym_pure_ml.egg-info/SOURCES.txt
src/ym_pure_ml.egg-info/dependency_links.txt
src/ym_pure_ml.egg-info/not-zip-safe
src/ym_pure_ml.egg-info/requires.txt
src/ym_pure_ml.egg-info/top_level.txt
tests/test_activations.py
tests/test_knn.py
tests/test_layers.py
tests/test_losses.py
tests/test_machinery.py
tests/test_optim_sched.py
tests/test_storage.py