What does this neural network show?

1 回表示 (過去 30 日間)
Explorer
Explorer 2016 年 4 月 7 日
回答済み: Céldor 2016 年 4 月 8 日
How this network computes output?
I have attached mat file in which above network is saved.

回答 (1 件)

Céldor
Céldor 2016 年 4 月 8 日
It's very likely you have used a command for pattern recognition, something like
net = patternnet([3 2])
Your NN is meant to be used for classification.
Generally speaking, by means of training given inputs and targets, NN finds values of weights and biases to find the best approximation of mapping inputs into outputs, that is something like non-linear regression. The more complex structure, the better approximation but also greater tendency to over fitting. First, your NN maps R-800D dimensional inputs into R-3D output (hidden layer) and then R-3D input (output from a hidden layer) into R-2D output - the actual output from the network.

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by