How to give input from a database to a Neural network and save the result to a database?

I have trained a Neural network for predicting credit card limits. I have saved the network with the work space with .mat extension. How can I give input from a database through web based GUI and get the result to the database again?

 採用された回答

Greg Heath
Greg Heath 2015 年 9 月 2 日
1. You have to load the input into the workspace of the directory containing the net. See the documentation
help load
doc load
2. output = net(input);
3. Save the output into desired workspace.
help save
doc save
Hope this helps. Greg

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by