Learn Before
Types of Activation Functions
Binary Step Function
A binary step function is a threshold-based activation function. If the input value is above or below a certain threshold, the neuron is activated and sends exactly the same signal to the next layer.

0
1
5 years ago
Tags
Data Science
Related
Binary Step Function
Linear Activation Function
Non-Linear Activation Functions
Pros and Cons of each Activation Function
How to Choose an Activation Function for Deep Learning
Which of the following are activation functions?
Learn After
Problem with Binary Step Functions