We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bea487 commit 3f17004Copy full SHA for 3f17004
code/optional-py-scripts/ch13.py
@@ -9,6 +9,7 @@
9
# License: MIT
10
# https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt
11
12
+import os
13
import theano
14
from theano import tensor as T
15
import numpy as np
0 commit comments