You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-21Lines changed: 50 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@
4
4
5
5
### Description
6
6
Welcome to our __Machine Learning__ reposetory! Here you will find various projects from __polynomial regression__ to fully-connected __neural networks__ from scratch, __SVM__ and __Gaussian Processes__!
7
+
On Part II, we analize __Independent Component Analysis__, __Graphical Models__, __EM__ and __VAEs__!
7
8
8
-
## [__Lab 1: Linear Regression and Overfitting__](lab1/lab1.ipynb)
9
+
# Machine Learning: Part I
10
+
11
+
## [__Lab 1: Linear Regression and Overfitting__](machine_learning_1/lab1/lab1.ipynb)
9
12
10
13
### Part 1: Polynomial Regression
11
14
@@ -16,14 +19,6 @@ Welcome to our __Machine Learning__ reposetory! Here you will find various proje
16
19
Polynomial regressions as prediction function, along with the data and the original sine function of various polynomial order.
<b>Left:</b> Polynomial regression with and without regularization. In regularized polynomial regression, the regularization term acts as a penalty term and has the desired effect of reducing the magnitude of the coefficients.
25
-
<b>Right:</b> Best cross-validated fit (M = 5, lambda = 1.0)
26
-
</p> -->
27
22
28
23
### Part 2: Bayesian Linear (Polynomial) Regression
29
24
<palign="center">
@@ -38,7 +33,7 @@ Welcome to our __Machine Learning__ reposetory! Here you will find various proje
VAE's leanred manifold of the MNIST dataset of written digits.
147
+
</p>
148
+
149
+
150
+
122
151
#### _Acknowledgement - References_
123
152
124
-
_The majority of the projects come from the lab assignments of the [Machine Learning 1](http://coursecatalogue.uva.nl/xmlpages/page/2018-2019-en/search-course/course/63074) course of the MSc in Artificial Intelligence at the University of Amsterdam._
153
+
_The majority of the projects come from the lab assignments of the [Machine Learning 1](http://coursecatalogue.uva.nl/xmlpages/page/2018-2019-en/search-course/course/63074)and [Machine Learning 2](https://coursecatalogue.uva.nl/xmlpages/page/2019-2020-en/search-course/course/73105) courses of the MSc in Artificial Intelligence at the University of Amsterdam._
0 commit comments