Installation
sudo pip3 install tensorflow
>> import tensorflow
>> print(tensorflow.__version__)
1.4.0 (This is the latest version for the tf.)Usage
- File
tfbasics.ipynbhas all the required syntax and tf usage. - File
tfmnist.ipynbis concentrated on training of Datasets using Convolutional Neural Network using tf based on MNIST algorithm.