A 3-input neuron is trained to output a zero when the input is 110 and a one when the input is 111. After generalization, the output will be zero when and only when the input is:
a) 000 or 110 or 011 or 101
b) 010 or 100 or 110 or 101
c) 000 or 010 or 110 or 100
d) 100 or 111 or 101 or 001
Post New Answer View All Answers
Are neural networks helpful in medicine?
what are some advantages and disadvantages of neural network?
What is the advantage of pooling layer in convolutional neural networks?
I need a MATLAB source code to recognize different regular geometric shapes such as: squares,rectangles,triangles,circles and ellipses in different sizes using neural network. All of the images containing these shapes should be in binary format with the size of 300*400 pixels. would you please give me a MATLAB code to detect these geometric shapes?
What is a neural network and what are some advantages and disadvantages of such a network?
What are the population, sample, training set, design set, validation set, and test set?
What learning rate should be used for backprop?
How to avoid overflow in the logistic function?
How many kinds of kohonen networks exist?
What is a Neural Network?
What is the difference between a Feedforward Neural Network and Recurrent Neural Network?
What are batch, incremental, on-line, off-line, deterministic, stochastic, adaptive, instantaneous, pattern, constructive, and sequential learning?
What is simple artificial neuron?
What are the different layers in CNN?
How many kinds of nns exist?