kamilgregorczyk / AI-NN-PCA

Simple jupyter notebook which performs NN and PCA algorithms on sklearn datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-NN-PCA

Simple jupyter notebook which performs NN and PCA algorithms on sklearn datasets

It can work on any sklearn dataset or you can initialize the Samples class on your own and everything should be fine.

Github link: https://github.com/kamilgregorczyk/AI-NN-PCA

Requirements

  • Python > 3.5
  • Dependencies from requirements.txt file
  • Optional: Virtualenv and Virtualenvwrapper

How to run

  • Install in virtual env.

    • Create virtual env. mkvirtualenv -p python3 notebook
    • Activate it workon notebook
    • Install deps. pip install -r requirements.txt
  • Or install globally

    • Install deps. sudo pip install -r requirements.txt
  • Run notebook jupyter notebook

About

Simple jupyter notebook which performs NN and PCA algorithms on sklearn datasets


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%