Which function to use for my neural network?

27 ビュー (過去 30 日間)
Emer Gorman
Emer Gorman 2023 年 10 月 12 日
コメント済み: Emer Gorman 2023 年 10 月 19 日
Not sure which one of these functions best applies to my neural network model:
feedforwardnet, fitnet, cascadeforwardnet, newff
Not sure when each of the above functions should be applied
the network has 11 input parameters and attempts to predict one output. the 11 inputs each represent different chemical properties for different MOF's.

採用された回答

Jinal
Jinal 2023 年 10 月 19 日
編集済み: Jinal 2023 年 10 月 19 日
Hello Emer,
As per my understanding, you need to know which of, “feedforwardnet”, “fitnet”, "cascadeforwardnet", and “newff’ functions, can be used to create a neural network with eleven inputs and one output.
The choice of the appropriate neural network function in MATLAB depends on the complexity of the problem.
You can use “feedforwardnet” or “fitnet” to create your neural network.
Both functions are used for creating and training neural networks. However, "fitnet” is used for specialized versions of the feedforward network including fitting.
Please refer the following links to know more about “feedforwardnet”, “fitnet”, and difference between the two functions.
I hope this helps answer your query.
  1 件のコメント
Emer Gorman
Emer Gorman 2023 年 10 月 19 日
Hi Jinal,
Thank you for you help, I have looked at Matlab help files already. However, I can't seem to find detailed information on when each of the above functions should be applied.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by