Skip to content

Commit 988965a

Browse files
Create README.md
1 parent 0edab8e commit 988965a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Overview
2+
3+
### neuralnetworksanddeeplearning.com integrated scripts for Python 3.4.3 and Theano with CUDA support
4+
5+
These scrips are updated ones from the **neuralnetworksanddeeplearning.com** gitHub repository in order to fully work with Python 3.4.3.
6+
7+
The testing file (**test.py**) contains all three networks (network.py, network2.py, network3.py) and is the starting point to run (i.e. *train and evaluate*) them.
8+
9+
# Usage
10+
11+
Just type at shell:
12+
**python3 test.py**
13+
14+
# Aim
15+
16+
I just want to make other's life easier. Feel free to modify it.
17+
18+

0 commit comments

Comments
 (0)