Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 499 Bytes

Mapper

Implementation of Mapper on MNIST dataset using Keppler library

##Info To start:

Clone/download the repository. Install the dependencies below. Open the notebook "Mapper_MNIST.ipynb". Or:

You can preview the notebook in github.

#Dependencies Most of these can be installed directly through the following command line: $pip install <package_name>

Package dependencies:

"numpy" (https://numpy.org/) "matplotlib" (https://matplotlib.org/) "scikit-image" (https://scikit-image.org/) ...