Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 666 Bytes

README.MD

File metadata and controls

19 lines (11 loc) · 666 Bytes

Machine Learning Models

Purpose

The origin purpose is just to practice implementing the effective machine learning models and get more insights. But maybe it will be of practical help.

Dependencies

I implement the models with two kinds of tools: numpy and Theano. Using theano will save a lot of work but I want to know more about the details and make them easy to migrate to other tools like Matlab so I will implement some models using numpy too.

Implemented

SVM,KNN,PCA,FNN,Recurent NN,LSTM,RBM

Plan to Implement

Recursive NN, CNN

Contact

Email: [email protected]