How can I use the neural network with variable input length ?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, I would like to create a neural network with different input nodes. How can I change the processing function ( Neurons Numbers ) in the hidden layer nodes? To be changed based on the input nodes. Because the length of input not fixed, sometimes be 50 or 122 or 255 or 34 and so on. 80 data input ( 60 for training and o20 for testing ). With one output. 80 data, each having Z parameters (input is Zx80) and Z between 0 to 256. Thank you
0 Commenti
Risposte (1)
Greg Heath
il 8 Mag 2017
Neural networks are functions that yield a specific input/output relation between constant length I-dimensional "I"nput vectors and corresponding constant length O-dimensional "O"utput vectors.
Is your net supposed to implement regression/curve-fitting or classification/pattern-recognition?
What do your input and output vectors represent?
Since input and output vector lengths must be constant, you will have to add zero-valued components to your current inputs to accomplish that.
We can be of more help if you post additional info.
Hope this helps.
Greg
2 Commenti
Greg Heath
il 11 Mag 2017
I thought I made it perfectly clear:
BOTH INPUTS AND TARGETS MUST HAVE CONSTANT LENGTH
Hope this helps
Greg
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox 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!