Commit c28588b
committed
Add regression capabilities to SLP and update documentation
- Introduced a new section in the SLP documentation for training the model to predict fluorescence intensity using the Aptamer dataset.
- Added a function to split data into training and test sets within the SLP implementation.
- Updated the prediction method to ensure correct matrix operations.
- Included code for training the regression model and visualizing true vs predicted targets.
- Added a new SVG figure for regression results visualization.1 parent fab2085 commit c28588b
3 files changed
Lines changed: 1070 additions & 3 deletions
File tree
- src
- 06-neural_networks
- assets/figures/06-neural_networks
- codes/06-neural_networks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
0 commit comments