Skip to content

Commit ac216a5

Browse files
authored
Updated README.md
1 parent e971e99 commit ac216a5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">Implementation in MATLAB of the PLS algorithm for classification</h1>
1+
# Implementation in MATLAB of the PLS algorithm for classification
22

33
## Authors
44
* **FERRARI Lorenzo**, postgraduate in Computer Engineering at University of Bergamo.
@@ -19,3 +19,11 @@ It is enough to put [PLS.m](Scripts/PLS.m) in your working directory and methods
1919

2020
## Coding example
2121
[Data_analysis.mlx](Scripts/Data_analysis.mlx) contains an example of how this MATLAB class can be used to solve a classification problem by using the PLS algorithm. In particular, the covered problem deals with **steel plates fault detection**. The source dataset is available on [Kaggle](https://www.kaggle.com/datasets/uciml/faulty-steel-plates).
22+
23+
### Results plotting
24+
The following graphs summarize some resullts of the data analysis:
25+
26+
<img src = "ForReadme/plot2.svg" alt = "plot1" width = "70%" height = "70%" align = "center" />
27+
<img src = "ForReadme/plot1.svg" alt = "plot2" width = "70%" height = "70%" align = "center" />
28+
<img src = "ForReadme/plot3.svg" alt = "plot3" width = "70%" height = "70%" align = "center" />
29+
<img src = "ForReadme/plot4.svg" alt = "plot4" width = "70%" height = "70%" align = "center" />

0 commit comments

Comments
 (0)