aswinzz / Machine-Learning-Algorithms

All Machine Learning Algorithms
25 stars 18 forks source link

Add new machine learning algorithms #1

Open aswinzz opened 5 years ago

aswinzz commented 5 years ago

refer readme.md on how to add new algorithms

veshitala commented 5 years ago

Can i add following algorithms in a jupyter notebook 1.Clustering-KMeans 2.logistic regression 3.Linear Regression 4.Random Forest

MayV commented 5 years ago

Please review and merge pr #8

MayV commented 5 years ago

Can I add more machine learning algorithms ?

aswinzz commented 5 years ago

@MayV yeah sure you can add as many as you want , but make sure nothing is repeated

championballer commented 5 years ago

@aswinzz Do you want the implementation of a single hidden layer artificial neural network from scratch, to be included in your repo?

shivamgupta077 commented 5 years ago

Please review and merge pr #16

kss682 commented 5 years ago

20 - implemented HebbNet algorithm for AND gate .

harsh-surya commented 3 years ago

@aswinzz implemented LSTM deep learning model

alakh1603 commented 3 years ago

@aswinzz used NEAT Algorithm to play Flappy Bird