Skip to content

Commit 317114f

Browse files
committed
fixed titles
1 parent 7294641 commit 317114f

21 files changed

+13926
-70
lines changed

.ipynb_checkpoints/03.forward_propagation-checkpoint.ipynb

+1,147
Large diffs are not rendered by default.

.ipynb_checkpoints/04.gradient_descent-checkpoint.ipynb

+1,087
Large diffs are not rendered by default.

.ipynb_checkpoints/05.Generalizing_GD-checkpoint.ipynb

+751
Large diffs are not rendered by default.

.ipynb_checkpoints/06.Back_propagation-checkpoint.ipynb

+1,227
Large diffs are not rendered by default.

.ipynb_checkpoints/08.Regularization_Batching-checkpoint.ipynb

+748
Large diffs are not rendered by default.

.ipynb_checkpoints/09.Probabilities_Non-Linearities-checkpoint.ipynb

+871
Large diffs are not rendered by default.

.ipynb_checkpoints/10.Intro_to_CNNs-checkpoint.ipynb

+639
Large diffs are not rendered by default.

.ipynb_checkpoints/11.NNs_that_Understand_Language-checkpoint.ipynb

+1,592
Large diffs are not rendered by default.

.ipynb_checkpoints/12.RNNs-checkpoint.ipynb

+1,409
Large diffs are not rendered by default.

.ipynb_checkpoints/13.DL_framework-checkpoint.ipynb

+2,866
Large diffs are not rendered by default.

.ipynb_checkpoints/14.LSTMs_LM-checkpoint.ipynb

+1,578
Large diffs are not rendered by default.

03.forward_propagation.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Introduction to Neural Prediction: Forward Propagation\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"- Create a simple network that makes a prediction.\n",
1711
"- Understand what exactly is a neural network, and what does it do?\n",

04.gradient_descent.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Introduction to Neural Learning: Gradient Descent\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this Chapter, we will:\n",
1610
"\n",
1711
"- Check if neural network can make accurate predictions.\n",

05.Generalizing_GD.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Learning Multiple Weights at a Time: Generalizing Gradient Descent\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"\n",
1711
"- Implement Gradient Descent with multiple inputs.\n",

06.Back_propagation.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Building your first Deep Neural Network: Introduction to Backpropagation\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this Chapter, we will:\n",
1610
"- Introrduce the Streetlight Problem.\n",
1711
"- Study matrices and the matrix relationship.\n",

08.Regularization_Batching.ipynb

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Learning Signal & Ignoring Noise: Introduction to Regularization & Batching"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
7+
"# Learning Signal & Ignoring Noise: Introduction to Regularization & Batching\n",
8+
"\n",
149
"In this Chapter, we will:\n",
1510
"- Learn about overfitting\n",
1611
"- Study and implement dropout\n",

09.Probabilities_Non-Linearities.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Modeling Probabilities & Non-Linearities: Activation Functions\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"\n",
1711
"- Learn what is an activation function.\n",

10.Intro_to_CNNs.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Neural Learning about Edges and Corners: Intro to Convolutional Neural Networks\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"\n",
1711
"- Re-use network weights in different parts of the input (called weight sharing).\n",

11.NNs_that_Understand_Language.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Neural Networks that understand Language: King - Man + Woman == ?\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"- Introduce Natural Language Processing (NLP)\n",
1711
"- Define supervised NLP\n",

13.DL_framework.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Introducing Automatic Optimization: Let's build a Deep Learning Framework\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"- Learn what is a Deep Learning Framework.\n",
1711
"- Introduce `Tensors`.\n",

14.LSTMs_LM.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Learning to Write like Shakespeare: Long short-term memory\n",
8-
"> "
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
8+
"\n",
159
"In this chapter, we will:\n",
1610
"\n",
1711
"- Implement character language modeling\n",

0 commit comments

Comments
 (0)