Skip to content

Commit

Permalink
Add notebooks for chapters 5 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Sep 27, 2016
1 parent ade25b2 commit da638e5
Show file tree
Hide file tree
Showing 30 changed files with 13,470 additions and 67 deletions.
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.ipynb_checkpoints
*.bak
*.ckpt
*.pyc
.DS_Store
my_*
.ipynb_checkpoints
checkpoint
logs/*
tf_logs/*
images/**/*.png
*.pyc
my_*
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Chapter 1 – Fundamentals of Machine Learning**\n",
"**Chapter 1 – The Machine Learning landscape**\n",
"\n",
"_This is the code used to generate some of the figures in chapter 1._"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Chapter 2 – End to end Machine Learning project**\n",
"**Chapter 2 – End-to-end Machine Learning project**\n",
"\n",
"*Welcome to Machine Learning Housing Corp.! Your task is to predict median house values in Californian districts, given a number of features from these districts.*\n",
"\n",
Expand Down
File renamed without changes.
1,749 changes: 1,749 additions & 0 deletions 05_support_vector_machines.ipynb

Large diffs are not rendered by default.

686 changes: 686 additions & 0 deletions 06_decision_trees.ipynb

Large diffs are not rendered by default.

1,101 changes: 1,101 additions & 0 deletions 07_ensemble_learning_and_random_forests.ipynb

Large diffs are not rendered by default.

1,906 changes: 1,906 additions & 0 deletions 08_dimensionality_reduction.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit da638e5

Please sign in to comment.