<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://qbase.texpertssolutions.com/index.php?action=history&amp;feed=atom&amp;title=Example_of_ReLU_Activation_Function</id>
	<title>Example of ReLU Activation Function - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://qbase.texpertssolutions.com/index.php?action=history&amp;feed=atom&amp;title=Example_of_ReLU_Activation_Function"/>
	<link rel="alternate" type="text/html" href="https://qbase.texpertssolutions.com/index.php?title=Example_of_ReLU_Activation_Function&amp;action=history"/>
	<updated>2026-05-15T12:13:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://qbase.texpertssolutions.com/index.php?title=Example_of_ReLU_Activation_Function&amp;diff=255&amp;oldid=prev</id>
		<title>Thakshashila: Created page with &quot;== ReLU (Rectified Linear Unit) Example ==  The ReLU function is defined as:  :&lt;math&gt;f(x) = \max(0, x)&lt;/math&gt;  This means: * If &#039;&#039;x&#039;&#039; is &#039;&#039;&#039;positive&#039;&#039;&#039;, it stays the same. * If &#039;&#039;x&#039;&#039; is &#039;&#039;&#039;negative&#039;&#039;&#039;, it becomes &#039;&#039;0&#039;&#039;.  === Real Number Examples ===  {| class=&quot;wikitable&quot; ! Input (x) ! ReLU Output f(x) |- | -3 | 0 |- | -1 | 0 |- | 0 | 0 |- | 2 | 2 |- | 5 | 5 |}  In this table: * Negative numbers become 0 🚫 * Positive numbers pass through ✅  This makes ReLU very fast...&quot;</title>
		<link rel="alternate" type="text/html" href="https://qbase.texpertssolutions.com/index.php?title=Example_of_ReLU_Activation_Function&amp;diff=255&amp;oldid=prev"/>
		<updated>2025-06-11T09:06:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== ReLU (Rectified Linear Unit) Example ==  The ReLU function is defined as:  :&amp;lt;math&amp;gt;f(x) = \max(0, x)&amp;lt;/math&amp;gt;  This means: * If &amp;#039;&amp;#039;x&amp;#039;&amp;#039; is &amp;#039;&amp;#039;&amp;#039;positive&amp;#039;&amp;#039;&amp;#039;, it stays the same. * If &amp;#039;&amp;#039;x&amp;#039;&amp;#039; is &amp;#039;&amp;#039;&amp;#039;negative&amp;#039;&amp;#039;&amp;#039;, it becomes &amp;#039;&amp;#039;0&amp;#039;&amp;#039;.  === Real Number Examples ===  {| class=&amp;quot;wikitable&amp;quot; ! Input (x) ! ReLU Output f(x) |- | -3 | 0 |- | -1 | 0 |- | 0 | 0 |- | 2 | 2 |- | 5 | 5 |}  In this table: * Negative numbers become 0 🚫 * Positive numbers pass through ✅  This makes ReLU very fast...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== ReLU (Rectified Linear Unit) Example ==&lt;br /&gt;
&lt;br /&gt;
The ReLU function is defined as:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x) = \max(0, x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means:&lt;br /&gt;
* If &amp;#039;&amp;#039;x&amp;#039;&amp;#039; is &amp;#039;&amp;#039;&amp;#039;positive&amp;#039;&amp;#039;&amp;#039;, it stays the same.&lt;br /&gt;
* If &amp;#039;&amp;#039;x&amp;#039;&amp;#039; is &amp;#039;&amp;#039;&amp;#039;negative&amp;#039;&amp;#039;&amp;#039;, it becomes &amp;#039;&amp;#039;0&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Real Number Examples ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Input (x)&lt;br /&gt;
! ReLU Output f(x)&lt;br /&gt;
|-&lt;br /&gt;
| -3&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| -1&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In this table:&lt;br /&gt;
* Negative numbers become 0 🚫&lt;br /&gt;
* Positive numbers pass through ✅&lt;br /&gt;
&lt;br /&gt;
This makes ReLU very fast and useful for deep learning models! 🤖✨&lt;/div&gt;</summary>
		<author><name>Thakshashila</name></author>
	</entry>
</feed>