bp神经网络(文末代码)

    xiaoxiao2022-07-13  166

    bp神经网络

    实现了一个包含四分类的全连接网络,其中包含relu、softmax的前向反向传播

    网络结构如上,对应的计算请参考代码:

    GitHub:https://github.com/LonglongaaaGo/bpnetwork

    实现理论细节请参考:

    https://blog.csdn.net/Willen_/article/details/84850782

    最新回复(0)