output of neural network
2 views (last 30 days)
Show older comments
Can anyone explain how does the output of an neural network looks like after it is implemented as a function?
Answers (2)
BERGHOUT Tarek
on 4 Feb 2019
if your network traind for regression : the outputs will be a scaler value correspending to the inputs.
if your network traind for classification: the outputs will be a integer values that describes the classe tha the input belongs to.
0 Comments
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!