Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.1 KB

深度学习

deeplearning

从基础的内容到高级内容

from junior ones to senior ones

主要内容:

content:

1.线性回归介绍和一些常用概念(linear regression introduction and some common abstracts)

梯度下降法 gradient descent: https://github.com/ZXTFINAL/deeplearning/blob/main/1_gradient.py

线性回归 linear regression: https://github.com/ZXTFINAL/deeplearning/blob/main/1_linearregression.py

波士顿房价数据集测试 Dataset Boston test: https://github.com/ZXTFINAL/deeplearning/blob/main/1_boston.py

2.逻辑回归介绍和一些常用概念(logistic regression introduction and some common abstracts)

交叉熵 cross entropy: https://github.com/ZXTFINAL/deeplearning/blob/main/2_crossentropy.py

sigmoid激活函数 Activation Sigmoid: https://github.com/ZXTFINAL/deeplearning/blob/main/2_sigmoid.py

泰坦尼克数据集测试 Dataset Titanic test: https://github.com/ZXTFINAL/deeplearning/blob/main/2_titanic.py

3.softmax分类器和一些常用概念(softmax classifier and some common abstracts)

Updating! Any problem just tell me in the "Issues" field