- Intelligent Projects Using Python
- Santanu Pattanayak
- 136字
- 2021-07-02 14:10:41
Sigmoid activation units
The output of the sigmoid activation unit, y, as a function of its total input, x, is expressed as follows:

Since the sigmoid activation unit response is a nonlinear function, as shown in the following graph, it is used to introduce nonlinearity in the neural network:

Figure 1.6: Sigmoid activation function
Any complex process in nature is generally nonlinear in its input-output relation, and hence, we need nonlinear activation functions to model them through neural networks. The output probability of a neural network for a two-class classification is generally given by the output of a sigmoid neural unit, since it outputs values from zero to one. The output probability can be represented as follows:

Here, x represents the total input to the sigmoid unit in the output layer.
推薦閱讀
- 網絡服務器配置與管理(第3版)
- Deep Learning with PyTorch
- INSTANT ForgedUI Starter
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- 龍芯自主可信計算及應用
- BeagleBone Robotic Projects
- 單片機開發與典型工程項目實例詳解
- 電腦組裝與維護即時通
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- 觸摸屏應用技術從入門到精通
- Building Machine Learning Systems with Python
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)
- 電腦軟硬件維修寶典
- Learn Qt 5