in Education by
How are neural networks used when the number of inputs could be variable? I saw a few examples of a neural network but they work for a fixed set of inputs. How can I deal with variable data length like string etc? Is there any way to encode variable data length into a fixed set of inputs and still get the generalized property of neural networks?

1 Answer

0 votes
by
It is not advised to just extract some data and feeding it to the network which most people do. In practical, success and performance of a neural network depends on the Pre-processing and choosing of right features. The ANN is made for fixed feature vector length so you won't be able to use it.But you may use other classifiers such as random forest which uses a small no. of random features and creates hundreds of decision trees or can also try other solutions like using the Dynamic Time Wrapping or the interpolation.

Related questions

0 votes
    I saw a few examples of a neural network but they work for a fixed set of inputs. How can I deal with ... property of neural networks? Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    I was wondering if you creative minds out there could think of some situations or applications in the web environment ... AI in games. Select the correct answer from above options...
asked Jan 26, 2022 in Education by JackTerrance
0 votes
    To solve any problem when we can use genetic algorithms as opposed to neural networks & vice versa. I saw some ... in some cases. Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    Broadly how many kinds of stability can be defined in neural networks? (a) 1 (b) 3 (c) 2 (d) 4 Please answer the above question....
asked Sep 7, 2022 in Education by JackTerrance
0 votes
    How can false minima be reduced in case of error in recall in feedback neural networks? (a) by providing additional ... (d) none of the mentioned Please answer the above question....
asked Sep 3, 2022 in Education by JackTerrance
0 votes
    I'm learning the difference between the various machine learning algorithms. I understand that the implementations of ... for that? Select the correct answer from above options...
asked Jan 25, 2022 in Education by JackTerrance
0 votes
    __________ is a Neural Nets way of classifying inputs. A. Classification B. Learning C. Forward Propagation D. Activation...
asked Dec 26, 2022 in Technology by JackTerrance
0 votes
    __________ is a Neural Nets way of classifying inputs. A. Classification B. Learning C. Forward Propagation D. Activation...
asked Nov 13, 2022 in Education by JackTerrance
0 votes
    _____________________ is a Neural Nets way of classifying inputs. _____________________ is a Neural Nets way of ... ) Forward Propagation (c) Activation (d) Classification...
asked Oct 19, 2020 in Technology by Editorial Staff
0 votes
    Explain the commonly used Artificial Neural Networks?...
asked Jan 17, 2023 in Technology by JackTerrance
0 votes
    ______________ activation function is the most commonly used activation function in Neural networks. (1)Non-Linear (2)Linear...
asked Jun 15, 2021 in Technology by JackTerrance
0 votes
    Artificial neural networks may be thought of as simplified models of the networks of neurons that occur naturally in ... R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    write algorithm and flowchart the inputs two numbers swaps these values without using third variable Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Neural Networks Algorithms are inspired from the structure and functioning of the Human Biological Neuron. A. True B. False...
asked Dec 26, 2022 in Technology by JackTerrance
0 votes
    Recurrent Neural Networks are best suited for Text Processing. A. True B. False...
asked Dec 26, 2022 in Technology by JackTerrance
...