/Network

Fully-connect CNN RNN

Primary LanguagePython

Network

记录学习神经网络的过程

1. 全连接网络

  • 神经网络的结构:
    • 激活函数;
    • 损失函数;
    • 优化器;
  • 前向传播和反向传播:
    • 求损失函数的梯度;
    • 链式法则;
  • 代码 一步一步搭建神经网络