Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jasrys committed Aug 19, 2017
1 parent 0f60305 commit 632a14f
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 02_end_to_end_machine_learning_project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6329,7 +6329,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Great! It seems that we had the right imputer stragegy (mean), and apparently only the top 7 features are useful (out of 9), the last 2 seem to just add some noise."
"Great! It seems that we had the right imputer strategy (mean), and apparently only the top 7 features are useful (out of 9), the last 2 seem to just add some noise."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 03_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"**Chapter 3 – Classification**\n",
"\n",
"_This notebook contains all the sample code and solutions to the exercices in chapter 3._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 3._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 04_training_linear_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 4._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 4._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 05_support_vector_machines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": [
"**Chapter 5 – Support Vector Machines**\n",
"\n",
"_This notebook contains all the sample code and solutions to the exercices in chapter 5._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 5._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 06_decision_trees.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 6._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 6._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 07_ensemble_learning_and_random_forests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 7._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 7._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 08_dimensionality_reduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 8._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 8._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 09_up_and_running_with_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 9._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 9._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 10_introduction_to_artificial_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 10._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 10._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 11_deep_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 11._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 11._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 12_distributed_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 12._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 12._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 13_convolutional_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 13._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 13._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 14_recurrent_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 14._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 14._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 15_autoencoders.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"_This notebook contains all the sample code and solutions to the exercices in chapter 15._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 15._"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 16_reinforcement_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"editable": true
},
"source": [
"This notebook contains all the sample code and solutions to the exercices in chapter 16."
"This notebook contains all the sample code and solutions to the exercises in chapter 16."
]
},
{
Expand Down

0 comments on commit 632a14f

Please sign in to comment.