-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/CC-MNNIT/2021-22-Classes in…
…to main
- Loading branch information
Showing
9 changed files
with
233,893 additions
and
0 deletions.
There are no files selected for viewing
13,933 changes: 13,933 additions & 0 deletions
13,933
MachineLearning/2021-10-30_ML-Class-3/LogisticRegression.html
Large diffs are not rendered by default.
Oops, something went wrong.
219,300 changes: 219,300 additions & 0 deletions
219,300
MachineLearning/2021-10-30_ML-Class-3/LogisticRegression.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Machine Learning Class - III | ||
|
||
### Machine Learning Class - III recording: [Here](https://bit.ly/MLClass3) | ||
|
||
#### October 30, 2021 | ||
|
||
## Topics covered: | ||
|
||
- [Logistic Regression](#logistic-regression) | ||
|
||
## Logistic Regression | ||
|
||
- The notebook used to demonstrate the concepts in class have been uploaded in the repository folder. | ||
- If you want to dive deeper into the mathematics behind Logistic Regression you can follow the course "Fundamentals of ML by Sanjay Dasgupta". | ||
|
||
|
||
## Additional reading material | ||
|
||
- Video of 3blue1brown which gives an indepth explanation to gradient descent can be found [here](https://www.youtube.com/watch?v=IHZwWFHWa-w). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.