hi, i have trained my network and i have the weights of the networks and save them as excel sheet, now how i can use the these weights in new prediction problem ?

after i train the neural network and i had the weights, how i can use these weights and save them as an excel sheet, now how can i use these weights in a new networks . to predict future problems.

 採用された回答

You can load the weights and recreate the net. Then for a new input,
newoutput = net(newinput);
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

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

製品

質問済み:

2016 年 1 月 22 日

回答済み:

2016 年 1 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by