Skip to content

Commit

Permalink
consistent headings (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSage21 authored Jul 19, 2020
1 parent 42a9894 commit e56cdee
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion soa/tracks/ml/1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track
# Week 1
Welcome to the ML track. We hope you're really excited for this.
For starters we'll brush up your Python Skills. This includes your understanding of the following:

Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track - Week 2
## Week 2

We hope you're really excited to get started with actual Machine Learning. But just hold on!!
A big problem in machine learning algorithms is that, they're not humans. They are just bunch of formulas being applied in a loop of conditional statements.
Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track - Week 3
## Week 3

Congratulations for making upto here!
As now we've completed the preprocessing methods, we can start with Machine Learing Algorithms.
Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track - Week 4
## Week 4
This week we are going to learn a type of widely used supervised machine learning algorithm - **Classification**.
Classification is the process of predicting the class of given data points.

Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track - Week 5
## Week 5
Congratulations! You have come mid-way!
Now, let's learn how good or bad our model is performing and why?

Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/6.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track - Week 6
## Week 6
Congratulations!
You have come a long way! Till now we have been working on supervised machine learning , so, now gear up for the first chapter of unsupervised machine learning - Clustering .

Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/7.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track-Week 7
## Week 7

Congratulations for making it upto here!

Expand Down
2 changes: 1 addition & 1 deletion soa/tracks/ml/8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
## ML Track-Week 8
## Week 8

Now, let us boost our learning.
This week will introduce you to algorithms that can boost the accuracy of your model.
Expand Down

0 comments on commit e56cdee

Please sign in to comment.