Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanade committed Aug 8, 2017
2 parents 2ef1f82 + 48ae363 commit 8d3052a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Code samples for "Neural Networks and Deep Learning"

This repository contains code samples for my (forthcoming) book on
"Neural Networks and Deep Learning".
This repository contains code samples for my book on ["Neural Networks
and Deep Learning"](http://neuralnetworksanddeeplearning.com).

The code is written for Python 2.6 or 2.7. Michal Daniel Dobrzanski
has a repository for Python 3
[here](https://github.com/MichalDanielDobrzanski/DeepLearningPython35). I
will not be updating the current repository for Python 3
compatibility.

The program `src/network3.py` uses version 0.6 or 0.7 of the Theano
library. It needs modification for compatibility with later versions
of the library. I will not be making such modifications.

As the code is written to accompany the book, I don't intend to add
new features. However, bug reports are welcome, and you should feel
new features. However, bug reports are welcome, and you should feel
free to fork and modify the code.

## License
Expand Down
3 changes: 3 additions & 0 deletions src/network3.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
implementation of dropout (https://github.com/mdenil/dropout ), and
from Chris Olah (http://colah.github.io ).
Written for Theano 0.6 and 0.7, needs some changes for more recent
versions of Theano.
"""

#### Libraries
Expand Down

0 comments on commit 8d3052a

Please sign in to comment.