File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Code samples for "Neural Networks and Deep Learning"
2
2
3
- This repository contains code samples for my (forthcoming) book on
4
- "Neural Networks and Deep Learning".
3
+ This repository contains code samples for my book on [ "Neural Networks
4
+ and Deep Learning"] ( http://neuralnetworksanddeeplearning.com ) .
5
+
6
+ The code is written for Python 2.6 or 2.7. Michal Daniel Dobrzanski
7
+ has a repository for Python 3
8
+ [ here] ( https://github.com/MichalDanielDobrzanski/DeepLearningPython35 ) . I
9
+ will not be updating the current repository for Python 3
10
+ compatibility.
11
+
12
+ The program ` src/network3.py ` uses version 0.6 or 0.7 of the Theano
13
+ library. It needs modification for compatibility with later versions
14
+ of the library. I will not be making such modifications.
5
15
6
16
As the code is written to accompany the book, I don't intend to add
7
- new features. However, bug reports are welcome, and you should feel
17
+ new features. However, bug reports are welcome, and you should feel
8
18
free to fork and modify the code.
9
19
10
20
## License
Original file line number Diff line number Diff line change 25
25
implementation of dropout (https://github.com/mdenil/dropout ), and
26
26
from Chris Olah (http://colah.github.io ).
27
27
28
+ Written for Theano 0.6 and 0.7, needs some changes for more recent
29
+ versions of Theano.
30
+
28
31
"""
29
32
30
33
#### Libraries
You can’t perform that action at this time.
0 commit comments