主页
博客
关于
博客
>
人工智能&数据科学
>
通用算法和模型
# 常见函数的表达式 - Sigmoid:$f(x)=\frac1{1+e^{-x}}$ - Softmax: $f(x_i)=\displaystyle\frac{e^{x_i}}{\sum_{j=0}^{n}e^{x_j}}$