Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 393 Bytes

unsupervised-learning-lab

The results of the Assignments 1,2,4-10 can be found in the notebooks

The result of the Assignment 3 is in the unsupervised package it can be installed using pip:

pip install -i https://test.pypi.org/simple/ unsupervised

Inside the unsupervised package there is the main.py file which allow to expose an API and predict a MINST image. This is the Assignment 11