Skip to content

Commit dfbc332

Browse files
minderovAvik-Jain
authored andcommitted
Improve grammar in README.md (Avik-Jain#45)
1 parent 19d2c03 commit dfbc332

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/
3232
</p>
3333

3434
## Logistic Regression | Day 5
35-
Moving forward into #100DaysOfMLCode today I dived into the deeper depth of what actually Logistic Regression is and what is the math involved behind it. Learned how cost function is calculated and then how to apply gradient descent algorithm to cost function to minimize the error in prediction.
36-
Due to less time I will now be posting a infographic on alternate days.
37-
Also if someone wants to help me out in documentaion of code and has already some experince in the field and knows Markdown for github please contact me on LinkedIn :) .
35+
Moving forward into #100DaysOfMLCode today I dived into the deeper depth of what Logistic Regression actually is and what is the math involved behind it. Learned how cost function is calculated and then how to apply gradient descent algorithm to cost function to minimize the error in prediction.
36+
Due to less time I will now be posting an infographic on alternate days.
37+
Also if someone wants to help me out in documentaion of code and already has some experince in the field and knows Markdown for github please contact me on LinkedIn :) .
3838

3939
## Implementing Logistic Regression | Day 6
4040
Check out the Code [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day%206%20Logistic%20Regression.md)
@@ -54,12 +54,12 @@ It gives a detailed description of Logistic Regression. Do check it out.
5454
Got an intution on what SVM is and how it is used to solve Classification problem.
5555

5656
## SVM and KNN | Day 10
57-
Learned more about how SVM works and implementing the knn algorithm.
57+
Learned more about how SVM works and implementing the K-NN algorithm.
5858

5959
## Implementation of K-NN | Day 11
6060

6161
Implemented the K-NN algorithm for classification. #100DaysOfMLCode
62-
Support Vector Machine Infographic is halfway complete will update it tomorrow.
62+
Support Vector Machine Infographic is halfway complete. Will update it tomorrow.
6363

6464
## Support Vector Machines | Day 12
6565
<p align="center">
@@ -72,11 +72,11 @@ Continuing with #100DaysOfMLCode today I went through the Naive Bayes classifier
7272
I am also implementing the SVM in python using scikit-learn. Will update the code soon.
7373

7474
## Implementation of SVM | Day 14
75-
Today I implemented SVM on linearly related data. Used Scikit-Learn library. In scikit-learn we have SVC classifier which we use to achieve this task. Will be using kernel-trick on next implementation.
75+
Today I implemented SVM on linearly related data. Used Scikit-Learn library. In Scikit-Learn we have SVC classifier which we use to achieve this task. Will be using kernel-trick on next implementation.
7676
Check the code [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day%2013%20SVM.md).
7777

