set-9
401. ______ is a possible mechanism for synaptic modification in the brain.
402. The ______ can be used to train neural networks for pattern recognition.
403. If two neurons on either side of a synapse are activated simultaneously, the strength of the synapse will increase is ______.
404. ______ is the one of the Neural Network Learning rules.
405. ______ is an error correcting the supervised learning algorithm of single layer feedforward networks with linear activation function.
406. ______ also called Least Mean Square (LMS)
407. A ______ is an algorithm for supervised learning of binary classifiers. This algorithm enables neurons to learn and processes elements in the training set one at a time.
408. ______ are one of the types of perceptron.
409. ______ can learn only linearly separable patterns.
410. ______ can learn about two or more layers having a greater processing power.
411. The given figure is of ______.
412. The given figure is of ______.
413. Identify the type of perceptron activation function.
414. Identify the type of perceptron activation function.
415. Gradient descent is an optimization algorithm which is commonly-used to ______ machine learning models and neural networks.
416. ______ is one of the types of gradient descent algorithm.
417. The backpropagation algorithm is used for which type of neural network?
418. Which of the following is true about the backpropagation algorithm?
419. The backpropagation algorithm involves two phases. What are they?
420. Which of the following is the activation function commonly used in the backpropagation algorithm?
421. The backpropagation law is also known as generalized delta rule, is it true?
422. ______ consists of a set of neurons where each neuron corresponds to a pixel of the difference image and is connected to all the neurons in the neighborhood.
423. The ______ is commonly used for auto-association and optimization tasks.
424. In ______, the input and output patterns are discrete vector, which can be either binary 0,1 or bipolar +1, -1 in nature.
425. Continuous Hopfield Network in comparison with Discrete Hopfield network, continuous network has ______ as a continuous variable.
426. ______ architecture can be build up by adding electrical components such as amplifiers which can map the input voltage to the output voltage over a sigmoid activation function.
427. ______, is a network having a single linear unit.
428. The basic structure of ______ is similar to perceptron having an extra feedback loop.
429. Identify the diagram and answer the question which training algorithm is this?
430. ______ is a network which consists of many Adalines in parallel.
431. In NN, Delta rule works only for the ______.
432. Generalized delta rule, also called as ______ rule, is a way of creating the desired values of the hidden layer.
Last updated