Skip to content

ratansingh98/100_Days_of_ML_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

100 Days Of ML - LOG

Day 0 : July 6 , 2018

Today's Progress : I have setup all the things I needed to complete this challenge and also completed chosing the projects I will work on .

Day 1 : July 7 , 2018

Today's Progress : I had built a linear regrssion using Gradient Descent from scratch by referring siraj's How to Do Linear Regression using Gradient Descent.

Link of Work: Link

Day 2 : July 8 , 2018

Today's Progress : I had studied a Logistic Regression by referring siraj's Logistic Regression - The Math of Intelligence.

Link of Work: Link

Day 3 : July 9 , 2018

Today's Progress : I had studied and built a Polynomial Regression and Data Preprocessing model.

Link of Work: Link

Day 4 : July 10 , 2018

Today's Progress : I had studied and built a Multiple Linear Regression and Decision Tree Regression model.

Link of Work: Link

Day 5 : July 11 , 2018

Today's Progress : I had studied and built a SVR and Random Forest Regression.

Link of Work: Link

Day 6 : July 12 , 2018

Today's Progress : Studied and built K-Nearest, SVM and Kernal SVM.

Link of Work: Link

Day 7 : July 13 , 2018

Today's Progress : Studied and built Naive Bayes and Decision Tree Classification.

Link of Work: Link

Day 8 : July 14 , 2018

Today's Progress : Studied and built Random Forest Classification and achieved Competitions Contributor in Kaggle.

Link of Work: Link

Day 9 : July 15 , 2018

Today's Progress : Built projects on regression for predicting weight for height and classification for obtaining the quality of red or white wine based upon different parameters.

Link of Work: Link

Day 10 : July 16 , 2018

Today's Progress : Studied and built K-Means Clustering and Hierarchical Clustering.

Link of Work: Link

Day 11 : July 17 , 2018

Today's Progress : Built projects on clustering for Iris Dataset by using K-Means Clustering and Hierarchical Clustering.

Link of Work: Link

Day 12 : July 18 , 2018

Today's Progress : Studied and built Apriori System and Book Recommendation System .

Link of Work: Link and project

Day 13 : July 19 , 2018

Today's Progress : Studied and built Thompson Sampling and Upper Confidence Bound (UCB) Algorithm.

Link of Work: Link

Day 14 : July 20 , 2018

Today's Progress : Studied and built NLP (Natural Language Processing) for customer reviews.

Link of Work: Link

Day 15 : July 21 , 2018

Today's Progress : Studied and built Artifical Neural Network.

Link of Work: Link

Day 16 : July 22 , 2018

Today's Progress : Studied and built Convolutional Neural Network.

Link of Work: Link

Day 17 : July 23 , 2018

Today's Progress : Configured my PC for GPU(nvidia gtx 1080).

Day 18 : July 24 , 2018

Today's Progress : Studied and built Principal Component Analysis (PCA).

Link of Work: Link

Day 19 : July 25 , 2018

Today's Progress : Studied and built Linear Discriminant Analysis and Kernel PCA.

Link of Work: Link

Day 20 : July 26 , 2018

Today's Progress : Studied and tried important functions of NLTK.

Link of Work: Link

Day 21 : July 27 , 2018

Today's Progress : Studied and practice about Time Series.

Link of Work: Link

Day 22 : July 28 , 2018

Today's Progress : Studied and practice about Audio Signals and Speech Recognition.

Link of Work: Link

Day 23 : July 29 , 2018

Today's Progress : Studied and practice about Model selection and XGBoost.

Link of Work: Link

Day 24 : July 30 , 2018

Today's Progress : Studied and practice Constraint Satisfaction Problem for AI Game Bot.

Link of Work: Link

Day 25 : July 31 , 2018

Today's Progress : Made AI Game Bot for Tic-Tac-Toe by referring video tutorial.

Link of Work: Link

Day 26 : Aug 1 , 2018

Today's Progress : Studied and practice about Evolutionary Search by referring video tutorial.

Link of Work: Link

Day 27 : Aug 2 , 2018

Today's Progress : Studied and practice about Logic Programming and Heuristic Search by referring video tutorial.

Link of Work: Link

Day 28 : Aug 3 , 2018

Today's Progress : Studied and practice about Genetic Algorithm and Solved array subdomain in hackerrank's Data Structure.

Link of Work: Link and Hacker Rank solved

Day 29 : Aug 4 , 2018

Today's Progress : Explore OpenAi Gym and create game bot using neural network for cart game by referring video tutorial.

Link of Work: Link

Day 30 : Aug 5 , 2018

Today's Progress : Studied and practice about Games with AI by referring video tutorial.

Link of Work: Link

Day 31 : Aug 6 , 2018

Today's Progress : Studied and practice about Neural Networks.

Link of Work: Link

Day 32 : Aug 7 , 2018

Today's Progress : Studied and practice about Convolution,pooling operation and Multilayer convolutional.

Link of Work: Link

Day 33 : Aug 8 , 2018

Today's Progress : Studied and practice about Studied LSTM for Time Series.

Link of Work: Link

Day 34 : Aug 9 , 2018

Today's Progress : Studied and practice about chatbot with LSTM by referring Siraj's Video.

Link of Work: Link

Day 35 : Aug 10 , 2018

Today's Progress : Studied and practice about chatbot with reddit dataset.

Link of Work: Link

Day 36 : Aug 11 , 2018

Today's Progress : Studied about Deep learning theory.

Day 37 : Aug 12 , 2018

Today's Progress : Studied and practice about Regression on Boston House prediction using neural network.

Link of Work: Link

Day 38 : Aug 13 , 2018

Today's Progress : Studied about techniques for improving model for better prediction.

Day 39 : Aug 14 , 2018

Today's Progress : Completed all the necessary installation for SpaCy and had glimpse of it .

Day 40 : Aug 15 , 2018

Today's Progress : Studied and practice about SpaCy basics.

Link of Work: Link

Day 41 : Aug 16 , 2018

Today's Progress : Practiced NLP on twitter data.

Link of Work: Link

Day 42 : Aug 17 , 2018

Today's Progress : Revised Convnet.

Link of Work: Link

Day 43 : Aug 18 , 2018

Today's Progress : Studied and practice about VGG16.

Link of Work: Link

Day 44 : Aug 19 , 2018

Today's Progress : Studied and practice about Recurrent Neural Network.

Link of Work: Link

Day 45 : Aug 20 , 2018

Today's Progress : Studied and practice about LSTM for text generation.

Link of Work: Link

Day 46 : Aug 21 , 2018

Today's Progress : Studied and practice about Deep Dream using VGG16.

Link of Work: Link

Day 47 : Aug 22 , 2018

Today's Progress : Studied and practice about AutoEncoders for image.

Link of Work: Link

Day 48 : Aug 23 , 2018

Today's Progress : Studied and practice about GAN for image generation.

Link of Work: Link

Day 49 : Aug 24 , 2018

Today's Progress : Studied about Deep learning in depth.

Day 50 : Aug 25 , 2018

Today's Progress : Spent time reading How transferable are features in deep neural networks?.

Link of Paper: Link

Day 51 - 100

Link of Repo: Link

About

My progress of 100 days of machine learning code challenge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published