7878
## Naive Bayes Classifier and Black Box Machine Learning | Day 15
79-
Learned about diffrent types of naive bayes classifer also started the lectures by [Bloomberg](https://bloomberg.github.io/foml/#home). first one in the playlist was Black Box Machine Learning. It gave the whole over view about prediction functions, feature extraction, learning algorithms, performance evaluation, cross-validation, sample bias, nonstationarity, overfitting, and hyperparameter tuning.
79+
Learned about different types of naive bayes classifiers. Also started the lectures by [Bloomberg](https://bloomberg.github.io/foml/#home). First one in the playlist was Black Box Machine Learning. It gives the whole overview about prediction functions, feature extraction, learning algorithms, performance evaluation, cross-validation, sample bias, nonstationarity, overfitting, and hyperparameter tuning.
8080

8181
## Implemented SVM using Kernel Trick | Day 16
8282
Using Scikit-Learn library implemented SVM algorithm along with kernel function which maps our data points into higher dimension to find optimal hyperplane.
@@ -88,13 +88,13 @@ Completed the whole Week 1 and Week 2 on a single day. Learned Logistic regressi
8888
Completed the Course 1 of the deep learning specialization. Implemented a neural net in python.
8989

9090
## The Learning Problem , Professor Yaser Abu-Mostafa | Day 19
91-
Started Lecture 1 of 18 of Caltech's Machine Learning Course - CS 156 by Professor Yaser Abu-Mostafa. It was basically an intoduction to the upcoming lectures. He also explained Perceptron Algorithm.
91+
Started Lecture 1 of 18 of Caltech's Machine Learning Course - CS 156 by Professor Yaser Abu-Mostafa. It was basically an introduction to the upcoming lectures. He also explained Perceptron Algorithm.
9292

9393
## Started Deep learning Specialization Course 2 | Day 20
9494
Completed the Week 1 of Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization.
9595

9696
## Web Scraping | Day 21
97-
Watched some tutorials on how to do web scaping using Beautiful Soup in order to collect data for building a model.
97+
Watched some tutorials on how to do web scraping using Beautiful Soup in order to collect data for building a model.
9898

9999
## Is Learning Feasible? | Day 22
100100
Lecture 2 of 18 of Caltech's Machine Learning Course - CS 156 by Professor Yaser Abu-Mostafa. Learned about Hoeffding Inequality.
@@ -113,41 +113,41 @@ Check the code [here.](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/mas
113113
## Jumped To Brush up Linear Algebra | Day 26
114114
Found an amazing [channel](https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw) on youtube 3Blue1Brown. It has a playlist called Essence of Linear Algebra. Started off by completing 4 videos which gave a complete overview of Vectors, Linear Combinations, Spans, Basis Vectors, Linear Transformations and Matrix Multiplication.
115115

116-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
116+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
117117

118118
## Jumped To Brush up Linear Algebra | Day 27
119-
Continuing with the playlist completed Next 4 Videos discussing topics 3D Transformations, Determinants, Inverse Matrix, Column Space, Null Space and Non-Square Matrices.
119+
Continuing with the playlist completed next 4 videos discussing topics 3D Transformations, Determinants, Inverse Matrix, Column Space, Null Space and Non-Square Matrices.
120120

121-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
121+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
122122

123123
## Jumped To Brush up Linear Algebra | Day 28
124-
In the playlist of 3Blue1Brown completed another 3 Videos from the essence of linear algebra.
124+
In the playlist of 3Blue1Brown completed another 3 videos from the essence of linear algebra.
125125
Topics covered were Dot Product and Cross Product.
126126

127-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
127+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
128128

129129

130130
## Jumped To Brush up Linear Algebra | Day 29
131-
Completed the whole Playlist today, Videos from 12 - 14. Really an amazing playlist to refresh the concepts of Linear Algebra.
131+
Completed the whole playlist today, videos 12-14. Really an amazing playlist to refresh the concepts of Linear Algebra.
132132
Topics covered were the change of basis, Eigenvectors and Eigenvalues, and Abstract Vector Spaces.
133133

134-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
134+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
135135

136136
## Essence of calculus | Day 30
137-
Completing the playlist - Essence of Linear Algebra by 3blue1brown a suggestion popped up by youtube regarding a series of videos again by the same channel 3Blue1Brown. Being already Impressed by the previous series on Linear algebra I dived straight into it.
137+
Completing the playlist - Essence of Linear Algebra by 3blue1brown a suggestion popped up by youtube regarding a series of videos again by the same channel 3Blue1Brown. Being already impressed by the previous series on Linear algebra I dived straight into it.
138138
Completed about 5 videos on topics such as Derivatives, Chain Rule, Product Rule, and derivative of exponential.
139139

140-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
140+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
141141

142142
## Essence of calculus | Day 31
143143
Watched 2 Videos on topic Implicit Diffrentiation and Limits from the playlist Essence of Calculus.
144144

145-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
145+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
146146

147147
## Essence of calculus | Day 32
148148
Watched the remaining 4 videos covering topics Like Integration and Higher order derivatives.
149149

150-
Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
150+
Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
151151

152152
## Random Forests | Day 33
153153
<p align="center">
@@ -158,19 +158,19 @@ Link to the Playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDM
158158
Check the code [here.](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day%2034%20Random_Forest.md)
159159

160160
## But what *is* a Neural Network? | Deep learning, chapter 1 | Day 35
161-
An Amazing Video on neural networks by 3Blue1Brown youtube Channel. This video give a good understanding of Neural Networks and uses Handwritten digit dataset for expaling the concept.
161+
An Amazing Video on neural networks by 3Blue1Brown youtube channel. This video gives a good understanding of Neural Networks and uses Handwritten digit dataset to explain the concept.
162162
Link To the [video.](https://www.youtube.com/watch?v=aircAruvnKk&t=7s)
163163

164164
## Gradient descent, how neural networks learn | Deep learning, chapter 2 | Day 36
165-
Part two of neural networks by 3Blue1Brown youtube Channel, this video explains the concepts of Gradient Descent in an interesting way. 169 Must watch and Highly Recommended.
165+
Part two of neural networks by 3Blue1Brown youtube channel. This video explains the concepts of Gradient Descent in an interesting way. 169 must watch and highly recommended.
166166
Link To the [video.](https://www.youtube.com/watch?v=IHZwWFHWa-w)
167167

168168
## What is backpropagation really doing? | Deep learning, chapter 3 | Day 37
169-
Part three of neural networks by 3Blue1Brown youtube Channel, In this video the talk is mostly about the partial derivatives and backpropagation.
169+
Part three of neural networks by 3Blue1Brown youtube channel. This video mostly discusses the partial derivatives and backpropagation.
170170
Link To the [video.](https://www.youtube.com/watch?v=Ilg3gGewQ5U)
171171

172172
## Backpropagation calculus | Deep learning, chapter 4 | Day 38
173-
Part four of neural networks by 3Blue1Brown youtube Channel, The goal here is to represent in somewhat more formal terms the intuition for how backpropagation works and the talk is mostly about the partial derivatives and backpropagation.
173+
Part four of neural networks by 3Blue1Brown youtube channel. The goal here is to represent, in somewhat more formal terms, the intuition for how backpropagation works and the video moslty discusses the partial derivatives and backpropagation.
174174
Link To the [video.](https://www.youtube.com/watch?v=tIeHLnjs5U8)
175175

176176
## Deep Learning with Python, TensorFlow, and Keras tutorial | Day 39
@@ -188,7 +188,7 @@ Link To the [video.](https://www.youtube.com/watch?v=BqgTU7_cBnk&list=PLQVvvaa0Q
188188
## K Means Clustering | Day 43
189189
Moved to Unsupervised Learning and studied about Clustering.
190190
Working on my website check it out [avikjain.me](http://www.avikjain.me/)
191-
Also Found A wonderful animation that can help to easily understand K - Means Clustering [Link](http://shabal.in/visuals/kmeans/6.html)
191+
Also found a wonderful animation that can help to easily understand K - Means Clustering [Link](http://shabal.in/visuals/kmeans/6.html)
192192

193193
<p align="center">
194194
<img src="https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%2043.jpg">

0 commit comments

Comments
 (0)