World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITian's, only for AI Learners.
Download our e-book of Introduction To Python
4 (4,001 Ratings)
218 Learners
Neha Kumawat
5 months ago
$ python
Python 3.6.3 |Anaconda custom (32-bit)| (default, Oct 13 2017, 14:21:34)
[GCC 7.2.0] on linux
import numpy
print numpy.__version__
1.14.2
$ pip
$pip install theano
$pip install tensorflow
$pip install keras
$python –c “import theano: print (theano.__version__)”
1.0.1
$python –c “import tensorflow: print tensorflow.__version__”
1.7.0
$python –c “import keras: print keras.__version__”
Using TensorFlow backend
2.1.5