Neural Network classification problem
Mostrar comentarios más antiguos
Hello, I need help on matlab using neural network. My input data are ratios for 50 bankrupt and 50 non-bankrupt firms.That is,
Firm 1: Ratio 1 Ratio 2 Ratio 3 Ratio 4 Ratio 5 .... Firm 2: Ratio 1 Ratio 2 Ratio 3 Ratio 4 Ratio 5 .... .... Firm 100: Ratio 1 Ratio 2 Ratio 3 Ratio 4 Ratio 5 ....
My targets are in terms of binary.. i.e target for first 50 firms=1 and last 50 firms 0.(1=bankrupt,0=non-bankrupt)
I am using feedforward NN with backpropagation algorithm through the code net=newff(input,target,20)
But i have to enter the input and target in workspace first. Since i will have to transpose the matrices before using the newff function,i would like to know how should the input matrix be since i am getting errors.
Your help will be deeply appreciated. Thanks in advance
3 comentarios
Greg Heath
el 20 de Feb. de 2014
Show your commented code and corresponding error messages.
Greg Heath
el 24 de Feb. de 2014
Well?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!