Most of machine learning algorithms will be available here. (Both in Python and R)
I will be adding machine learning and deep learning algorithms one by one. Follow me and keep yourself updated !! Most of these algorithms were part of machine learning a-z course on udemy. I am using github as a playing field.
currently available implementations
- Eclat
- Apriori
- simple linear regression
- polynomial regression
- Decision tree regression
- Random forest regression
- Logistic regression
- KNN classification
- SVM classiffier
- Kernel SVM classifier
- Naive bayes classifier
- Decision Tree classification
- Random Forest Classification
- Natural language processing - Basic implementation of Bag of Words
- Principle component analysis
- artificial neural network - example_01
- .................
Solving one machine learning problem at a time !
- Wine problem - http://archive.ics.uci.edu/ml/datasets/Wine+Quality I have considered white wine dataset for classification task. Please find more details in the above link.
- Cat or Dog - Image recognistion using Deep Convolutional Neural Network. I have used Keras with tensorflow backend to train CNN model.
- Codekicker (aaron.ai task) - Text classification / clustering task I have used Random Forest Classifier / K-Means clustering
- Sick or Healthy (Luminovo challenge) - Artificial neural network iplmentation of classification Task is to classify whether person is healthy or sick. Deep learning implementaion.