Automationscribe.com
  • Home
  • AI Scribe
  • AI Tools
  • Artificial Intelligence
  • Contact Us
No Result
View All Result
Automation Scribe
  • Home
  • AI Scribe
  • AI Tools
  • Artificial Intelligence
  • Contact Us
No Result
View All Result
Automationscribe.com
No Result
View All Result

The Sigmoid Operate: From ‘e’ to Neural Networks

admin by admin
August 28, 2026
in Artificial Intelligence
0
The Sigmoid Operate: From ‘e’ to Neural Networks
399
SHARES
2.3k
VIEWS
Share on FacebookShare on Twitter


Welcome again!

We lately mentioned backpropagation, and I hope you now have an concept of what backpropagation is and the way it really works.

Let’s proceed the deep studying journey.

Regardless that we apply the backpropagation algorithm to a neural community, we nonetheless have some issues, and vanishing gradients is considered one of them.

Whereas I used to be studying about vanishing gradients, I got here throughout the sigmoid operate.

Everyone knows that it’s utilized in logistic regression, the place we apply the sigmoid operate to a price to acquire an output between 0 and 1.

Now, right here in neural networks, it may be used as an activation operate.

What I find out about sigmoid is the equation we’ve and its utilization in logistic regression and neural networks.

I used to be inquisitive about how we get this equation and the story behind it.

On this weblog, let’s examine how we get to the sigmoid equation.

By the best way, if you have not learn Half 3 of the backpropagation collection, you may learn it right here.

Ā·Ā·Ā·

How Do We Really Use Sigmoid?

We already know the equation of the sigmoid operate.

σ(x)=11+eāˆ’xsigma(x) = frac{1}{1 + e^{-x}}σ(x)=1+eāˆ’x1​

Earlier than we proceed, let’s examine how we use it in logistic regression.

For instance, we wish to predict whether or not a scholar will go or fail primarily based on the variety of hours they studied.

We’re utilizing the logistic regression mannequin right here.

First, it calculates a rating

For instance the rating for a scholar is:

This rating shouldn’t be a chance.

It’s simply the linear mixture of parameters.

Now we go it by way of the sigmoid operate:

σ(z)=11+eāˆ’zsigma(z) = frac{1}{1 + e^{-z}}σ(z)=1+eāˆ’z1​

we get,

σ(2)=11+eāˆ’2ā‰ˆ0.88sigma(2) = frac{1}{1 + e^{-2}} approx 0.88σ(2)=1+eāˆ’21ā€‹ā‰ˆ0.88

The sigmoid operate at all times produces an output between 0 and 1.

Right here the output is roughly 0.88 or 88%.

In logistic regression, this may be interpreted as an 88% chance of the scholar passing the examination.

We are able to then use a threshold, comparable to 0.5, to make the ultimate classification.

In brief, the circulation might be like

Rating→Sigmoid→Likelihood→Classtextual content{Rating} rightarrow textual content{Sigmoid} rightarrow textual content{Likelihood} rightarrow textual content{Class}Rating→Sigmoid→Likelihood→Class

That is how we generally use the sigmoid operate in logistic regression.


However What Is This ā€œeā€?

Now, let’s as soon as once more have a look at the sigmoid equation.

σ(z)=11+eāˆ’zsigma(z) = frac{1}{1 + e^{-z}}σ(z)=1+eāˆ’z1​

The very first thing we discover is the e.

We all know that it’s a mathematical fixed and its worth is

eā‰ˆ2.71828e approx 2.71828eā‰ˆ2.71828

However what precisely is ‘e’?

Why is that this quantity current within the sigmoid equation?

Let’s take a step again and perceive the place this quantity comes from.

One factor is that right here we’re not attempting to find ‘e’, however the purpose is to grasp the importance of ‘e’ and see the place it naturally seems.

Now let’s go to the financial institution and see what we are able to observe.


Let’s Begin with a Easy Financial institution Instance

Think about we deposited Rs.100 right into a checking account.

For instance the financial institution is giving us a 100% annual rate of interest.

If the financial institution provides all the yr’s curiosity on the finish of the yr, we earn Rs.100 in curiosity.

So after one yr, we’ve

100+100=200100 + 100 = 200100+100=200

We are able to additionally write it as

100(1+1)=200100(1 + 1) = 200100(1+1)=200

Rs.100 grew to become Rs.200 after one yr.

However now let’s change one factor.

