- 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.
推薦閱讀
- Instant Testing with CasperJS
- Power Up Your PowToon Studio Project
- Java 9 Programming Blueprints
- Linux Device Drivers Development
- Learning R for Geospatial Analysis
- Mastering Akka
- Hands-On Nuxt.js Web Development
- Java并發編程:核心方法與框架
- Practical Microservices
- Apache Solr PHP Integration
- IPython Interactive Computing and Visualization Cookbook
- 高效使用Greenplum:入門、進階與數據中臺
- PHP Microservices
- Mapping with ArcGIS Pro
- Android開發進階實戰:拓展與提升