Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 403 Bytes

17-Day4.md

File metadata and controls

13 lines (9 loc) · 403 Bytes

第四周总结

pandas基础

  • pandas数据结构:series(一维)、dataframe(二维)
  • pandas可以处理EXCLE、csv等文件

多层神经网络

  • 神经网络的训练:确定损失函数(如交叉熵和均方误差)、权重初始化、反向传播、权重修正。
  • 随机梯度下降法:用于权重修正
  • 张量(tensor):多维数组
  • tensorflow基本概念