Skip to content

Commit 474bbb3

Browse files
authored
Update README.md
1 parent 1b3cb74 commit 474bbb3

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,16 @@
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
98
Implementation 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.

0 commit comments

Comments
 (0)