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?

 채택된 답변

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 Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 8월 31일

답변:

2015년 9월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by