- Apache Spark Deep Learning Cookbook
- Ahmed Sherif Amrith Ravindra
- 53字
- 2025-02-26 11:49:45
Getting ready
The sigmoid function is similar to the logistic regression function in that it computes a probabilistic outcome between 0 and 1. Additionally, it gives a range of everything in -between. Therefore, a condition could be set to associate any value greater than 0.5 to 1 and less than 0.5 to 0.