Skip to content

Commit

Permalink
bonus material 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Dec 1, 2015
1 parent 4be18d0 commit a3e5754
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/prefac
12. Training Artificial Neural Networks for Image Recognition [[dir](./code/ch12)] [[ipynb](./code/ch12/ch12.ipynb)] [[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch12/ch12.ipynb)]
13. Parallelizing Neural Network Training via Theano [[dir](./code/ch13)] [[ipynb](./code/ch13/ch13.ipynb)] [[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch13/ch13.ipynb)]

Bonus Notebooks (not in the book)

- An Extended Nested Cross-Validation Example [[dir](./code/bonus)] [[ipynb](./code/bonus/nested_cross_validation.ipynb)] [[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/nested_cross_validation.ipynb)]




## FAQ

Expand Down
9 changes: 9 additions & 0 deletions code/bonus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sebastian Raschka, 2015

Python Machine Learning - Code Examples

## Bonus Material

A collection of additional notebooks and examples to clarify and explain concepts based on reader feedback.

- An Extended Nested Cross-Validation Example [[GitHub ipynb](./nested_cross_validation.ipynb)] [[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/nested_cross_validation.ipynb)]

0 comments on commit a3e5754

Please sign in to comment.