What if the financial institution would not wait till the tip of the yr so as to add the curiosity?

What if it provides the curiosity twice a yr?

The annual rate of interest remains to be 100%.

However now the yr is split into two durations.

So for every six-month interval we get half of the annual rate of interest:

12=0.5=50%frac{1}{2} = 0.5 = 50%21​=0.5=50%

Throughout the first six months, we get

100(1+12)=150100left(1 + frac{1}{2}proper) = 150100(1+21​)=150

After six months, we’ve Rs.150.

Throughout the subsequent six months, the curiosity is calculated on this new quantity

150(1+12)=225150left(1 + frac{1}{2}proper) = 225150(1+21​)=225

Then we’ve

100(1+12)2=225100left(1 + frac{1}{2}proper)^2 = 225100(1+21​)2=225

Why did we get Rs.225 as a substitute of Rs.200?

As a result of the curiosity earned throughout the first six months additionally earned curiosity throughout the second six months.

In easy phrases we are able to say

‘curiosity earns curiosity’

That is the essential concept behind compound curiosity.

What Occurs When We Compound Extra Incessantly?

Now let’s make the compounding extra frequent.

If we compound 4 occasions a yr:

100(1+14)4ā‰ˆ244.14100left(1 + frac{1}{4}proper)^4 approx 244.14100(1+41​)4ā‰ˆ244.14

If we compound 12 occasions a yr:

100(1+112)12ā‰ˆ261.30100left(1 + frac{1}{12}proper)^{12} approx 261.30100(1+121​)12ā‰ˆ261.30

If we compound day-after-day:

100(1+1365)365ā‰ˆ271.46100left(1 + frac{1}{365}proper)^{365} approx 271.46100(1+3651​)365ā‰ˆ271.46

Observe the sample.

As we enhance the variety of compounding durations, the ultimate quantity retains rising.

The reason being that development is being utilized repeatedly to an quantity that has already elevated.

The place Does e Come From?

The Rs.100 shouldn’t be the essential half right here.

Let’s take away it and have a look at the expansion issue:

(1+1n)nleft(1 + frac{1}{n}proper)^n(1+n1​)n

Right here, ‘n’ represents the variety of occasions we compound throughout the yr.

For instance:

(1+11)1=2left(1 + frac{1}{1}proper)^1 = 2(1+11​)1=2
(1+12)2=2.25left(1 + frac{1}{2}proper)^2 = 2.25(1+21​)2=2.25
(1+14)4ā‰ˆ2.4414left(1 + frac{1}{4}proper)^4 approx 2.4414(1+41​)4ā‰ˆ2.4414
(1+112)12ā‰ˆ2.613left(1 + frac{1}{12}proper)^{12} approx 2.613(1+121​)12ā‰ˆ2.613
(1+1365)365ā‰ˆ2.7146left(1 + frac{1}{365}proper)^{365} approx 2.7146(1+3651​)365ā‰ˆ2.7146

As we make the compounding increasingly more frequent, the worth will get nearer and nearer to

2.71828…2.71828ldots2.71828…

This quantity known as ‘e’

eā‰ˆ2.71828e approx 2.71828eā‰ˆ2.71828

Mathematically, we are able to categorical this concept utilizing a restrict

e=lim⁔nā†’āˆž(1+1n)ne = lim_{n rightarrow infty} left(1 + frac{1}{n}proper)^ne=nā†’āˆžlim​(1+n1​)n

The notation might look complicated, however the concept is straightforward.

Right here, we’re asking:

“What worth does this expression method as ‘n’ turns into bigger and bigger?”

As ‘n’ will increase:

(1+1n)nleft(1 + frac{1}{n}proper)^n(1+n1​)n

will get nearer and nearer to:

2.71828…2.71828ldots2.71828…

That limiting worth is ‘e’.


So, What Does the Financial institution Need to Do with Sigmoid?

However why are we speaking about this and what does this checking account must do with sigmoid.

This instance is not to clarify compound curiosity, nevertheless it offers us an instinct for the place ‘e’ naturally seems.

The essential concept right here is repeated development.

When development is repeatedly utilized to an quantity that has already grown, we get a compounding course of.

And when that course of occurs many times extra incessantly, the quantity ‘e’ naturally seems.

So as a substitute of merely memorizing that

eā‰ˆ2.71828e approx 2.71828eā‰ˆ2.71828

we now have some instinct behind it.


The Particular Property of e

