Test tensorflow:
python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"
==Sample CNN Projects===
There are some nice Tensorflow CNN tutorials online:
*https://www.tensorflow.org/tutorials/estimators/cnn
*https://www.tensorflow.org/alpha/tutorials/images/intro_to_cnns
*https://www.tensorflow.org/tutorials/images/deep_cnn
Some of which use standard datasets:
*https://medium.com/tensorflow/introducing-tensorflow-datasets-c7f01f7e19f3
The code for MNIST.py is in E:\projects\tensorflow.