setting epochs of forwardfeednet

조회 수: 27 (최근 30일)
Abdulaziz Almershed
Abdulaziz Almershed 2020년 12월 1일
답변: Shubham Khatri 2020년 12월 7일
Greetings,
how can i change the options of 'feedforwardnet' when using 'train' to train it?

채택된 답변

Shubham Khatri
Shubham Khatri 2020년 12월 7일
Hello,
Use the syntax below to customize options for your feedforward neural network.
net=feedforwardnet(size,trainFcn);
The syntax above generates a feedforward neural network and stores it into net. THe number of hidden laters are "size". "TrainFcn" is the performance function for feedforwardnetwork.
Also , please take a look at the following answer
To get more information about feedforwardnet click link

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by