in Education by
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? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
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. Become a master of Artificial Intelligence by going through this online ai course

Related questions

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
    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
    I know about the Gradient Descent & Back-propagation Theorem. What I didn't get is: When and how to use ... gives the correct weights. Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    Is there any method to find out the number of layers and the number of neurons per layer? As input I solely have ... I can't try this. Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    I read a few books and articles about Convolutional neural network, it seems I understand the concept but I don ... please help thanks. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I know the basics of feedforward neural networks, and how to train them using the backpropagation algorithm, but I'm ... , even better. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    What is the difference between back-propagation and feed-forward neural networks? By googling and reading, I found ... feed-forward? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    I'm making a basic feedforward neural network to solve the XOR gate problem. Standard settings: input layer + hidden layer + ... outputData_samples : Array = Array() for i in 0.....
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    It is a principal question, regarding the theory of neural networks: Why do we have to normalize the input for ... is not normalized? Select the correct answer from above options...
asked Jan 27, 2022 in Education by JackTerrance
0 votes
    How are neural networks used when the number of inputs could be variable? I saw a few examples of a neural ... of inputs and still get the generalized property of neural networks?...
asked Nov 20, 2020 in Education by Editorial Staff
0 votes
    I am receiving the error: ValueError: Wrong number of items passed 3, placement implies 1, and I am struggling to ... 'sigma'] = sigma Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I've trained a Linear Regression model with R caret. I'm now trying to generate a confusion matrix and ... and reference factors must have the same number of levels EnglishMarks...
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
    According to some document the weight adjustment formula will be: new weight = old weight + learning rate * delta ... ) is enough? Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    I'm teaching a kid programming, and am introducing some basic artificial intelligence concepts at the moment. To begin ... and boxes)? Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
...