- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 125字
- 2021-07-02 23:58:02
Activation function — sigmoid
The sigmoid function is defined as follows:

As represented in the following graph, it has small output changes in (0, 1) when the input varies in . Mathematically, the function is continuous. A typical sigmoid function is represented in the following graph:

A neuron can use the sigmoid for computing the nonlinear function . Note that, if
is very large and positive, then
, so
, while if
is very large and negative
so
. In other words, a neuron with sigmoid activation has a behavior similar to the perceptron, but the changes are gradual and output values, such as 0.5539 or 0.123191, are perfectly legitimate. In this sense, a sigmoid neuron can answer maybe.
推薦閱讀
- Learning SQL Server Reporting Services 2012
- ATmega16單片機項目驅動教程
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 電腦常見問題與故障排除
- 分布式系統與一致性
- Arduino BLINK Blueprints
- 單片機系統設計與開發教程
- 面向對象分析與設計(第3版)(修訂版)
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- Advanced Machine Learning with R
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- ARM接口編程
- Machine Learning Projects for Mobile Applications
- Windows Presentation Foundation 4.5 Cookbook
- Mastering TensorFlow 1.x