how to train a bottleneck neural network with code

I have created bottleneck network using makebottle.m from matlab help .Please help us to train this network using backpropagation technique

 採用された回答

Greg Heath
Greg Heath 2014 年 3 月 20 日

0 投票

1. What Toolbox is makebottle in?
>> help makebottle
makebottle not found.
2. The traditional definition of a bottleneck network is a regression network (e.g., the obsolete newfit or the current fitnet) with
a. node topology: I-H-O = I-H-I
b. training data: target = input
c. bottleneck geometry: H << I
help fitnet % regression/curve-fitting
doc fitnet
For more training examples, search using
greg fitnet Ntrials
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

質問済み:

2014 年 3 月 17 日

回答済み:

2014 年 3 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by