How to implement a neural network in matlab?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Deepti D S
il 5 Mar 2020
Commentato: Deepti D S
il 9 Mar 2020
Hi all,
How do I implement a multilayer neural network in MATLAB with 2 hidden layers and ReLu Function. There are many approaches but im confused what to use? Kindly someone help me out.
0 Commenti
Risposta accettata
Srivardhan Gadila
il 9 Mar 2020
Then you can try defining the network with feedforwardnet. You can access the transfer function using net.layers{i}.transferFcn. For a list of available transfer functions, type help nntransfer in command window.
Or
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Define Shallow Neural Network Architectures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!