필터 지우기
필터 지우기

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?
  댓글 수: 2
Chin Kui Ku
Chin Kui Ku 2018년 8월 8일
Thanks, this is just to rename at the workspace and i will need to load the workspace before i can use it correct?
I am looking for a way to save it as a function script, so i can call it at different 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