Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistent headings in ml track #45

Merged
merged 1 commit into from
Jul 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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