实现了一个包含四分类的全连接网络,其中包含relu、softmax的前向反向传播
网络结构如上,对应的计算请参考代码:
GitHub:https://github.com/LonglongaaaGo/bpnetwork
实现理论细节请参考:
https://blog.csdn.net/Willen_/article/details/84850782