File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 11<h1 align =" center " >Partial Least Squares Algorithm Implementation</h1 >
22
3-
43## Authors
54* ** FERRARI Lorenzo** , 1053161, postgraduate in Computer Engineering at University of Bergamo.
65* ** LEONI Lorenzo** , 1053379, postgraduate in Computer Engineering at University of Bergamo.
76
87## Descrption
98Implementation of the PLS algorithm through a MATLAB class which allows:
10- * to estimate the classification model using the NIPALS algorithm;
9+ * to estimate a classification model using the NIPALS algorithm;
1110* to validate and cross-validate it by providing some performance metrics;
1211* to predict new instances starting from the trained model;
13- * to calculate the best reduction order;
12+ * to compute the best reduction order;
1413* to perform a comparison with the PCA technique.
1514
16- link[ Scripts\Data_analysis.mlx] contains an application example of the PLS.m class
17-
18- ## Goals
19- - [x] ...
20- - [x] ...
21-
22- ## Documentation
23- The documentation is aviable at this link [ ]
24-
25- ## Overview
26- .
27- ├── Scripts # Algorithm implementation in Matlab
28- ├── Data # Dataset used
29- ├── Docs # Documentation
30- ├── Images # Images
31- └── README.md
32-
15+ [ Data_analysis.mlx] ( Scripts/Data_analysis.mlx ) contains an example of how [ PLS.m] ( Scripts/PLS.m ) can be used to classify
16+ steel plates faults by using this [ dataset] ( https://www.kaggle.com/datasets/uciml/faulty-steel-plates ) available on Kaggle.
You can’t perform that action at this time.
0 commit comments