How can we use a neural network trained through nntool for online testing...?
1 次查看(过去 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!