- Neural Networks with R
- Giuseppe Ciaburro Balaji Venkateswaran
- 76字
- 2021-08-20 10:25:17
Sigmoid
The sigmoid function is a mathematical function that produces a sigmoidal curve; a characteristic curve for its S shape. This is the earliest and often used activation function. This squashes the input to any value between 0 and 1, and makes the model logistic in nature. This function refers to a special case of logistic function defined by the following formula:

In the following figure is shown a sigmoid curve with an S shape:

推薦閱讀
- Android Jetpack開發:原理解析與應用實戰
- Mastering OpenCV Android Application Programming
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 軟件界面交互設計基礎
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Mastering KnockoutJS
- Flux Architecture
- C++ 從入門到項目實踐(超值版)
- HDInsight Essentials(Second Edition)
- Linux:Embedded Development
- Visual C#通用范例開發金典
- C/C++數據結構與算法速學速用大辭典
- 打開Go語言之門:入門、實戰與進階
- 大學計算機基礎
- Modular Programming with JavaScript