World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITians, only for AI Learners.
Designed by IITians, only for AI Learners.
New to InsideAIML? Create an account
Employer? Create an account
Download our e-book of Introduction To Python
4.5 (1,292 Ratings)
559 Learners
Neha Kumawat
a year 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