File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 11<h1 align =" center " >Partial Least Squares Algorithm Implementation</h1 >
22
3- ## Overview of the project
4- The repository contains the Software project for the course of Adaptive Learning, Estimation and Supervision of Dynamical Systems (38095)
5- held by Prof. Mazzoleni Mirko at the University of Bergamo
3+
4+ ## Authors
5+ * ** FERRARI Lorenzo** , 1053161, postgraduate in Computer Engineering at University of Bergamo.
6+ * ** LEONI Lorenzo** , 1053379, postgraduate in Computer Engineering at University of Bergamo.
7+
8+ ## Descrption
9+ Implementation of the PLS algorithm through a MATLAB class which allows:
10+ * to estimate the classification model using the NIPALS algorithm;
11+ * to validate and cross-validate it by providing some performance metrics;
12+ * to predict new instances starting from the trained model;
13+ * to calculate the best reduction order;
14+ * to perform a comparison with the PCA technique.
15+
16+ link[ Scripts\Data_analysis.mlx] contains an application example of the PLS.m class
617
718## Goals
819- [x] ...
@@ -19,6 +30,3 @@ The documentation is aviable at this link []
1930 ├── Images # Images
2031 └── README.md
2132
22- ## Authors
23- * Ferrari Lorenzo, 1053161
24- * Leoni Lorenzo,
You can’t perform that action at this time.
0 commit comments