ayshiff / TensorFlow_work

📝This repo contains all my work and test related to TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is TensorFlow ?

TensorFlow is an open source software library for numerical computation using data flow graphs.

Series of examples

#1 Building a Convolutional Neural Network using MNIST dataset

(You should have installed TensorFlow and tensorflow.examples.tutorials.mnist from the tutorials to load the data) Then simply run :

python test_tensorFlow#1.py

It will train the model and then test it.

About

📝This repo contains all my work and test related to TensorFlow


Languages

Language:Python 100.0%