Skip to content

Implementation of deep NNs, CNNs, RNNs, KNN, K-means, SVM, PCA, decision trees, linear and logistic regressions

License

Notifications You must be signed in to change notification settings

SamSamhuns/ml_algo_implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithm Implementations

License: MIT

Implementations of some popular machine learning algorithms

Setup

Inside a virtual or conda env.

pip install -r requirements.txt
jupyter contrib nbextension install --user  # install non-python deps of jupyter nb extensions
jt -t chesterish -T -f roboto -fs 12 -cellw 95%  # set jupyter notebook themes
# enable nb extensions from the directory list menu after staring jupyter server

Running Jupyter Labs

jupyter lab

Neural Networks

Generative Neural Networks

Dimensionality Reduction

Clustering

Classification and Regression

About

Implementation of deep NNs, CNNs, RNNs, KNN, K-means, SVM, PCA, decision trees, linear and logistic regressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages