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