MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the name for when neural networks get trained by being shown thousands of a type of image?
A
supervised learning
B
deep learning
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -at IDSIA showed that even deep standard neural networks with many layers can be quickly trained on GPU by supervised learning through the old method known as backpropagation.

Detailed explanation-2: -Perceptron. Developed by Frank Rosenblatt by using McCulloch and Pitts model, perceptron is the basic operational unit of artificial neural networks. It employs supervised learning rule and is able to classify the data into two classes.

Detailed explanation-3: -Backpropagation algorithm is probably the most fundamental building block in a neural network. It was first introduced in 1960s and almost 30 years later (1989) popularized by Rumelhart, Hinton and Williams in a paper called “Learning representations by back-propagating errors”.

Detailed explanation-4: -Ensemble learning combines the predictions from multiple neural network models to reduce the variance of predictions and reduce generalization error.

There is 1 question to complete.