フィルターのクリア

How to train a neural network

5 ビュー (過去 30 日間)
Sang
Sang 2022 年 11 月 22 日
回答済み: Krishna 2024 年 8 月 26 日 6:22
how to train data using feedforward network on matlab.

回答 (2 件)

Cris LaPierre
Cris LaPierre 2022 年 11 月 22 日
編集済み: Cris LaPierre 2022 年 11 月 22 日
The first result I found when googling your question seems promising:
  1 件のコメント
Cris LaPierre
Cris LaPierre 2022 年 11 月 22 日

サインインしてコメントする。


Krishna
Krishna 2024 年 8 月 26 日 6:22
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.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by