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

Latest commit

 

History

History
32 lines (14 loc) · 497 Bytes

13-Day3.md

File metadata and controls

32 lines (14 loc) · 497 Bytes

第三次课程小结

王政和
2017012269
航天航空学院

1.$numpy$库常用语法学习:数组、函数运算、矩阵乘积、数组的变形

2.人工神经元:

  • 权重与偏置
  • 激活函数(sigmoid、relu、tanh)
  • 人工神经元实现布尔运算(与、或、非、异或)

3.神经网络简介:

  • 分类任务与回归任务
  • $softmax$、分对数模型
  • 损失函数(均方差、交叉熵)