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 6, 2025
-> The UGC NET Exam Schedule 2025 for June has been released on its official website.
-> The UGC NET Application Correction Window 2025 is available from 14th May to 15th May 2025.
-> The UGC NET 2025 online application form submission closed on 12th May 2025.
-> The June 2025 Exam will be conducted from 21st June to 30th 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.