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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# dd2434-project
2
-
Project in DD2434 Machine Learning Advance Course, Winter 2016
2
+
Project in [DD2434 Machine Learning Advance Course](http://www.kth.se/student/kurser/kurs/DD2434?l=en), Winter 2016.
3
3
4
4
## What did we do?
5
-
We reproduced the experiments presented in the paper [Kernel PCA and De-noising in Feature Spaces](docs/paper.pdf) by Sebastian Mika, Bernhard Schölkopf, Alex Smola Klaus-Robert Müller, Matthias Scholz and Gunnar Rätsch. In this regard, you can read our [report](docs/report.pdf) and our [presentation](docs/presentation.pdf)
5
+
We reproduced the experiments presented in the paper [Kernel PCA and De-noising in Feature Spaces](docs/paper.pdf) by Sebastian Mika, Bernhard Schölkopf, Alex Smola Klaus-Robert Müller, Matthias Scholz and Gunnar Rätsch. In this regard, you can read our [report](docs/report.pdf) and our [presentation](docs/presentation.pdf).
6
6
7
7
8
8
## Dependencies
@@ -35,7 +35,7 @@ In the paper, there are three major experiments:
35
35
* Toy example: De-noising
36
36
* Digit denoising (USPS Dataset)
37
37
38
-
The file [our_kpca.py](our_kpca.py)is our own implementation of the kPCA method, based on the paper approach.
38
+
The file [our_kpca.py](our_kpca.py)contains our own implementation of the kPCA method, based on the paper approach.
39
39
40
40
### Toy example: 11 Gaussians
41
41
The code related to this example can be found in [example1.py](example1.py).
@@ -45,7 +45,7 @@ Run the script as
45
45
python3 example1.py
46
46
```
47
47
48
-
By default, you should obtain the results (kPCA MSE, PCA PCA and their ratio) for 45 different settings of sigma.
48
+
By default, this script outputs the kPCA MSE, PCA MSE and their ratio for 45 different settings of sigma.
49
49
50
50
51
51
@@ -57,7 +57,7 @@ Run the script as
57
57
python3 example2.py
58
58
```
59
59
60
-
Once the execution has ended, a picture as follows should be displayed.
60
+
Once the execution has ended, a picture as follows will be displayed.
0 commit comments