<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Formula Sheet on Arshad Siddiqui</title><link>https://arshadhs.github.io/tags/formula-sheet/</link><description>Recent content in Formula Sheet on Arshad Siddiqui</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://arshadhs.github.io/tags/formula-sheet/index.xml" rel="self" type="application/rss+xml"/><item><title>DNN Formula and Numerical Sheet</title><link>https://arshadhs.github.io/docs/ai/deep-learning/900-dnn-exam-formula-and-numerical-sheet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://arshadhs.github.io/docs/ai/deep-learning/900-dnn-exam-formula-and-numerical-sheet/</guid><description>&lt;h1 id="dnn-formula-and-numerical-sheet">
 DNN Formula and Numerical Sheet
 
 &lt;a class="anchor" href="#dnn-formula-and-numerical-sheet">#&lt;/a>
 
&lt;/h1>
&lt;p>This page consolidates the most useful Deep Neural Networks formulas and numerical patterns for revision.&lt;/p>
&lt;p>It is designed for preparation and should be used together with the topic pages.&lt;/p>
&lt;blockquote class="book-hint info">
&lt;p>&lt;strong>Revision strategy:&lt;/strong>&lt;br>
Do not only memorise formulas.&lt;/p>
&lt;p>For each formula, know:&lt;/p>
&lt;ol>
&lt;li>what each symbol means&lt;/li>
&lt;li>when to apply it&lt;/li>
&lt;li>how to substitute values carefully&lt;/li>
&lt;li>what the output shape or answer represents&lt;/li>
&lt;/ol>
&lt;/blockquote>
&lt;hr>
&lt;h1 id="1-artificial-neuron">
 1. Artificial Neuron
 
 &lt;a class="anchor" href="#1-artificial-neuron">#&lt;/a>
 
&lt;/h1>
&lt;h2 id="weighted-sum-">
 Weighted Sum ☆
 
 &lt;a class="anchor" href="#weighted-sum-">#&lt;/a>
 
&lt;/h2>
&lt;span style="color: blue;">
 &lt;span>
 \[ 
z = \sum_{i=1}^{n} w_i x_i + b
 \]
 &lt;/span>
&lt;/span>
&lt;p>Vector form:&lt;/p></description></item></channel></rss>