How to train a neural network
조회 수: 8 (최근 30일)
이전 댓글 표시
how to train data using feedforward network on matlab.
댓글 수: 0
답변 (2개)
Cris LaPierre
2022년 11월 22일
편집: Cris LaPierre
2022년 11월 22일
The first result I found when googling your question seems promising:
댓글 수: 1
Cris LaPierre
2022년 11월 22일
The 2nd result also looks helpful
Krishna
2024년 8월 26일
Hi,
One of the ways to create a feed forward network in MATLAB is to use the function ‘feedforwardnet.’ Please go through this documentation to learn more regarding this,
Also go through the example mentioned in the documentation.
Now the latest way to make a feedforward network in MATLAB is using dlnetworks. ‘dlnetworks’ is just like Pytorch which provides more flexibility while creating deep learning architectures. Go through this documentation to learn more,
You can use ‘fullyConnectedLayer’ while defining layers of the network for feedforward architecture. Look at the following documentation to learn more,
Please go through the following documentation to learn more about how to ask question on MATLAB answer and get a fast response,
Hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!