Sigmoid函数是一种常用的激活函数,其数学公式为: σ ( x ) 1 1 e − x \sigma(x) \frac{1}{1 e^{-x}} σ(x)1e−x1
其中, x x x 是函数的输入, σ ( x ) \sigma(x) σ(x) 是函数的输出。
sigmoid函数在神经网络中常被用于…
轮廓内缩外扩算法
项目是论文A new offset algorithm for closed 2D lines with Islands的JAVA实现。 项目的GitHub地址:https://github.com/Lee-0o0/polygon-offset-algorithm。
参考博客
https://blog.csdn.net/qq_41261251/article/details/114462696