bitisony / pca

Principle Component Analysis Explorations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Principle Component Analysis Explorations


Languages

Language:Jupyter Notebook 75.0%Language:Python 22.4%Language:Makefile 2.6%