MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

NEURAL NETWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The actual processing occurs in which of the following layer?
A
input layers
B
hidden layers
C
output layers
D
None of these
Explanation: 

Detailed explanation-1: -The hidden layer is between the input layer and the output layer. It takes in a set of weighted inputs and produces output through an activation function. This layer is named hidden because it does not constitute the input or the output layer. This is the layer where all the processing happens.

Detailed explanation-2: -A hidden layer in an artificial neural network is a layer in between input layers and output layers, where artificial neurons take in a set of weighted inputs and produce an output through an activation function.

Detailed explanation-3: -The Neural Network is constructed from 3 type of layers: Input layer-initial data for the neural network. Hidden layers-intermediate layer between input and output layer and place where all the computation is done.

There is 1 question to complete.