/pca

Principle Component Analysis Explorations

Primary LanguageJupyter Notebook

pca

Principle Component Analysis Explorations

Colab Notebook on PCA Tricks

PCA Tricks

cli

(.pca) ➜  pca git:(master) ✗ python mnist.py download --help
Usage: mnist.py download [OPTIONS]

  Fetches mnist.mat

  Run it like this:

  `python mnist.py download`

  Downloading MNIST from:
  https://github.com/noahgift/pca/blob/master/data/mnist-
  original.mat?raw=true X Shape: (70000, 784) y Shape: (70000,)

Options:
  --url TEXT  Download mnist.mat, can take a custom url
  --help      Show this message and exit.