Skip to content

Commit e99416e

Browse files
Update README.md
1 parent a35f06c commit e99416e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# Overview
1+
## Overview
22

33
### neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
44

5-
These scrips are updated ones from the **neuralnetworksanddeeplearning.com** gitHub repository in order to fully work with latest Pyethon distribution.
5+
These scrips are updated ones from the **neuralnetworksanddeeplearning.com** gitHub repository in order to work with Python 3.5.2
66

77
The testing file (**test.py**) contains all three networks (network.py, network2.py, network3.py) from the book and it is the starting point to run (i.e. *train and evaluate*) them.
88

9-
# Usage
9+
## Just type at shell: **python3.5 test.py**
1010

11-
Just type at shell:
12-
**python3.5 test.py**
11+
In test.py there are examples of networks configurations with proper comments. I did that to relate with particular chapters from the book.
1312

1413

0 commit comments

Comments
 (0)