Question
Download Solution PDFLet Wij represents weight between node i at layer k and node j at layer (k – 1) of a given multilayer perceptron. The weight updation using gradient descent method is given by
Where α and E represents learning rate and Error in the output respectively.
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFConcept:
A perceptron is a single neuron model that was part of larger neural network. A multilayer perceptron is a finite acyclic graph. Nodes are neurons with logistic activation.
Explanation:
During multi-layer perceptron, neurons of ith layer serve as input features for neuron of i+1th layer. Using gradient descent algorithm, weights are updated incrementally after each pass over training data set. Gradient descent method assists in determining error while searching for optimal value to plug into cost function. It involves two steps:
- Calculate gradients of loss/error function
- Then updating existing parameters in response to the gradients.
This learning process is described by :
\({W_{ij}}\left( {t + 1} \right) = {W_{ij}}\left( t \right) - \alpha \frac{{\partial E}}{{\partial {W_{ij}}}},\;0 \le \alpha \le 1\)
Last updated on Jun 12, 2025
-> The UGC NET June 2025 exam will be conducted from 25th to 29th June 2025.
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.