Skip to content

Latest commit

 

History

History
281 lines (201 loc) · 7.79 KB

log.md

File metadata and controls

281 lines (201 loc) · 7.79 KB
  • Day 1 | 17 August 2018

progress :

I have learnt how to do data preprocessing.In this i learnt how to manage missing data and categorical data.

: datapreprocessing


  • Day 2 | 18 August 2018

progress :

I have learnt simple linear regression and implement it.

work :

simple linear regression


  • Day 3 | 19 August 2018

progress :

Today I learned ploynomial regression and implement it in jupyter notebook using python

work :

polynomial regression


  • Day 4 | 20 August 2018

progress :

I have completed python for data science.I learnt it from the video avilable on Youtube.


  • Day 5 | 21 August 2018

progress :

I have completed learning of multiple regression algorithm which is classification type of suerwised learning.

work :

multi regression


  • Day 6 | 22 August 2018

progress :

Today I have learnt about classification and algorithm use for classification .Logistic regression is an algorithm which is use for classification problems.Though it is regression , it is not use for regression problems.

work :

logistic regression


  • Day 7 | 23 August 2018

progress :

Today I learnt pandas and numpy from "python for data science and machine learning for bootcamp"


  • Day 8 | 24 August 2018

progress :

I didn't updated my logs from past 8 days.But now I am updating it.I have brushed up basic concepts of linear algebra,calculus ,probability theory.


  • Day 9 | 25 August 2018

progress :

I have learn tenserflow from videos of edureka and simplilearn youtube channel.


  • Day 10 | 26 August 2018

progress :

Spot out the difference between superwised and unsuperwised machine learning. I learnt theory behind clustering and association which are types of unsuperwised machine learning algorithm.


  • Day 11 | 27 August 2018

progress :

I have implemented k-means clustering algorithm in python.


  • Day 12 | 28 August 2018

progress :

Learnt the theory of hierarchial clustering.

  • Day 13 | 29 August 2018

progress :

Watched Andrew Ng videos of machine learning which are avialble on youtube. I have watched only linear regression ,polynomial regression videos and understand it therotically(gradiant descent,cost function,stochestic gradient descent).

  • Day 14 | 30 August 2018

progress :

I read some articles on deep learning from medium. and watch some videos of deep learning introduction to understand the term.

  • Day 15 | 31 August 2018

progress :

I have understood the difference between ANN(Artificial Neural Network) vs CNN(COnvolution Neural Network) vs RNN(Recurrent Neural Network)

  • Day 16 | 1 September 2018

progress :

Learnt about naive bayes classifier and therotical implementation of it.I haven't implement it practically but I will do it in upcoming days.

  • Day 17 | 2 September 2018

progress :

Learnt decision tree classification algorithm of superwised learning.

  • Day 18 | 3 September 2018

progress :

Implement apriori alogirhtm for making recommend system using a market based data

recommend system

  • Day 19 | 4 September 2018

progress :

Only brushing up of probability concepts was not sufficient for me so I learnt it again from BloomReach channel of youtube

  • Day 20 | 5 September 2018

progress :

On this day I have learnt tree based modeling from scratch using python.


  • Day 21 | 6 September 2018

progress :

Learnt support vector machine algorithm of superwised learning and implement it.


  • Day 22 | 7 September 2018

progress :

Learnt support vector machine algorithm of superwised learning and implement it.


  • Day 23 | 8 September 2018

progress :

I learnt types of regression techniques present and how it works.


  • Day 24 | 9 September 2018

progress :

Started learning statistic from the book "All of Statistics".


  • Day 25 | 10 September 2018

progress :

Got introduced to reinforcement learning basics.


  • Day 26 | 11 September 2018

progress :

Got introduced to reinforcement learning basics.


  • Day 27 | 12 September 2018

progress :

Started Learning of Ensemble modeling


  • Day 28 | 13 September 2018

progress :

Read a blog from analytics vidya "Easy questions on Ensemble Modeling everyone should know"

  • Day 29 | 14 September 2018

progress :

Implement Ensemble Learning using Python Code.


  • Day 30 | 15 September 2018

progress :

Learnt how to find outliers from data.


  • Day 31 | 24 September 2018

progress :

Implement support vector machine algorithm using python in jupyter notebook

work :

svm

  • Day 32 | 30 September 2018

progress :

Started watching videos on machine learning by Andrew Ng.

  • Day 33 | 1 October 2018

progress :

Started learning Natural Language processing using deep learning

  • Day 34 | 2 October 2018

progress :

Learnt what is Recurrent Neural Network, Lont Short Term Memory(LSTM) in depth.

  • Day 35 |3 October 2018

progress :

Started learning deep learning with Keras using deeplizard channel on youtube

  • Day 36 |5 October 2018

progress :

Started deep learning videos series from deeplizard channel on youtube

  • Day 37 to 41 |10 October 2018

progress :

Completed deep learning playlist from previous given channel of youtube

  • Day 42 to 44 | 14 October 2018

progress :

Learned keras and build a CNN to using sequential model. Also learned how to save model.

  • Day 58 | 10 November 2018

progress :

Use google colaboratory for classifying cat and dog images using CNN.I havn't updated works of 14 days but i will soon update it after tracking which topic i did each day

  • Day 59 15 November 2018

progress

Implement kaggle dataset of and performed EDA but I kept kernel private :p.I will update them soon .

  • Day 60 20 November 2018

progress


  • Day 61 22 November 2018

progress

Tried adding database in google colaboratory for first time because and implement linear regression.

  • Day 62 23 November 2018

progress :

Use google colaboratory for classifying cat and dog images using CNN.I havn't updated works of 14 days but i will soon update it after tracking which topic i did each day

  • Day 63 24 November 2018

progress :

Use google colaboratory for classifying cat and dog images using CNN.I havn't updated works of 14 days but i will soon update it after tracking which topic i did each day

  • Day 64 25 November 2018

progress :

Started learning opencv from opencv official site and pyimagesearch.

  • Day 65 1 December 2018

progress :

Learning basic of image processing ,video processing and implemented some basic codes avilable on opencv official site

  • Day 66 2 December 2018

progress :

Implement the object tracking code from pyimagesearch and do some experiment by adding additional feature in code. Implement face recognization and eye recognization from opencv official site and understood basic consepts and algorithm