You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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.
0 commit comments