How to convert a trained ANN to function so i can call them easily when testing the network with new inputs?

1 次查看(过去 30 天)
Hi, May i know how to convert a trained ANN to function so i can call them easily when testing the network with new inputs? I am aware that there's a way to convert the trained ANN to function when using the training manager. however, i have a few trained network saved at workspace,for eg: the trained network is called 'net' how do i re-wrap it as a function call y=function_net(x)?
Then when i want to pass in the input x, i can just use the function and it will return the output y from any script?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by