Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 202 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 202 Bytes

FC-NeuralNetwork

  • 神经网络Python+numpy实现
  • iris和mnist数据集上的测试代码
  • 实现了mini-batch
  • Sigmoid、Thanh、Relu激活函数
  • 均方误差、交叉熵+Softmax 损失函数