From the financial institution instance, we noticed that ‘e’ naturally seems once we have a look at repeated development and steady compounding.

However ‘e’ is greater than only a quantity that seems in compound curiosity.

It has a really particular property once we have a look at it by way of calculus.

Let’s think about the exponential operate

If we differentiate this operate, we get

dydx=exfrac{dy}{dx}=e^xdxdy​=ex

This method we already know.

However what does the spinoff inform us?

We already know that it tells us the fee of change of a operate.

For instance, if we’ve

its spinoff is

dydx=2xfrac{dy}{dx}=2xdxdy​=2x

Because of this the speed at which x2 modifications relies on the worth of x.

At x=1:

dydx=2(1)=2frac{dy}{dx}=2(1)=2dxdy​=2(1)=2

At x=3:

dydx=2(3)=6frac{dy}{dx}=2(3)=6dxdy​=2(3)=6

So, for x2, the operate and its fee of change are totally different.

Now let us take a look at ex.

For

we’ve

dydx=exfrac{dy}{dx}=e^xdxdy​=ex

Because of this the speed of change of ex is the same as its present worth.

Let’s take a look at some values.

When x=0

and

dydx=1frac{dy}{dx}=1dxdy​=1

When x=1

e1ā‰ˆ2.718e^1approx2.718e1ā‰ˆ2.718

and

dydxā‰ˆ2.718frac{dy}{dx}approx2.718dxdyā€‹ā‰ˆ2.718

When x=2

e2ā‰ˆ7.389e^2approx7.389e2ā‰ˆ7.389

and

dydxā‰ˆ7.389frac{dy}{dx}approx7.389dxdyā€‹ā‰ˆ7.389

So, right here we are able to say that

Fee of change = Present worth

This is without doubt one of the most essential properties of the exponential operate with base e.


Why Is the By-product of ex Equal to ex?

We now have an concept of an essential property of ‘e’ in calculus.

ddxex=exfrac{d}{dx}e^x=e^xdxd​ex=ex

We simply mentioned what it’s however let’s examine why does this occur?

If you happen to already know why

ddxex=exfrac{d}{dx}e^x=e^xdxd​ex=ex

then use this part for fast revision as we join it again to the sigmoid operate.

Beginning with a Common Exponential

First let’s think about a common exponential operate.

Right here, z is the bottom and x is the exponent.

2x,3x,5x,10x2^x,qquad 3^x,qquad 5^x,qquad 10^x2x,3x,5x,10x

are all examples of this kind.

Now let’s examine what occurs once we differentiate zx

We’ve,

dydx=lim⁔h→0zx+hāˆ’zxhfrac{dy}{dx} = lim_{hto0} frac{z^{x+h}-z^x}{h}dxdy​=h→0lim​hzx+hāˆ’zx​

Utilizing the exponent rule we get

zx+h=zxzhz^{x+h}=z^xz^hzx+h=zxzh

Due to this fact

dydx=lim⁔h→0zxzhāˆ’zxhfrac{dy}{dx} = lim_{hto0} frac{z^xz^h-z^x}{h}dxdy​=h→0lim​hzxzhāˆ’zx​

Now discover that zx seems in each phrases within the numerator.

We are able to issue it out

dydx=lim⁔h→0zxzhāˆ’1hfrac{dy}{dx} = lim_{hto0} z^xfrac{z^h-1}{h}dxdy​=h→0lim​zxhzhāˆ’1​

Right here zx doesn’t depend upon h, so we are able to take it outdoors the restrict

dydx=zxlim⁔h→0zhāˆ’1hfrac{dy}{dx} = z^x lim_{hto0} frac{z^h-1}{h}dxdy​=zxh→0lim​hzhāˆ’1​

And that is the place issues get fascinating.

Our result’s

dydx=zxlim⁔h→0zhāˆ’1hfrac{dy}{dx} = z^x lim_{hto0} frac{z^h-1}{h}dxdy​=zxh→0lim​hzhāˆ’1​

Have a look at the 2 components individually.

The primary half is

That’s our authentic exponential operate.

The second half is

lim⁔h→0zhāˆ’1hlim_{hto0} frac{z^h-1}{h}h→0lim​hzhāˆ’1​

We are able to see that there isn’t a ‘x’ on this expression.

It relies on the bottom ‘z’, however not on ‘x’.

This implies, for any worth of ‘z’, this complete restrict is only a fixed.

Let’s name this fixed ‘C’.

