How are neural networks used when the number of inputs could be variable?
Posted
by Jeremy E
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy E
Published on 2009-11-19T20:55:26Z
Indexed on
2010/04/22
18:53 UTC
Read the original article
Hit count: 237
artificial-neural-network
|artificial-intelligence
|pattern-recognition
|machine-learning
All the examples I have seen of neural networks are for a fixed set of inputs which works good for images and fixed length data. How do you deal with variable length data such sentances, queries or source code. Is there a way to encode variable length data into fixed length inputs and still get the generalization properties of neural networks?
Thanks
© Stack Overflow or respective owner