output of neural network
2 次查看(过去 30 天)
显示 更早的评论
Can anyone explain how does the output of an neural network looks like after it is implemented as a function?
回答(2 个)
BERGHOUT Tarek
2019-2-4
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!