C=lim⁔h→0zhāˆ’1hC= lim_{hto0} frac{z^h-1}{h}C=h→0lim​hzhāˆ’1​

Due to this fact we are able to write it as,

ddxzx=Czxfrac{d}{dx}z^x=Cz^xdxd​zx=Czx

This tells us one thing essential.

After we differentiate an exponential operate, we get the unique exponential operate, multiplied by a continuing.

In different manner,

By-productĀ ofĀ zx=fixedƗzxtextual content{By-product of }z^x = textual content{fixed}occasions z^xBy-productĀ ofĀ zx=fixedƗzx

The Fixed Depends upon the Base

Now let’s take an instance of exponential operate:

From our end result, we’ve

ddx3x=C3xfrac{d}{dx}3^x=C3^xdxd​3x=C3x

For z=3, the fixed is

C=lim⁔h→03hāˆ’1hC= lim_{hto0} frac{3^h-1}{h}C=h→0lim​h3hāˆ’1​

Now we have to discover the worth of this restrict.

Let’s perceive this in intuitive manner.

For the bottom 3, the worth of the fixed is roughly

Cā‰ˆ1.0986Capprox1.0986Cā‰ˆ1.0986

Due to this fact,

ddx3xā‰ˆ1.0986(3x)frac{d}{dx}3^x approx 1.0986(3^x)dxd​3xā‰ˆ1.0986(3x)

Let’s examine what this tells us by utilizing at totally different ‘x’ values.

When

we’ve

the speed of change right here is roughly

1.0986(1)=1.09861.0986(1)=1.09861.0986(1)=1.0986

When

we get

The speed of change is

1.0986(3)ā‰ˆ3.29581.0986(3)approx3.29581.0986(3)ā‰ˆ3.2958

And when

we’ve

The speed of change is roughly

1.0986(9)ā‰ˆ9.88741.0986(9)approx9.88741.0986(9)ā‰ˆ9.8874

We are able to see that the spinoff shouldn’t be precisely equal to 3x.

As an alternative, we received

ddx3xā‰ˆ1.0986(3x)frac{d}{dx}3^x approx 1.0986(3^x)dxd​3xā‰ˆ1.0986(3x)

The operate and its fee of change have the identical exponential form, however the fee of change is scaled by a continuing.


Discovering the Particular Base

Now, we all know that

ddxzx=Czxfrac{d}{dx}z^x=Cz^xdxd​zx=Czx

The worth of ‘C’ trusted the bottom.

For 3x,

Cā‰ˆ1.0986Capprox1.0986Cā‰ˆ1.0986

Okay however what if we might discover a base for which C is strictly 1?

Do we’ve any quantity?

If sure, then we get

Our spinoff would grow to be

ddxzx=zxfrac{d}{dx}z^x=z^xdxd​zx=zx

In different phrases, we are able to say that the operate can be precisely equal to its personal spinoff.

So, now we’re on the lookout for a base z that satisfies

lim⁔h→0zhāˆ’1h=1lim_{hto0} frac{z^h-1}{h}=1h→0lim​hzhāˆ’1​=1

There may be one specific constructive quantity that satisfies this situation and also you all know what’s that quantity is.

We name this quantity

and its numerical worth is

eā‰ˆ2.71828eapprox2.71828eā‰ˆ2.71828

For this specific base, the fixed turns into

Due to this fact,

ddxex=1ā‹…exfrac{d}{dx}e^x = 1cdot e^xdxd​ex=1ā‹…ex

which provides us

ddxex=exfrac{d}{dx}e^x=e^xdxd​ex=ex

Ā·Ā·Ā·

So What Did We Really Uncover?

We began with a common exponential operate

Utilizing the definition of a spinoff, we discovered

ddxzx=zxlim⁔h→0zhāˆ’1hfrac{d}{dx}z^x = z^x lim_{hto0} frac{z^h-1}{h}dxd​zx=zxh→0lim​hzhāˆ’1​

We then noticed that the restrict is solely a continuing that relies on the bottom.

Then we’ve written it as

ddxzx=Czxfrac{d}{dx}z^x=Cz^xdxd​zx=Czx

Then we requested:

Is there a base for which C=1?

The reply is sure.

That particular base is e.

Due to this fact,

ddxex=exfrac{d}{dx}e^x=e^xdxd​ex=ex

Now we’ve an concept of how we received the spinoff.


Within the earlier financial institution instance, ‘e’ appeared by way of repeated development and steady compounding.

