How to build an action NN to estimate input
1 次查看(过去 30 天)
显示 更早的评论
from where should i start to build an NN that will estimate input U using weights and activation function ?
i have a specific equation for weight tuning too
i am completely new to this area in matlab so what app i should be using or anything like that will be helpful
回答(1 个)
Aditya
2023-9-29
Hi Abdullah,
I understand that you want to build a Neural Network for estimating an input. To achieve this, you can use Deep Network Designer app and Neural Network Start app.
To lauch these apps from MATLAB command window you can type the following commands:
- Deep Network Designer app: deepNetworkDesigner
- Neural Network Start app: nnstart
For more detailed info on how to use this apps please refer to the below MATLAB documentation:
- https://www.mathworks.com/help/deeplearning/gs/get-started-with-deep-network-designer.html
- https://www.mathworks.com/help/deeplearning/ref/nnstart.html
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!