Skip to content

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

Notifications You must be signed in to change notification settings

kamilgregorczyk/AI-NN-PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published