{"id":5079,"date":"2025-03-05T17:02:51","date_gmt":"2025-03-05T11:32:51","guid":{"rendered":"https:\/\/namastedev.com\/blog\/?p=5079"},"modified":"2025-03-05T17:02:51","modified_gmt":"2025-03-05T11:32:51","slug":"annartificial-neural-network-in-mathematical-model","status":"publish","type":"post","link":"https:\/\/namastedev.com\/blog\/annartificial-neural-network-in-mathematical-model\/","title":{"rendered":"ANN(Artificial Neural Network) in Mathematical Model"},"content":{"rendered":"<p><\/p>\n<p><strong>Artificial Neural Network (ANN)<\/strong><\/p>\n<p>An ANN is made up of <strong>neurons<\/strong>, and each neuron has its own <strong>weights<\/strong>, which help it process information. This model is very important in building intelligent systems.<\/p>\n<p>Let\u2019s break down the main components:<\/p>\n<p><\/p>\n<p><strong>1. Input<\/strong><\/p>\n<p>Think of this as the data the neuron receives. For example:<\/p>\n<p>x1,x2,&#8230;,xnx_1, x_2, &#8230;, x_nx1\u200b,x2\u200b,&#8230;,xn\u200b are the inputs coming into the neuron.<\/p>\n<p>Each input represents a specific piece of information or feature.<\/p>\n<p><\/p>\n<p><strong>2. Weight<\/strong><\/p>\n<p>Each input has its <strong>own weight<\/strong> that determines its importance.<\/p>\n<p>For example:<\/p>\n<p>Input x1x_1x1\u200b will have a weight w1w_1w1\u200b, input x2x_2x2\u200b will have a weight w2w_2w2\u200b, and so on until xnx_nxn\u200b, which has weight wnw_nwn\u200b.<\/p>\n<p>These weights can be adjusted during learning to improve accuracy.<\/p>\n<p><\/p>\n<p><strong>3. Summation of Weighted Inputs<\/strong><\/p>\n<p>The neuron sums up all the weighted inputs and adds a <strong>bias<\/strong> term bbb, which helps fine-tune the output.<\/p>\n<p>The formula for this step is:<\/p>\n<p>S=\u2211(wi\u22c5xi)+bS = sum (w_i cdot x_i) + bS=\u2211(wi\u200b\u22c5xi\u200b)+b<\/p>\n<p>Here:<\/p>\n<p>wiw_iwi\u200b: Weight of input xix_ixi\u200bbbb: Bias, a constant value added to the sum to adjust it.<\/p>\n<p><\/p>\n<p><strong>4. Activation Function<\/strong><\/p>\n<p>This is like the <strong>decision-maker<\/strong> for the neuron.<\/p>\n<p>If the total sum SSS is high enough (greater than a threshold), the neuron <strong>fires<\/strong> (turns ON).If not, the neuron remains <strong>inactive<\/strong> (turns OFF).<\/p>\n<p>The activation function transforms SSS into the neuron\u2019s final output yyy:<\/p>\n<p><\/p>\n<p>y=f(S)y = f(S)y=f(S)<\/p>\n<p>Some common activation functions include:<\/p>\n<p><strong>Sigmoid<\/strong>: Smooth output between 0 and 1.<strong>ReLU<\/strong>: Outputs 0 if SSS is negative; otherwise, outputs SSS.<strong>Tanh<\/strong>: Outputs values between -1 and 1.<strong>Simplified Analogy<\/strong><\/p>\n<p>Imagine a light switch:<\/p>\n<p>Inputs (x1,x2,&#8230; x_1, x_2, &#8230;x1\u200b,x2\u200b,&#8230;) are the people deciding whether to turn it on.Weights (w1,w2,&#8230; w_1, w_2, &#8230;w1\u200b,w2\u200b,&#8230;) are how much influence each person has.Summation adds up everyone\u2019s opinions.The activation function decides:If the combined opinion is strong, the switch turns ON.Otherwise, it stays OFF.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Artificial Neural Network (ANN) An ANN is made up of neurons, and each neuron has its own weights, which help it process information. This model is very important in building intelligent systems. Let\u2019s break down the main components: 1. Input Think of this as the data the neuron receives. For example: x1,x2,&#8230;,xnx_1, x_2, &#8230;, x_nx1\u200b,x2\u200b,&#8230;,xn\u200b<\/p>\n","protected":false},"author":58,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[231,187],"tags":[360],"class_list":{"0":"post-5079","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-article","7":"category-artificial-intelligence","8":"tag-artificial-intelligence"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/posts\/5079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/users\/58"}],"replies":[{"embeddable":true,"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/comments?post=5079"}],"version-history":[{"count":1,"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/posts\/5079\/revisions"}],"predecessor-version":[{"id":5088,"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/posts\/5079\/revisions\/5088"}],"wp:attachment":[{"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/media?parent=5079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/categories?post=5079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/namastedev.com\/blog\/wp-json\/wp\/v2\/tags?post=5079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}