feedforward neural network r2017b

4 views (last 30 days)
BRIAN CHOONG LEK LEE
BRIAN CHOONG LEK LEE on 15 Nov 2017
Answered: Joshua Ogbebor on 21 Feb 2021
Hello,
I am using the latest version of matlab, R2017b.
I would like to know what is the function for the feedforward neural network
It used to be newff

Answers (2)

Walter Roberson
Walter Roberson on 15 Nov 2017
  1 Comment
Greg Heath
Greg Heath on 15 Nov 2017
Did you think about searching ANSWERS with the searchword
feedforward
?
Greg

Sign in to comment.


Joshua Ogbebor
Joshua Ogbebor on 21 Feb 2021
net = feedforwardnet(size of hidden layer,'TrainingFcn');

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!