Skip to content

A pledge to do 1 hr anything in Machine Learning

Notifications You must be signed in to change notification settings

kaint/100-Days-of-ML

Repository files navigation

100-Days-of-ML

Day1

Clustering-: What is Clustering , use of clustering , types of clustering , Implemented basics of KMeans Clustering

Day2

Completed implementation of clustering

Day3

Studied Neural Network , Various Activation Funcitons ,  basic use of Tensorflow in **ipynb**   

Day4

Applied Deep learning algo with the help of Tensorflow on MNIST images 

Day5

Learnt Convolution Neural Network , implementation of this with the help of TensorFlow 

Link1 for Source of study

Link2 for Source of study

Link3 for Source of study

Last and most Imp of study

Day6

 Today i  applied all the  concepts of CNN  on MNIST dataset using TensorFlow 
 and decide the different units in convolution layer and hidden layer

Day7

 I studied the concept of Recurrent Neural Network and prepare the data from airline dataset
 and implement it using keras

Day8

 KNN  -: I studied KNN and implemented it on Iris Plants data set to predict different type of Plants and tried on different distance                finding mehod                like  Euclidian and manhattan distance and set the tweak the different value of K neigbours and               at the end i was able to find              100% testing score    

Link for source of study

Day9 & 10 & 11

Few days ago i studied RNN .....which has some limitations on its Back Propagation which leads to decrease the accuracy of our model
so i started study of LSTM
Using concepts learnt above,... i implmented a Text Generator Using LSTM and trained this on Philosophy of Friedrich nietzsche
and see how to error is decresing you can see its code in ipynb files

Link for Source Code