in the name of the most.
merciful and
powerful of Allah who is the
king of dooms day
Mr. Professor: Shafiqullah layq.
Subject sigmoid function
Sigmoid function
What is sigmoid function?
Why used sigmoid function?
Where used sigmoid function
How can used sigmoid function
How can implomen sigmoid function
Defined sigmoid
function
The sigmoid function is a mathematical function that converts
any real number into a value between 0 and 1.
Why do we use the Sigmoid
Function?
• We use the sigmoid function because it helps convert any
real number into a value between 0 and 1, which is very
useful in machine learning
•Machine learning models often produce any number
•Sigmoid converts it into a probability
•Example:
•0.9 → 90% chance (Yes)
•0.1 → 10% chance (No)
•also
For Yes/No Decisions
For email spam or not spam
Fail or pass
Were used sigmoid function
Logistic regression
•Used for binary classification
•Example:
•Spam vs Not Spam
•Pass vs Fail
•Used in Machin learning
•Used for out come prediction
•Used in artificial intelligence
•Used in decision making system
how can We use the sigmoid function by putting any input
value into its formula to get a result between 0 and 1.
• 1: Take input value (x)
• Example: x can be any number (1, 2, -3, 5, etc.)
• : Apply sigmoid formula
• Sigmoid function=> x=
•
• Step 3: Get output (0 to 1)
• 👉 We use sigmoid by:
• Giving input (x)
• Applying formula
• Getting output between 0 and 1
• Using it as probability or decision