{"id":2585,"date":"2026-07-19T17:00:00","date_gmt":"2026-07-19T17:00:00","guid":{"rendered":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/"},"modified":"2026-07-20T02:59:05","modified_gmt":"2026-07-20T02:59:05","slug":"backpropagation-explained-for-beginners-part-1-building-the-intuition","status":"publish","type":"post","link":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/","title":{"rendered":"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct"},"content":{"rendered":"<p><br \/>\n<\/p>\n<div>\n<p class=\"wp-block-paragraph\"> to know backpropagation?<\/p>\n<p class=\"wp-block-paragraph\">When you\u2019re attempting to know how trendy AI programs like massive language fashions (LLMs) are educated, backpropagation is without doubt one of the most essential ideas to know.<\/p>\n<p class=\"wp-block-paragraph\">However when you ask me how I felt once I encountered it, I used to be fully misplaced by wanting on the math equations. It felt like a psychological block for me.<\/p>\n<p class=\"wp-block-paragraph\">I noticed and wished to begin from scratch and construct my understanding one step at a time.<\/p>\n<p class=\"wp-block-paragraph\">That journey started with my earlier article, the place we constructed a neural community from scratch utilizing a easy dataset and understood the way it makes predictions.<\/p>\n<p class=\"wp-block-paragraph\">The weblog acquired an amazing response. Thanks for that!<\/p>\n<p class=\"wp-block-paragraph\">Now, let\u2019s proceed with the identical method. We&#8217;ll break down backpropagation step-by-step, maintaining it as easy and intuitive as earlier than.<\/p>\n<p class=\"wp-block-paragraph\">Earlier than we start, I simply wish to say one factor. We\u2019ll take this one step at a time. <\/p>\n<p class=\"wp-block-paragraph\">Subjects like backpropagation can really feel overwhelming at first, however as soon as we construct a powerful basis, all the things else turns into a lot simpler to know. <\/p>\n<p class=\"wp-block-paragraph\">So, let\u2019s get began.<\/p>\n<p class=\"wp-block-paragraph\">Welcome again!<\/p>\n<p class=\"wp-block-paragraph\">Let\u2019s proceed our studying journey via deep studying.<\/p>\n<p class=\"wp-block-paragraph\">We have already got a primary understanding of neural networks, which we explored utilizing a easy dataset within the earlier weblog.<\/p>\n<p class=\"wp-block-paragraph\">Now, let\u2019s first recall what we realized within the earlier weblog on neural networks.<\/p>\n<h3 class=\"wp-block-heading\">Fast Recap<\/h3>\n<p class=\"wp-block-paragraph\">We thought-about this straightforward dataset.<\/p>\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/07\/backpropagation-blog.png\" alt=\"\" class=\"wp-image-673084\"\/><figcaption class=\"wp-element-caption\">Picture by Creator<\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\">After plotting the info, it appeared like this:<\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/06\/exam_scores_scatter-1024x826.png\" alt=\"\" class=\"wp-image-668154\"\/><figcaption class=\"wp-element-caption\">Picture by Creator<\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\">We noticed {that a} single line was not sufficient to suit it. So, we determined to resolve it utilizing neural networks.<\/p>\n<p class=\"wp-block-paragraph\">Subsequent, we obtained to know concerning the equation of a single neuron, and after that, we realized concerning the totally different layers in a neural community.<\/p>\n<p class=\"wp-block-paragraph\">For simplicity, we thought-about one hidden layer with two hidden neurons.<\/p>\n<p class=\"wp-block-paragraph\">Subsequent, we noticed how the 2 hidden neurons produced two totally different linear transformations, after which we wished to mix them within the output layer.<\/p>\n<p class=\"wp-block-paragraph\">Nevertheless, we came upon that combining two strains produced one other line, not the curve that would match the info. <\/p>\n<p class=\"wp-block-paragraph\">That is the place we realized the importance of activation capabilities, as they introduce non-linearity into the mannequin.<\/p>\n<p class=\"wp-block-paragraph\">So, we handed the outputs from the hidden neurons via the activation perform (ReLU) after which mixed them within the output layer. <\/p>\n<p class=\"wp-block-paragraph\">In different phrases, we took the linear mixture of the outputs from the activation perform within the output layer, and eventually, we obtained the curve.<\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/06\/final_neural_network_output-1024x609.png\" alt=\"\" class=\"wp-image-668378\"\/><figcaption class=\"wp-element-caption\">Picture by Creator<\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\">Within the earlier weblog we constructed the neural community structure and noticed the way it makes predictions via ahead propagation.<\/p>\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/06\/NEURAL-NETWORKS-11.png\" alt=\"\" class=\"wp-image-668372\"\/><figcaption class=\"wp-element-caption\">Picture by Creator<\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\">Earlier than we learn the way backpropagation works, let\u2019s first take a look at the values produced at every layer throughout the ahead cross which we mentioned in earlier weblog. <\/p>\n<p class=\"wp-block-paragraph\">We\u2019ll use these values all through the weblog to know how the community learns by updating its parameters.<\/p>\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/07\/backpropagation-blog-1-1024x358.png\" alt=\"\" class=\"wp-image-673086\"\/><figcaption class=\"wp-element-caption\">Picture by Creator<\/figcaption><\/figure>\n<h3 class=\"wp-block-heading\">Why Does the Community Must Be taught?<\/h3>\n<p class=\"wp-block-paragraph\">Once we take a look at the ultimate curve produced by our neural community, we will see that it&#8217;s not a superb match. <\/p>\n<p class=\"wp-block-paragraph\">For instance, when the hours studied (x) is 1, the precise examination rating is 55, however our neural community predicts it as 28, which is a large distinction.<\/p>\n<p class=\"wp-block-paragraph\">Now, we have to make our neural community carry out higher, which suggests it ought to predict values which are a lot nearer to the precise examination scores. <\/p>\n<p class=\"wp-block-paragraph\">To try this, the neural community must study. By studying, we imply determining which parameters must be elevated and which must be decreased to cut back the loss.<\/p>\n<h3 class=\"wp-block-heading\">Studying from a Acquainted Instance<\/h3>\n<p class=\"wp-block-paragraph\">Now, how can we do that?<\/p>\n<p class=\"wp-block-paragraph\">At this level, we don\u2019t know the way to do this.<\/p>\n<p class=\"wp-block-paragraph\">Let\u2019s do one factor. Let\u2019s proceed with what we already know.<\/p>\n<p class=\"wp-block-paragraph\">However what can we already know?<\/p>\n<p class=\"wp-block-paragraph\">We have already got an thought about easy linear regression, how the loss is calculated, and the way the bowl curve appears to be like.<\/p>\n<p class=\"wp-block-paragraph\">Possibly we will study one thing from it.<\/p>\n<p class=\"wp-block-paragraph\">In easy linear regression, we have to discover the optimum values for \u03b20 (intercept) and \u03b21 (slope).<\/p>\n<p class=\"wp-block-paragraph\">After all, we have already got formulation, however we additionally derived them ourselves.<\/p>\n<p class=\"wp-block-paragraph\">What we did was plot a graph with three axes. One axis represented (\u03b20), the second represented (\u03b21), and the third represented the loss.<\/p>\n<p class=\"wp-block-paragraph\">We plotted the loss values for various (\u03b20) and (\u03b21) values and noticed a bowl-shaped curve. <\/p>\n<p class=\"wp-block-paragraph\">We then understood that the minimal loss happens on the backside of the curve, the place the slope of the loss floor turns into zero.<\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/contributor.insightmediagroup.io\/wp-content\/uploads\/2026\/07\/loss_surface-1002x1024.png\" alt=\"\" class=\"wp-image-673127\"\/><figcaption class=\"wp-element-caption\">Picture by Creator<\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\">To search out that time, we used partial differentiation and ultimately solved the ensuing equations to acquire the formulation.<\/p>\n<p class=\"wp-block-paragraph\">In easy linear regression, we will use totally different loss capabilities such because the Sum of Squared Errors (SSE), Imply Squared Error (MSE), or different appropriate loss capabilities relying on the issue.<\/p>\n<p class=\"wp-block-paragraph\">Right here, we\u2019ll contemplate the Imply Squared Error (MSE) as our loss perform.<\/p>\n<p class=\"wp-block-paragraph\">For easy linear regression, the loss perform is<\/p>\n<p class=\"wp-block-shortcode\">[L(beta_0,beta_1)=frac{1}{n}sum_{i=1}^{n}left(y_i-hat{y}_iright)^2]<\/p>\n<p>the place<\/p>\n<p>[<br \/>\nhat{y}_i=beta_0+beta_1x_i.<br \/>\n]<\/p>\n<p>Discover that the loss relies upon solely on two parameters, [beta_0] and [beta_1]<\/p>\n<p>We have now to seek out the values of [beta_0] and [beta_1] that reduce this loss.<\/p>\n<p>Now, let\u2019s take a look at our neural community.<\/p>\n<p>Since our present drawback is a non-linear regression drawback, we will proceed utilizing the identical Imply Squared Error (MSE).<\/p>\n<p>The loss perform can now be written as<\/p>\n<p>[<br \/>\nL(w_1,w_2,w_3,w_4,b_1,b_2,b_3)<br \/>\n=<br \/>\nfrac{1}{n}<br \/>\nsum_{i=1}^{n}<br \/>\nleft(y_i-hat{y}_iright)^2.<br \/>\n]<\/p>\n<p>Nevertheless, in contrast to easy linear regression, our prediction is not given by<\/p>\n<p>[<br \/>\nhat{y}=beta_0+beta_1x.<br \/>\n]<\/p>\n<p>As an alternative, it&#8217;s produced by the complete neural community.<\/p>\n<p>For our neural community,<\/p>\n<p>[<br \/>\nhat{y}_i<br \/>\n=<br \/>\nw_3,mathrm{ReLU}(w_1x_i+b_1)<br \/>\n+<br \/>\nw_4,mathrm{ReLU}(w_2x_i+b_2)<br \/>\n+<br \/>\nb_3.<br \/>\n]<\/p>\n<p>Consequently, the loss not depends upon simply two parameters. It now depends upon all seven parameters of the neural community, that are [w_1,w_2,w_3,w_4,b_1,b_2,b_3]<\/p>\n<p>Similar to in easy linear regression, our purpose remains to be the identical: discover the values of those parameters that reduce the loss.<\/p>\n<p>To attain that, we have to perceive how the loss modifications after we change every parameter individually whereas maintaining the remaining parameters mounted.<\/p>\n<p>In different phrases, we have to compute partial derivatives akin to<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1},<br \/>\nquad<br \/>\nfrac{partial L}{partial w_2},<br \/>\nquad<br \/>\nfrac{partial L}{partial w_3},<br \/>\nquad<br \/>\nldots,<br \/>\nquad<br \/>\nfrac{partial L}{partial b_3}.<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">These partial derivatives inform us how delicate the loss is to every parameter and assist us decide whether or not that parameter must be elevated or decreased to cut back the loss.<\/p>\n<h3 class=\"wp-block-heading\">Setting the Purpose<\/h3>\n<p class=\"wp-block-paragraph\">In easy linear regression, after we plot the loss values for various mixtures of the slope and intercept, we get a bowl-shaped curve in three-dimensional house.<\/p>\n<p class=\"wp-block-paragraph\">For our neural community, nevertheless, we can&#8217;t visualize the loss floor in the identical method as a result of it now exists in eight-dimensional house. <\/p>\n<p class=\"wp-block-paragraph\">Although we will\u2019t visualize it, our goal stays the identical which is to seek out the parameter values that reduce the loss.<\/p>\n<h3 class=\"wp-block-heading\">Time to Perceive Chain Rule<\/h3>\n<p class=\"wp-block-paragraph\">Now, primarily based on what we already know from easy linear regression, we discovered a solution to proceed additional, which is to compute the partial derivatives of the loss with respect to every parameter.<\/p>\n<p class=\"wp-block-paragraph\">The parameters are <\/p>\n<p class=\"wp-block-shortcode\">[w_1,w_2,w_3,w_4,b_1,b_2,b_3]<\/p>\n<p class=\"wp-block-paragraph\">However earlier than we proceed, there may be one essential idea that we have to perceive, and that&#8217;s the chain rule as a result of it&#8217;s the basis of all the things we\u2019re going to do subsequent.<\/p>\n<p class=\"wp-block-paragraph\">The chain rule is used each time one amount depends upon one other amount, which in flip depends upon one other amount.<\/p>\n<p class=\"wp-block-paragraph\">Let\u2019s perceive this with a easy instance.<\/p>\n<p class=\"wp-block-shortcode\">Suppose<\/p>\n<p>[<br \/>\ny=x^2<br \/>\n]<\/p>\n<p>and<\/p>\n<p>[<br \/>\nz=y^3<br \/>\n]<\/p>\n<p>Now, we wish to discover<\/p>\n<p>[<br \/>\nfrac{dz}{dx}<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">First, let\u2019s discover this by-product utilizing classical differentiation.<\/p>\n<p class=\"wp-block-shortcode\">Discover that [z] is written when it comes to [y] not [x] Since we wish the by-product with respect to [x] we will first get rid of the intermediate variable by substituting [y=x^2] into the equation for [z]<\/p>\n<p>Substituting,<\/p>\n<p>[<br \/>\nz=(x^2)^3=x^6<br \/>\n]<\/p>\n<p>Now the expression relies upon solely on [x] so we will differentiate it straight.<\/p>\n<p>Utilizing the facility rule,<\/p>\n<p>[<br \/>\nfrac{dz}{dx}<br \/>\n=<br \/>\nfrac{d}{dx}(x^6)<br \/>\n=<br \/>\n6x^5<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">This technique might be straightforward for easy issues like this one as a result of we will simply substitute one expression into one other.<\/p>\n<p class=\"wp-block-paragraph\">Nevertheless, think about a a lot greater expression with a number of intermediate variables. <\/p>\n<p class=\"wp-block-paragraph\">Rewriting the complete equation earlier than differentiating would grow to be troublesome and there&#8217;s a larger likelihood for errors.<\/p>\n<p class=\"wp-block-paragraph\">As an alternative of mixing all the things right into a single expression first, we now have a way more systematic method known as the chain rule. <\/p>\n<p class=\"wp-block-paragraph\">As an alternative of eliminating the intermediate variables, with the chain rule we will work via them one step at a time.<\/p>\n<p class=\"wp-block-paragraph\">Let\u2019s see how we will implement chain rule.<\/p>\n<p class=\"wp-block-shortcode\">We already know that, [frac{dz}{dx}] tells us how a lot [z] modifications after we make a really small change in [x]<\/p>\n<p>Right here [z] doesn&#8217;t rely straight on [x]<\/p>\n<p>As an alternative, the connection appears to be like like this:<\/p>\n<p>[<br \/>\nx rightarrow y rightarrow z.<br \/>\n]<\/p>\n<p>Which means each time [x] modifications, it first modifications [y] and that change in [y] then modifications [z]<\/p>\n<p>Now as an alternative of attempting to distinguish all the things directly, the chain rule tells us to interrupt the issue into smaller items.<\/p>\n<p>[<br \/>\nfrac{dz}{dx}=frac{dz}{dy}timesfrac{dy}{dx}<br \/>\n]<\/p>\n<p>Now let\u2019s calculate every half individually.<\/p>\n<p>Since<\/p>\n<p>[<br \/>\nz=y^3,<br \/>\n]<\/p>\n<p>we get<\/p>\n<p>[<br \/>\nfrac{dz}{dy}=3y^2.<br \/>\n]<\/p>\n<p>Equally, since<\/p>\n<p>[<br \/>\ny=x^2,<br \/>\n]<\/p>\n<p>we get<\/p>\n<p>[<br \/>\nfrac{dy}{dx}=2x.<br \/>\n]<\/p>\n<p>Multiplying these collectively,<\/p>\n<p>[<br \/>\nfrac{dz}{dx}=3y^2times2x.<br \/>\n]<\/p>\n<p>Lastly, we all know that<\/p>\n<p>[<br \/>\ny=x^2,<br \/>\n]<\/p>\n<p>so we substitute it again into the equation.<\/p>\n<p>[<br \/>\nfrac{dz}{dx}=3(x^2)^2times2x=6x^5.<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">The essential factor we will observe right here is that we by no means differentiated the complete expression at a time.<\/p>\n<p class=\"wp-block-paragraph\">As an alternative, we broke it into smaller derivatives, solved them one after the other, after which multiplied them collectively.<\/p>\n<p class=\"wp-block-paragraph\">We\u2019ll use precisely the identical thought in our neural community.<\/p>\n<p class=\"wp-block-paragraph\">The one distinction is that the chain is now a bit of longer.<\/p>\n<h3 class=\"wp-block-heading\">Fixing step-by-step utilizing Classical Differentiation Technique<\/h3>\n<p class=\"wp-block-paragraph\">Now that we perceive the chain rule, let\u2019s proceed to calculate the partial derivatives with respect to every parameter.<\/p>\n<p class=\"wp-block-paragraph\">Till now, we used particular values for the weights and biases to know how the ahead cross works. Nevertheless, our goal is to study these values from the info.<\/p>\n<p class=\"wp-block-paragraph\">So, as an alternative of utilizing mounted values, let\u2019s signify them utilizing parameters first.<\/p>\n<p class=\"wp-block-paragraph\">The output of our neural community is given by<\/p>\n<p class=\"wp-block-shortcode\">[hat{y}=w_3a_1+w_4a_2+b_3]<\/p>\n<p>the place<\/p>\n<p>[<br \/>\na_1=mathrm{ReLU}(z_1)<br \/>\n]<br \/>\n[<br \/>\nz_1=w_1x+b_1<br \/>\n]<\/p>\n<p>and<\/p>\n<p>[<br \/>\na_2=mathrm{ReLU}(z_2)<br \/>\n]<br \/>\n[<br \/>\nz_2=w_2x+b_2<br \/>\n]<\/p>\n<p>Utilizing this output, we will calculate the Imply Squared Error (MSE), which is the loss perform of our neural community.<\/p>\n<p>The final MSE equation is<\/p>\n<p>[<br \/>\nL(w_1,w_2,w_3,w_4,b_1,b_2,b_3)=frac{1}{n}sum_{i=1}^{n}(y_i-hat{y}_i)^2<br \/>\n]<\/p>\n<p>Now, let\u2019s substitute the prediction equation into the loss perform.<\/p>\n<p>[<br \/>\nL(w_1,w_2,w_3,w_4,b_1,b_2,b_3)=frac{1}{n}sum_{i=1}^{n}left(y_i-left(w_3a_{1i}+w_4a_{2i}+b_3right)right)^2<br \/>\n]<\/p>\n<p>Since<\/p>\n<p>[<br \/>\na_{1i}=mathrm{ReLU}(w_1x_i+b_1)<br \/>\n]<\/p>\n<p>and<\/p>\n<p>[<br \/>\na_{2i}=mathrm{ReLU}(w_2x_i+b_2)<br \/>\n]<\/p>\n<p>the entire loss perform turns into<\/p>\n<p>[<br \/>\nL(w_1,w_2,w_3,w_4,b_1,b_2,b_3)=frac{1}{n}sum_{i=1}^{n}left(y_i-left(w_3mathrm{ReLU}(w_1x_i+b_1)+w_4mathrm{ReLU}(w_2x_i+b_2)+b_3right)right)^2<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">Now, let\u2019s begin discovering the partial by-product with respect to any one of many parameters, let\u2019s start with<\/p>\n<p class=\"wp-block-shortcode\">[w_1]<\/p>\n<p class=\"wp-block-paragraph\">So, we now have to calculate<\/p>\n<p class=\"wp-block-shortcode\">[frac{partial}{partial w_1}left[frac{1}{n}sum_{i=1}^{n}left(y_i-left(w_3,mathrm{ReLU}(w_1x_i+b_1)+w_4,mathrm{ReLU}(w_2x_i+b_2)+b_3right)right)^2right]]<\/p>\n<p class=\"wp-block-paragraph\">This equation appears troublesome to resolve. How can we discover the partial by-product with respect to<\/p>\n<p class=\"wp-block-shortcode\">[w_1]<\/p>\n<p class=\"wp-block-paragraph\">from such a big equation?<\/p>\n<p class=\"wp-block-paragraph\">Let\u2019s proceed utilizing the identical concepts from differentiation that we already know.<\/p>\n<p class=\"wp-block-shortcode\">As an alternative of differentiating all the things directly, we\u2019ll simplify the issue step-by-step.<\/p>\n<p>We wish to compute<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n]<\/p>\n<p>Substitute the loss perform into the by-product.<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\nfrac{partial}{partial w_1}<br \/>\nleft(<br \/>\nfrac{1}{n}<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)^2<br \/>\nright)<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">Discover that we don&#8217;t substitute the complete expression for <\/p>\n<p class=\"wp-block-shortcode\">[hat{y}_i]<\/p>\n<p class=\"wp-block-paragraph\"> but. We&#8217;ll try this solely when it turns into needed.<\/p>\n<p class=\"wp-block-shortcode\">As [frac{1}{n}] is a continuing, we all know that it may be moved outdoors the by-product.<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\nfrac{1}{n}<br \/>\nfrac{partial}{partial w_1}<br \/>\nleft(<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)^2<br \/>\nright)<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">The summation can also be linear, so the by-product can cross via it.<\/p>\n<p class=\"wp-block-paragraph\">What can we imply by that?<\/p>\n<p class=\"wp-block-paragraph\">It means in summation we add many phrases collectively and we will differentiate every time period individually after which add the derivatives.<\/p>\n<p class=\"wp-block-shortcode\">[frac{partial L}{partial w_1}=frac{1}{n}sum_{i=1}^{n}frac{partial}{partial w_1}left((y_i-hat{y}_i)^2right)]<\/p>\n<p>Now Differentiate the Sq.<\/p>\n<p>Let<\/p>\n<p>[<br \/>\nA=y_i-hat{y}_i<br \/>\n]<\/p>\n<p>Then<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\nfrac{1}{n}<br \/>\nsum_{i=1}^{n}<br \/>\nfrac{partial}{partial w_1}(A^2)<br \/>\n]<\/p>\n<p>Utilizing the facility rule,<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}(A^2)<br \/>\n=<br \/>\n2A<br \/>\nfrac{partial A}{partial w_1}<br \/>\n]<\/p>\n<p>Substitute this into the earlier equation.<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\nfrac{2}{n}<br \/>\nsum_{i=1}^{n}<br \/>\nA<br \/>\nfrac{partial A}{partial w_1}<br \/>\n]<\/p>\n<p>Change [A] with [y_i-hat{y}_i].<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\nfrac{2}{n}<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)<br \/>\nfrac{partial}{partial w_1}<br \/>\n(y_i-hat{y}_i)<br \/>\n]<\/p>\n<p>Differentiate the Expression Inside<\/p>\n<p>We all know that the true goal (precise commentary) [y_i] is a continuing,<\/p>\n<p>[<br \/>\nfrac{partial y_i}{partial w_1}=0<br \/>\n]<\/p>\n<p>Subsequently,<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}<br \/>\n(y_i-hat{y}_i)<br \/>\n=<br \/>\n-frac{partialhat{y}_i}{partial w_1}<br \/>\n]<\/p>\n<p>Substitute this again.<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\n-frac{2}{n}<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)<br \/>\nfrac{partialhat{y}_i}{partial w_1}<br \/>\n]<\/p>\n<p>Now Differentiating the Prediction [frac{partialhat{y}_i}{partial w_1}]<\/p>\n<p>We all know that from the output layer in our neural community<\/p>\n<p>[<br \/>\nhat{y}_i<br \/>\n=<br \/>\nw_3a_{1i}<br \/>\n+<br \/>\nw_4a_{2i}<br \/>\n+<br \/>\nb_3<br \/>\n]<\/p>\n<p>Substitute the equations of hidden neuron activation capabilities.<\/p>\n<p>[<br \/>\nhat{y}_i<br \/>\n=<br \/>\nw_3mathrm{ReLU}(w_1x_i+b_1)<br \/>\n+<br \/>\nw_4mathrm{ReLU}(w_2x_i+b_2)<br \/>\n+<br \/>\nb_3<br \/>\n]<\/p>\n<p>Differentiate with respect to [w_1]<\/p>\n<p>[<br \/>\nfrac{partialhat{y}_i}{partial w_1}<br \/>\n=<br \/>\nfrac{partial}{partial w_1}<br \/>\nleft(<br \/>\nw_3mathrm{ReLU}(w_1x_i+b_1)<br \/>\n+<br \/>\nw_4mathrm{ReLU}(w_2x_i+b_2)<br \/>\n+<br \/>\nb_3<br \/>\nright)<br \/>\n]<\/p>\n<p>Differentiating every time period individually.<\/p>\n<p>As [w_3] is fixed,<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}<br \/>\nleft(<br \/>\nw_3mathrm{ReLU}(w_1x_i+b_1)<br \/>\nright)<br \/>\n=<br \/>\nw_3<br \/>\nfrac{partial}{partial w_1}<br \/>\nmathrm{ReLU}(w_1x_i+b_1)<br \/>\n]<\/p>\n<p>The second time period incorporates solely [w_2] so<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}<br \/>\nleft(<br \/>\nw_4mathrm{ReLU}(w_2x_i+b_2)<br \/>\nright)<br \/>\n=0<br \/>\n]<\/p>\n<p>Additionally,<\/p>\n<p>[<br \/>\nfrac{partial b_3}{partial w_1}=0<br \/>\n]<\/p>\n<p>Therefore,<\/p>\n<p>[<br \/>\nfrac{partialhat{y}_i}{partial w_1}<br \/>\n=<br \/>\nw_3<br \/>\nfrac{partial}{partial w_1}<br \/>\nmathrm{ReLU}(w_1x_i+b_1)<br \/>\n]<\/p>\n<p>Differentiate the ReLU Expression<\/p>\n<p>Let<\/p>\n<p>[<br \/>\nu=w_1x_i+b_1<br \/>\n]<\/p>\n<p>Then<\/p>\n<p>[<br \/>\nmathrm{ReLU}(w_1x_i+b_1)<br \/>\n=<br \/>\nmathrm{ReLU}(u)<br \/>\n]<\/p>\n<p>Now Differentiating<\/p>\n<p>[<br \/>\nu=w_1x_i+b_1<br \/>\n]<\/p>\n<p>with respect to [w_1]<\/p>\n<p>[<br \/>\nfrac{du}{dw_1}=x_i<br \/>\n]<\/p>\n<p>Now differentiate the activation.<\/p>\n<p>[<br \/>\nfrac{d,mathrm{ReLU}(u)}{du}<br \/>\n=<br \/>\nmathrm{ReLU}'(u)<br \/>\n]<\/p>\n<p>Right here we use the chain rule,<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}<br \/>\nmathrm{ReLU}(w_1x_i+b_1)<br \/>\n=<br \/>\nmathrm{ReLU}'(u)<br \/>\nfrac{du}{dw_1}<br \/>\n]<\/p>\n<p>Substituting [frac{du}{dw_1}=x_i]<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}<br \/>\nmathrm{ReLU}(w_1x_i+b_1)<br \/>\n=<br \/>\nmathrm{ReLU}'(u)x_i<br \/>\n]<\/p>\n<p>Changing [u]<\/p>\n<p>[<br \/>\nfrac{partial}{partial w_1}<br \/>\nmathrm{ReLU}(w_1x_i+b_1)<br \/>\n=<br \/>\nmathrm{ReLU}'(w_1x_i+b_1)x_i<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">This ReLU derivation would possibly get complicated, let\u2019s decelerate and see what we truly did right here.<\/p>\n<p class=\"wp-block-paragraph\">We all know that the ReLU activation doesn\u2019t rely on w1w_1 straight. <\/p>\n<p class=\"wp-block-paragraph\">It depends upon the worth of w1xi+b1w_1x_i+b_1\u200b. <\/p>\n<p class=\"wp-block-paragraph\">On the similar time, the expression w1xi+b1w_1x_i+b_1\u200b depends upon w1w_1\u200b. <\/p>\n<p class=\"wp-block-paragraph\">So when w1w_1 modifications, it first modifications w1xi+b1w_1x_i+b_1, which in flip modifications the output of the ReLU. <\/p>\n<p class=\"wp-block-paragraph\">That is precisely the type of scenario the place we use the chain rule.<\/p>\n<p class=\"wp-block-paragraph\">So to seek out how the ReLU modifications with respect to w1w_1\u200b, we first discover how w1xi+b1w_1x_i+b_1 modifications with respect to w1w_1, after which how the ReLU modifications with respect to w1xi+b1w_1x_i+b_1\u200b. <\/p>\n<p class=\"wp-block-paragraph\">Lastly, we mix these two outcomes utilizing the chain rule.<\/p>\n<p class=\"wp-block-shortcode\">Now Substitute Again<\/p>\n<p>Earlier, we discovered<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\n-frac{2}{n}<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)<br \/>\nfrac{partialhat{y}_i}{partial w_1}<br \/>\n]<\/p>\n<p>We additionally calculated<\/p>\n<p>[<br \/>\nfrac{partialhat{y}_i}{partial w_1}<br \/>\n=<br \/>\nw_3<br \/>\nmathrm{ReLU}'(w_1x_i+b_1)<br \/>\nx_i<br \/>\n]<\/p>\n<p>Substitute this into the earlier equation.<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\n-frac{2}{n}<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)<br \/>\nw_3<br \/>\nmathrm{ReLU}'(w_1x_i+b_1)<br \/>\nx_i<br \/>\n]<\/p>\n<h3 class=\"wp-block-heading\">Closing outcome<\/h3>\n<p class=\"wp-block-shortcode\">We have now derived<\/p>\n<p>[<br \/>\nfrac{partial L}{partial w_1}<br \/>\n=<br \/>\n-frac{2}{n}<br \/>\nsum_{i=1}^{n}<br \/>\n(y_i-hat{y}_i)<br \/>\nw_3<br \/>\nmathrm{ReLU}'(w_1x_i+b_1)<br \/>\nx_i<br \/>\n]<\/p>\n<p class=\"wp-block-paragraph\">This tells us precisely how the loss modifications when the burden<\/p>\n<p class=\"wp-block-shortcode\">[w_1]<\/p>\n<p class=\"wp-block-paragraph\">modifications.<\/p>\n<p class=\"wp-block-paragraph\">At first, this equation might look obscure, however it&#8217;s truly fairly easy.<\/p>\n<p class=\"wp-block-paragraph\">Because it tells us how the overall loss modifications after we make a really small change to the burden w1\u200b, this worth is known as the gradient, and it&#8217;s precisely what gradient descent makes use of to replace the burden.<\/p>\n<p class=\"wp-block-paragraph\">To calculate this gradient, the equation considers each coaching instance within the dataset.<\/p>\n<p class=\"wp-block-shortcode\">For every coaching instance:<\/p>\n<p>[(y_i-hat{y}_i)] tells us how far the prediction is from the precise worth.<\/p>\n<p>[w_3] tells us how a lot the primary hidden neuron contributes to the ultimate prediction.<\/p>\n<p>[mathrm{ReLU}'(w_1x_i+b_1)] tells us whether or not the change in [w_1] can cross via the ReLU activation.<\/p>\n<p>[x_i] tells us how a lot a small change in [w_1] impacts the neuron\u2019s enter.<\/p>\n<p class=\"wp-block-paragraph\">Every coaching instance contributes its personal gradient primarily based on these portions. <\/p>\n<p class=\"wp-block-paragraph\">We add all of those particular person contributions collectively, and since we&#8217;re utilizing the Imply Squared Error (MSE) loss perform, dividing by nn offers the typical gradient throughout the complete dataset.<\/p>\n<p class=\"wp-block-paragraph\">This common gradient tells us how w1w_1 must be adjusted to cut back the general loss, fairly than simply the error for a single coaching instance.<\/p>\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n<p class=\"wp-block-paragraph\">When you keep in mind our dialogue on Easy Linear Regression, we calculated the partial derivatives with respect to solely two parameters.<\/p>\n<p class=\"wp-block-paragraph\">On this weblog, we now have efficiently derived<\/p>\n<p class=\"wp-block-shortcode\">[frac{partial L}{partial w_1}]<\/p>\n<p class=\"wp-block-paragraph\">Though the derivation was lengthy, We used the identical concepts from calculus that we already knew in each step. <\/p>\n<p class=\"wp-block-paragraph\">We merely utilized differentiation step-by-step and used the chain rule wherever it was required.<\/p>\n<p class=\"wp-block-paragraph\">Now, our neural community nonetheless has six extra parameters, and every of them has its personal partial by-product.<\/p>\n<p class=\"wp-block-paragraph\">So, what do you suppose?<\/p>\n<p class=\"wp-block-paragraph\">Do we have to repeat this whole course of for each weight and bias?<\/p>\n<p class=\"wp-block-paragraph\">Luckily, no.<\/p>\n<p class=\"wp-block-paragraph\">As neural networks grow to be bigger, manually deriving each gradient would shortly grow to be exhausting and inefficient.<\/p>\n<p class=\"wp-block-paragraph\">There must be a greater method.<\/p>\n<p class=\"wp-block-paragraph\">The excellent news is that we don\u2019t want any new arithmetic. <\/p>\n<p class=\"wp-block-paragraph\">We merely want a greater solution to arrange these calculations. <\/p>\n<p class=\"wp-block-paragraph\">Every thing remains to be constructed on the identical chain rule we\u2019ve been utilizing all through this text.<\/p>\n<p class=\"wp-block-paragraph\">Within the subsequent half, we\u2019ll see how the chain rule might be utilized effectively throughout the complete neural community, main us to one of the crucial essential algorithms in deep studying: backpropagation.<\/p>\n<p class=\"wp-block-paragraph\">I hope you realized one thing from this text. When you\u2019re nonetheless confused about neural networks or wish to revisit the fundamentals, you&#8217;ll be able to all the time learn my earlier article right here.<\/p>\n<p class=\"wp-block-paragraph\">When you discovered this useful, be at liberty to share it with individuals who might have it.<\/p>\n<p class=\"wp-block-paragraph\">In case you could have any doubts or ideas, you&#8217;ll be able to touch upon LinkedIn.<\/p>\n<figure class=\"wp-block-pullquote\">\n<blockquote>\n<p>\u201cIt doesn&#8217;t matter how slowly you go so long as you don&#8217;t cease.\u201d\u2014 Confucius<\/p>\n<\/blockquote>\n<\/figure>\n<p class=\"wp-block-paragraph\">Thanks for studying, and I\u2019ll see you in Half 2!<\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/towardsdatascience.com\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>to know backpropagation? When you\u2019re attempting to know how trendy AI programs like massive language fashions (LLMs) are educated, backpropagation is without doubt one of the most essential ideas to know. However when you ask me how I felt once I encountered it, I used to be fully misplaced by wanting on the math equations. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2587,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg","fifu_image_alt":"","jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_override_bookmark_settings":[],"jnews_social_meta":[],"jnews_override_counter":[],"footnotes":""},"categories":[7],"tags":[3074,522,920,998,3075,1227],"class_list":["post-2585","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-science-mlops","tag-backpropagation","tag-beginners","tag-building","tag-explained","tag-intuition","tag-part"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct - Future News 24<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct - Future News 24\" \/>\n<meta property=\"og:description\" content=\"to know backpropagation? When you\u2019re attempting to know how trendy AI programs like massive language fashions (LLMs) are educated, backpropagation is without doubt one of the most essential ideas to know. However when you ask me how I felt once I encountered it, I used to be fully misplaced by wanting on the math equations. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/\" \/>\n<meta property=\"og:site_name\" content=\"Future News 24\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-19T17:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-20T02:59:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg\" \/>\n<meta name=\"author\" content=\"Future News 24\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Future News 24\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"18 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/\"},\"author\":{\"name\":\"Future News 24\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\"},\"headline\":\"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct\",\"datePublished\":\"2026-07-19T17:00:00+00:00\",\"dateModified\":\"2026-07-20T02:59:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/\"},\"wordCount\":3524,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/towardsdatascience.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/pexels-vargaphotography-10796342-scaled-1.jpg\",\"keywords\":[\"Backpropagation\",\"Beginners\",\"Building\",\"Explained\",\"Intuition\",\"Part\"],\"articleSection\":[\"Data Science &amp; MLOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/\",\"name\":\"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct - Future News 24\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/towardsdatascience.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/pexels-vargaphotography-10796342-scaled-1.jpg\",\"datePublished\":\"2026-07-19T17:00:00+00:00\",\"dateModified\":\"2026-07-20T02:59:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#primaryimage\",\"url\":\"https:\\\/\\\/towardsdatascience.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/pexels-vargaphotography-10796342-scaled-1.jpg\",\"contentUrl\":\"https:\\\/\\\/towardsdatascience.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/pexels-vargaphotography-10796342-scaled-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/19\\\/backpropagation-explained-for-beginners-part-1-building-the-intuition\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/futurenews24.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"name\":\"Future News 24\",\"description\":\"The Smart Hub for AI and Next-Gen Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/futurenews24.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\",\"name\":\"Future News 24\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"contentUrl\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"width\":250,\"height\":250,\"caption\":\"Future News 24\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\",\"name\":\"Future News 24\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"caption\":\"Future News 24\"},\"sameAs\":[\"https:\\\/\\\/futurenews24.com\"],\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/author\\\/mridulpahuja20\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct - Future News 24","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/","og_locale":"en_US","og_type":"article","og_title":"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct - Future News 24","og_description":"to know backpropagation? When you\u2019re attempting to know how trendy AI programs like massive language fashions (LLMs) are educated, backpropagation is without doubt one of the most essential ideas to know. However when you ask me how I felt once I encountered it, I used to be fully misplaced by wanting on the math equations. [&hellip;]","og_url":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/","og_site_name":"Future News 24","article_published_time":"2026-07-19T17:00:00+00:00","article_modified_time":"2026-07-20T02:59:05+00:00","og_image":[{"url":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg","type":"","width":"","height":""}],"author":"Future News 24","twitter_card":"summary_large_image","twitter_image":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg","twitter_misc":{"Written by":"Future News 24","Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#article","isPartOf":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/"},"author":{"name":"Future News 24","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83"},"headline":"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct","datePublished":"2026-07-19T17:00:00+00:00","dateModified":"2026-07-20T02:59:05+00:00","mainEntityOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/"},"wordCount":3524,"commentCount":0,"publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#primaryimage"},"thumbnailUrl":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg","keywords":["Backpropagation","Beginners","Building","Explained","Intuition","Part"],"articleSection":["Data Science &amp; MLOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/","url":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/","name":"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct - Future News 24","isPartOf":{"@id":"https:\/\/futurenews24.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#primaryimage"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#primaryimage"},"thumbnailUrl":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg","datePublished":"2026-07-19T17:00:00+00:00","dateModified":"2026-07-20T02:59:05+00:00","breadcrumb":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#primaryimage","url":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg","contentUrl":"https:\/\/towardsdatascience.com\/wp-content\/uploads\/2026\/07\/pexels-vargaphotography-10796342-scaled-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/19\/backpropagation-explained-for-beginners-part-1-building-the-intuition\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/futurenews24.com\/"},{"@type":"ListItem","position":2,"name":"Backpropagation Defined for Freshmen (Half 1): Constructing the Instinct"}]},{"@type":"WebSite","@id":"https:\/\/futurenews24.com\/#website","url":"https:\/\/futurenews24.com\/","name":"Future News 24","description":"The Smart Hub for AI and Next-Gen Innovation","publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/futurenews24.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/futurenews24.com\/#organization","name":"Future News 24","url":"https:\/\/futurenews24.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/","url":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","contentUrl":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","width":250,"height":250,"caption":"Future News 24"},"image":{"@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83","name":"Future News 24","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","caption":"Future News 24"},"sameAs":["https:\/\/futurenews24.com"],"url":"https:\/\/futurenews24.com\/index.php\/author\/mridulpahuja20\/"}]}},"_links":{"self":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/2585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/comments?post=2585"}],"version-history":[{"count":1,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/2585\/revisions"}],"predecessor-version":[{"id":2586,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/2585\/revisions\/2586"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media\/2587"}],"wp:attachment":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media?parent=2585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/categories?post=2585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/tags?post=2585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}