Now, by way of calculus, we’ve seen one other particular property of the identical quantity

ddxex=exfrac{d}{dx}e^x=e^xdxd​ex=ex

In easy phrases, we are able to say that ex grows at a fee equal to its present worth.


Now, Let’s Return to Sigmoid

Let’s as soon as once more have a look at the sigmoid equation.

σ(x)=11+eāˆ’xsigma(x)=frac{1}{1+e^{-x}}σ(x)=1+eāˆ’x1​

Now we’ve some concept of what ‘e’ really is.

Now we deal with the entire equation.

The query right here is why does the sigmoid operate is on this specific type?

To know this we should always return to logistic regression.

We began with a uncooked rating

‘z’ might be any actual quantity.

However for classification, we wished to interpret the mannequin’s output as a chance.

A chance should lie between 0 and 1

0<p<1

So we wish to remodel any worth of ‘z’ into a price between 0 and 1.

In different phrases, we would like one thing that may obtain

z∈(āˆ’āˆž,āˆž)zin(-infty,infty)z∈(āˆ’āˆž,āˆž)

and produce:

p∈(0,1)pin(0,1)p∈(0,1)

Constructing a Operate That Outputs Between 0 and 1

Now, the duty is to assemble such transformation.

However how can we try this?

Let’s begin with a quite simple commentary.

Suppose we’ve a quantity larger than 1.

For instance

If we take its reciprocal, we get

15=0.2frac{1}{5}=0.251​=0.2

which is between 0 and 1.

The identical concept works for any numbers larger than 1

12=0.5frac{1}{2}=0.521​=0.5
110=0.1frac{1}{10}=0.1101​=0.1
1100=0.01frac{1}{100}=0.011001​=0.01

Right here we are able to discover that

If

then

0<1A<10 < frac{1}{A} < 10<A1​<1

This provides us a easy concept.

If we are able to have a amount that’s at all times larger than 1, then taking its reciprocal will routinely give us a price between 0 and 1.

And that’s precisely the vary we would like for a chance.

Nevertheless, there’s yet one more factor we want.

We don’t wish to use a set quantity comparable to 5 within the denominator.

as a result of that at all times give us the identical output.

Our output ought to change when the enter ‘x’ modifications.

For instance, we would like a constructive enter to supply a bigger chance, whereas a destructive enter ought to produce a smaller chance.

So, we want a amount that modifications with x.

Now e Enters the Image

You’re proper. It is time for ‘e’ to enter.

That is the place the exponential operate we simply realized about turns into helpful.

Exponential features are at all times constructive, which implies

for each actual worth of x.

For instance:

eāˆ’2ā‰ˆ0.1353e^{-2}approx0.1353eāˆ’2ā‰ˆ0.1353
e2ā‰ˆ7.389e^2approx7.389e2ā‰ˆ7.389

Whether or not the x is destructive, zero, or constructive, ex by no means turns into destructive or zero.

However the sigmoid equation incorporates e-x.

Until right here we solely mentioned about ex.

So let’s first see what a destructive exponent means.

We already know what a constructive exponent means.

For instance:

e2=eƗee^2=etimes ee2=eƗe

and:

e3=eƗeƗee^3=etimes etimes ee3=eƗeƗe

A destructive exponent represents the reciprocal of the corresponding constructive exponent.

For instance:

eāˆ’1=1ee^{-1}=frac{1}{e}eāˆ’1=e1​

Equally

eāˆ’2=1e2e^{-2}=frac{1}{e^2}eāˆ’2=e21​

and

eāˆ’3=1e3e^{-3}=frac{1}{e^3}eāˆ’3=e31​

Typically, we are able to write as

eāˆ’x=1exe^{-x}=frac{1}{e^x}eāˆ’x=ex1​

So, e-x shouldn’t be a totally totally different operate.

It’s merely the reciprocal of ex.

Now we are able to use what we already find out about ex.

Since:

its reciprocal can be constructive

1ex>0frac{1}{e^x}>0ex1​>0

and since

eāˆ’x=1exe^{-x}=frac{1}{e^x}eāˆ’x=ex1​

we get

for each actual worth of x.

That is essential as a result of it offers us precisely the sort of amount we want.

If e-x is at all times constructive, then including 1 offers us a amount that’s at all times larger than 1

1+eāˆ’x>11+e^{-x}>11+eāˆ’x>1

And now we are able to use our reciprocal concept.

