Skip to content

Commit c41e5de

Browse files
authored
Merge pull request #19 from explore-ml-iemk/notebook
All notebook from 2020 session
2 parents b5ddd23 + 985e711 commit c41e5de

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

_modules/week-01.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Feb 20, 2020
88
:
99

1010
: **Section 1.2**{: .label .label-purple }[Revesion of Python basics]()
11-
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Python%20Tutorial/Python101_Intro_to_Python.ipynb)
12-
: [Slides](#)
11+
: [Notebook-1](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Python%20Tutorial/Python101_Intro_to_Python.ipynb)
12+
: [Notebook-2](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Python%20Tutorial/Python101_String_and_Regex.ipynb)
13+
: [Slides](https://github.com/explore-ml-iemk/Tutorials-Repo/blob/master/Python%20Tutorial/Introduction%20to%20Python.pdf)

_modules/week-03.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ title: Linear and Logistic Regression
44

55
Mar 01, 2020
66
: **Section 3.1.1**{: .label .label-purple }[Linear Regression]()
7-
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Linear%20Regression/Linear%20Regression.ipynb)
7+
: [Notebook-1](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Linear%20Regression/Linear%20Regression.ipynb)
8+
: [Notebook-2](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Linear%20Regression/Salary%20Predictor.ipynb)
89
: [Slides](#)
910
:
1011

1112
: **Section 3.1.2**{: .label .label-purple }[Logistic Regression]()
12-
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Logistic%20Regression/Sayantan_logistic_reg.ipynb)
13+
: [Notebook-1](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Logistic%20Regression/Sayantan_logistic_reg.ipynb)
14+
: [Notebook-2](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Logistic%20Regression/Shatadru_.ipynb)
1315
: [Slides](#)
1416
:

_modules/week-04.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,29 @@ title: SVM, KNN, Decision Trees & Random Forest
55
Mar 07, 2020
66
: **Section 4.1.1**{: .label .label-purple }[K nearest Neighbour & Distances](#)
77
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day4/KNN.ipynb)
8-
: [Slides](#)
8+
: [Slides](https://github.com/explore-ml-iemk/Tutorials-Repo/blob/master/Day4/KNN.pdf)
99
:
1010

11-
: **Section 4.1.2**{: .label .label-purple }[Probability Theory, Decision Tree, Random Forest](#)
12-
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/Random_Forest.ipynb)
11+
: **Section 4.1.2**{: .label .label-purple }[Naive Bayes](#)
12+
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day4/Naive_Bayes.ipynb)
1313
: [Slides](#)
14+
15+
: **Section 4.1.3**{: .label .label-purple }[Probability Theory, Decision Tree, Random Forest](#)
16+
: [Notebook-1](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/Decision_Tree.ipynb)
17+
: [Notebook-2](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/Random_Forest.ipynb)
18+
: [Notebook-3](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/RandomForest.ipynb)
19+
: [Slides](https://github.com/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/Decision_Tree_SVM_KNN.pdf)
1420
:
1521

1622
Mar 08, 2020
1723

1824
: **Section 4.2.1**{: .label .label-purple }[Support Vector Machines(SVMs)](#)
1925
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/SVM.ipynb)
20-
: [Slides](#)
26+
: [Slides](https://github.com/explore-ml-iemk/Tutorials-Repo/blob/master/Day3/Decision_Tree_SVM_KNN.pdf)
2127
:
2228

2329
: **Section 4.2.2**{: .label .label-purple }[XGBoost, CATBoost](#)
2430
: [Notebook](https://colab.research.google.com/github/explore-ml-iemk/Tutorials-Repo/blob/master/Day4/Boosting.ipynb)
2531
: [Slides](#)
2632
:
33+

0 commit comments

Comments
 (0)