\frac{1}{1+e^{-x}}One of the most popular functions is the Sigmoid, a powerful function mainly we’re talking about classification problems.
Basically, the Sigmoid Function returns a value between 1 and 0, this is too powerful for Binary Classification Problems.

シグモイド関数の利用例
| 利用例 | 内容 |
| スパムメールの判定 | メールの内容を処理し、そのメールがスパムである確率を(シグモイドを使って)出力する。 |
| 画像認識 | 写真を犬や猫などに分類する確率を出力する。 |

コメント