If a quantity is larger than 1, its reciprocal lies between 0 and 1

0<11+eāˆ’x<10<frac{1}{1+e^{-x}}<10<1+eāˆ’x1​<1

Now we’ve a operate whose output is at all times between 0 and 1.

The expression we simply received is

11+eāˆ’xfrac{1}{1+e^{-x}}1+eāˆ’x1​

and that is precisely the sigmoid operate we began with

σ(x)=11+eāˆ’xsigma(x)=frac{1}{1+e^{-x}}σ(x)=1+eāˆ’x1​

So as a substitute of trying on the sigmoid equation as a method, now we are able to perceive the instinct behind its construction.

We wished the output to lie between 0 and 1.

We noticed that the reciprocal of a quantity larger than 1 lies between 0 and 1.

As e-x is at all times constructive, we used it to assemble a amount larger than 1

1+eāˆ’x>11+e^{-x}>11+eāˆ’x>1

Taking its reciprocal gave us

σ(x)=11+eāˆ’xsigma(x)=frac{1}{1+e^{-x}}σ(x)=1+eāˆ’x1​

This gave us the vary we wished.

However does this equation really behave the best way we anticipated it to do?

Right here, our purpose is to grasp the instinct behind the construction of the sigmoid operate.

There are different features that may map values to the vary 0 to 1, and why logistic regression makes use of sigmoid is expounded to odds and log-odds, a subject which we are going to discover in future blogs.


Does the Sigmoid Behave the Means We Anticipated?

Let’s take a look at on few values.

First, let’s think about

Substituting into the sigmoid operate:

σ(0)=11+eāˆ’0sigma(0)=frac{1}{1+e^{-0}}σ(0)=1+eāˆ’01​

as

we get

σ(0)=11+1=0.5sigma(0)=frac{1}{1+1}=0.5σ(0)=1+11​=0.5

When the enter is 0, the sigmoid offers us precisely 0.5.

Now let’s take a constructive quantity

then

σ(2)=11+eāˆ’2sigma(2)=frac{1}{1+e^{-2}}σ(2)=1+eāˆ’21​

We already seen

eāˆ’2ā‰ˆ0.1353e^{-2}approx0.1353eāˆ’2ā‰ˆ0.1353

which provides

σ(2)=11+0.1353=11.1353ā‰ˆ0.881sigma(2) = frac{1}{1+0.1353} = frac{1}{1.1353} approx 0.881σ(2)=1+0.13531​=1.13531ā€‹ā‰ˆ0.881

The sigmoid transformed the enter 2 into roughly 0.881 or 88.1%.

Now let’s examine what occurs when the enter is a destructive quantity.

Contemplate

Then

σ(āˆ’2)=11+eāˆ’(āˆ’2)sigma(-2) = frac{1}{1+e^{-(-2)}}σ(āˆ’2)=1+eāˆ’(āˆ’2)1​
σ(āˆ’2)=11+e2sigma(-2) = frac{1}{1+e^2}σ(āˆ’2)=1+e21​

We all know

e2ā‰ˆ7.389e^2approx7.389e2ā‰ˆ7.389

Lastly we get

σ(āˆ’2)=11+7.389=18.389ā‰ˆ0.119start{aligned} sigma(-2) &=frac{1}{1+7.389} &=frac{1}{8.389} &approx0.119 finish{aligned}σ(āˆ’2)​=1+7.3891​=8.3891ā€‹ā‰ˆ0.119​

So the sigmoid transformed the enter -2 into roughly 0.119 or 11.9%.

Now we are able to see how the sigmoid behaves.

For a destructive enter:

x=āˆ’2⟶σ(x)ā‰ˆ0.119x=-2 quadlongrightarrowquad sigma(x)approx0.119x=āˆ’2⟶σ(x)ā‰ˆ0.119

For zero:

x=0⟶σ(x)=0.5x=0 quadlongrightarrowquad sigma(x)=0.5x=0⟶σ(x)=0.5

For a constructive enter:

x=2⟶σ(x)ā‰ˆ0.881x=2 quadlongrightarrowquad sigma(x)approx0.881x=2⟶σ(x)ā‰ˆ0.881

In order x will increase, the sigmoid output strikes from values near 0, passes by way of 0.5 and strikes towards 1.

Within the excessive circumstances:

