Skip to content

Commit

Permalink
readme.md 内容 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
km1994 committed Mar 8, 2021
1 parent 8fe69dc commit 84838b7
Show file tree
Hide file tree
Showing 7 changed files with 1,112 additions and 65 deletions.
1 change: 1 addition & 0 deletions BasicAlgorithm/判别式vs生成式.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
![](img/微信截图_20210203231140.png)


## 一、判别式模型篇

### 1.1 什么是判别式模型?
Expand Down
2 changes: 1 addition & 1 deletion DeepLearningAlgorithm/cnn/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 【关于 CNN】那些你不知道的事
# 【关于 CNN】那些你不知道的事

> 贡献者:天骄,小猪呼噜,沐风,杨夕,芙蕖,李玲
Expand Down
1 change: 0 additions & 1 deletion NLPinterview/QA/FAQ/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
>
> 【注:手机阅读可能图片打不开!!!】

![](img/微信截图_20210206162253.png)

## 一、动机
Expand Down
1,148 changes: 1,087 additions & 61 deletions README.md

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion Tensorflow/loss_study/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,26 @@
## 目录


- [【关于 Tensorflow 损失函数】 那些你不知道的事](#关于-tensorflow-损失函数-那些你不知道的事)
- [目录](#目录)
- [一、动机](#一动机)
- [二、什么是损失函数?](#二什么是损失函数)
- [三、目标函数、损失函数、代价函数之间的关系与区别?](#三目标函数损失函数代价函数之间的关系与区别)
- [四、损失函数的类别](#四损失函数的类别)
- [4.1 回归模型的损失函数](#41-回归模型的损失函数)
- [(1)L1正则损失函数(即绝对值损失函数)](#1l1正则损失函数即绝对值损失函数)
- [(2)L2正则损失函数(即欧拉损失函数)](#2l2正则损失函数即欧拉损失函数)
- [(3)均方误差(MSE, mean squared error)](#3均方误差mse-mean-squared-error)
- [(4)Pseudo-Huber 损失函数](#4pseudo-huber-损失函数)
- [4.2 分类模型的损失函数](#42-分类模型的损失函数)
- [(1)Hinge损失函数](#1hinge损失函数)
- [(2)两类交叉熵(Cross-entropy)损失函数](#2两类交叉熵cross-entropy损失函数)
- [(3)Sigmoid交叉熵损失函数](#3sigmoid交叉熵损失函数)
- [(4)加权交叉熵损失函数](#4加权交叉熵损失函数)
- [(5)Softmax交叉熵损失函数](#5softmax交叉熵损失函数)
- [(6) SparseCategoricalCrossentropy vs sparse_categorical_crossentropy](#6-sparsecategoricalcrossentropy-vs-sparse_categorical_crossentropy)
- [五、总结](#五总结)
- [参考](#参考)

## 一、动机

Expand Down
1 change: 0 additions & 1 deletion Trick/SmallSampleProblem/EDA/eda.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

![](img/数据增强EDA.png)


## 一、动机篇

### 1.1 什么是 数据增强?
Expand Down
3 changes: 3 additions & 0 deletions Trick/batch_size/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 【关于 batch_size设置】那些你不知道的事

- [【关于 batch_size设置】那些你不知道的事](#关于-batch_size设置那些你不知道的事)
- [一、训练模型时,batch_size的设置,学习率的设置?](#一训练模型时batch_size的设置学习率的设置)


## 一、训练模型时,batch_size的设置,学习率的设置?

Expand Down

0 comments on commit 84838b7

Please sign in to comment.