- 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.
推薦閱讀
- 零點起飛學Xilinx FPG
- 圖解西門子S7-200系列PLC入門
- 電腦軟硬件維修大全(實例精華版)
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- scikit-learn:Machine Learning Simplified
- Visual Media Processing Using Matlab Beginner's Guide
- 電腦高級維修及故障排除實戰
- Hands-On Artificial Intelligence for Banking
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- Blender Quick Start Guide
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- FreeSWITCH Cookbook
- Istio實戰指南