xā†’āˆ’āˆžāŸ¹Ļƒ(x)→0xrightarrow-infty quadLongrightarrowquad sigma(x)rightarrow0xā†’āˆ’āˆžāŸ¹Ļƒ(x)→0

and

x→+āˆžāŸ¹Ļƒ(x)→1xrightarrow+infty quadLongrightarrowquad sigma(x)rightarrow1x→+āˆžāŸ¹Ļƒ(x)→1

That is precisely the conduct we wished from a operate that transforms any actual quantity into one thing between 0 and 1.

Picture by Creator

Now we’ve an concept of how we received the equation of the sigmoid operate.

If you happen to bear in mind, in my latest blogs, once we mentioned backpropagation and neural networks generally, we talked about activation features and why they’re essential.

We used the ReLU activation operate to grasp these ideas.

Now, we are able to additionally use sigmoid as an activation operate.

But when we use sigmoid as an activation operate, there’s yet one more factor we have to know.

Throughout the backward go, we already know that the community calculates gradients utilizing derivatives.

So, if sigmoid is a part of the community, we have to differentiate it as effectively.

Now let’s focus solely on deriving the spinoff of the sigmoid operate step-by-step.

σ(x)=11+eāˆ’xsigma(x)=frac{1}{1+e^{-x}}σ(x)=1+eāˆ’x1​

As an alternative of carrying the exponential time period all through calculations, we are able to merely use the sigmoid output itself.

That is the spinoff we use every time sigmoid seems within the gradient calculations of a neural community.

Ā·Ā·Ā·

Abstract

Within the upcoming blogs, we’re going to talk about matters like vanishing gradients and exploding gradients.

As we discover these matters, we are going to come throughout the sigmoid operate, and we can even want its spinoff.

If we derive the sigmoid operate and its spinoff in these blogs, the dialogue might grow to be lengthy, and we might lose deal with the precise idea that we are attempting to grasp.

It might even be higher to have an concept of the place the sigmoid operate and its spinoff come from earlier than utilizing them in additional ideas.

We first began with the financial institution instance to see how e seems. We then realized about its essential property in calculus and, utilizing these concepts, steadily constructed the sigmoid equation.

We noticed how this equation is utilized in logistic regression and neural networks, and we additionally derived its spinoff.

Now, once we transfer on to the upcoming matters, we have already got this basis which can be helpful for us.


I hope you discovered this weblog useful in understanding an idea that we incessantly use.

If in case you have any questions or strategies for enchancment, be at liberty to share them within the feedback on LinkedIn.

And if you have not learn my newest weblog collection on backpropagation but, you may learn it right here.

Typically, shifting ahead means going again and understanding the fundamentals.

Thanks for studying!

Ā·Ā·Ā·

Tags: FunctionNetworksNeuralSigmoid
Previous Post

Introducing OpenAI fashions on Amazon Bedrock for in-country inferencing in India

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular News

  • Greatest practices for Amazon SageMaker HyperPod activity governance

    Greatest practices for Amazon SageMaker HyperPod activity governance

    405 shares
    Share 162 Tweet 101
  • How Cursor Really Indexes Your Codebase

    405 shares
    Share 162 Tweet 101
  • Construct a serverless audio summarization resolution with Amazon Bedrock and Whisper

    404 shares
    Share 162 Tweet 101
  • Context Engineering — A Complete Fingers-On Tutorial with DSPy

    404 shares
    Share 162 Tweet 101
  • Speed up edge AI improvement with SiMa.ai Edgematic with a seamless AWS integration

    403 shares
    Share 161 Tweet 101

About Us

Automation Scribe is your go-to site for easy-to-understand Artificial Intelligence (AI) articles. Discover insights on AI tools, AI Scribe, and more. Stay updated with the latest advancements in AI technology. Dive into the world of automation with simplified explanations and informative content. Visit us today!

Category

  • AI Scribe
  • AI Tools
  • Artificial Intelligence

Recent Posts

  • The Sigmoid Operate: From ‘e’ to Neural Networks
  • Introducing OpenAI fashions on Amazon Bedrock for in-country inferencing in India
  • Cease Giving Your AI Agent a Search Field and Begin Giving It Typed Instruments, Arduous Bounds, and a Gate It Can not Speak Previous
  • Home
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions

Ā© 2024 automationscribe.com. All rights reserved.

No Result
View All Result
  • Home
  • AI Scribe
  • AI Tools
  • Artificial Intelligence
  • Contact Us

Ā© 2024 automationscribe.com. All rights reserved.