- 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.
推薦閱讀
- 深入理解Spring Cloud與實(shí)戰(zhàn)
- Learning AngularJS Animations
- Svelte 3 Up and Running
- 電腦軟硬件維修從入門到精通
- 基于Apache Kylin構(gòu)建大數(shù)據(jù)分析平臺
- 計(jì)算機(jī)組裝與維護(hù)(第3版)
- 單片機(jī)系統(tǒng)設(shè)計(jì)與開發(fā)教程
- Intel Edison智能硬件開發(fā)指南:基于Yocto Project
- 筆記本電腦維修實(shí)踐教程
- “硬”核:硬件產(chǎn)品成功密碼
- Java Deep Learning Cookbook
- FL Studio Cookbook
- Python Machine Learning Blueprints
- 單片機(jī)項(xiàng)目設(shè)計(jì)教程
- 創(chuàng)客電子:Arduino和Raspberry Pi智能制作項(xiàng)目精選