How can we use a neural network trained through nntool for online testing...?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have trained my neural network using nntool. The performance of the network is satisfactory. I want to import this trained neural network and use it for testing with online data. I would like to know how this can be achieved. For example: Using the trained neural network to calculate the wheel velocities of mobile robot based on sensor distance. I would like to used the trained neural network to perform while robot is traversing in the environment.
My question is how can we build a feed forward network for evaluation, after the network is trained using nntool.
댓글 수: 0
채택된 답변
Greg Heath
2015년 3월 17일
nntool is obsolete. Use nnstart.
There should be a direct way to save a trained net.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!