How to create a custom Neural Network?
Ältere Kommentare anzeigen
I wanna create a NN with 1- 2 inputs, 2 layers and 3 outputs 2- the number of nodes in layer 1 is 2 and in layer 2 is 3 3- the learning factor for layer 1 is 0.1 and for layer 2 is 0.5 4- the bias weight for layer 1 is 0.1 and for layer 2 is 0.2 5- I wanna initialize all weights to my desired values How can I do this? Thanks
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!