-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d42b536
commit b98f430
Showing
4 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Preparations for lecture on SVMs an Neural Networks | ||
|
||
As a preparation for the Supervised Learning convocation, make yourself acquainted with the material below, and subsequently complete any tasks assigned to you in canvas. | ||
|
||
2. Read the sections in the Data Science Book on [SVMs](https://www.kaell.se/dsbook/supervised/svm.html), and [Neural Networks](https://www.kaell.se/dsbook/supervised/mlp.html). | ||
4. Investigate the jupyter notebook on [Classification](https://www.kaell.se/dsbook/supervised/supervisedML.html). | ||
5. Perform the assignments in Canvas | ||
|
||
## Additional Material; | ||
|
||
1. Jake VanderPlas on [Support vector machines](https://jakevdp.github.io/PythonDataScienceHandbook/05.07-support-vector-machines.html) | ||
1. Noble, [What is a support vector machine](https://www.nature.com/articles/nbt1206-1565). | ||
1. StatQuest on [SVMs](https://www.youtube.com/watch?v=efR1C6CvhmE) | ||
2. SVMs in [2 minutes](https://www.youtube.com/watch?v=_YPScrckx28) |