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
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 are the population, sample, training set, design set, validation set, and test set?
What are batch, incremental, on-line, off-line, deterministic, stochastic, adaptive, instantaneous, pattern, constructive, and sequential learning?
What are the different layers in CNN?
How artificial neurons learns?
What learning rate should be used for backprop?
How many kinds of nns exist?
What are neural networks and how do they relate to ai?
What are the disadvantages of artificial neural networks?
What is the advantage of pooling layer in convolutional neural networks?
What are artificial neural networks?
How are weights initialized in a network?
How does ill-conditioning affect nn training?
What is simple artificial neuron?
What is artificial intelligence neural networks?