- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 99字
- 2021-08-13 16:01:46
Sigmoid
A sigmoid can transform any input into a probability distribution. It basically squashes or maps any arbitrary range of values to a value between 0 and 1. Sigmoid functions are widely used in binary classification tasks with output that can be considered the probability of the class. The following diagram shows a graph of sigmoid activation:

As the preceding diagram shows, the function resembles the unit function, but smoother. This smoothness ensures differentiation in the entire range of the function, which is necessary during the training of the network, as will be discussed in a later section.
推薦閱讀
- PWA入門與實踐
- SOA實踐
- Redis入門指南(第3版)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Java Web基礎與實例教程
- Oracle Database 12c Security Cookbook
- Functional Kotlin
- Linux Device Drivers Development
- JAVA程序設計實驗教程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- JavaScript程序設計:基礎·PHP·XML
- 創意UI:Photoshop玩轉APP設計
- Hadoop大數據分析技術
- VMware vSphere Design Essentials
- Tkinter GUI Application Development Blueprints