Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh] cs-229-deep-learning #71

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions zh/cheatsheet-deep-learning.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
1. **Deep Learning cheatsheet**

⟶
⟶深度学习备忘录

<br>

2. **Neural Networks**

&#10230;
&#10230;神经网络

<br>

3. **Neural networks are a class of models that are built with layers. Commonly used types of neural networks include convolutional and recurrent neural networks.**

&#10230;
&#10230;神经网络是基于分层建模构造的计算模型的一种,

<br>

4. **Architecture ― The vocabulary around neural networks architectures is described in the figure below:**

&#10230;
&#10230;架构 - 关于神经网络架构的词汇如下图所示:

<br>

5. **[Input layer, hidden layer, output layer]**

&#10230;
&#10230;[输入层,隐藏层,输出层]

<br>

Expand Down