This Repository consists of TensorFlow Tutorials for the beginners who are starting with the basics and want to play around with its capabilities in machine learning and data science.
We will start with basic hello world programme and gradually move on to some real world problems.
About TensorFlow from https://www.tensorflow.org/
TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.
For installation visit https://www.tensorflow.org/install/
- Windows 10 , python 3.5, tensorflow 1.2.1
- ubuntu 16.04, python 3.4, tensorflow 1.2.1
- 01_tf_basics.ipynb
- 02_tf_basics.ipynb
- 03_tf_mnist_01_softmax_flattened_input.ipynb
- 03_tf_mnist_02_softmax_flattened_input_AdamOptimizer.ipynb
- 03_tf_mnist_03_hidden_layers_accuracy_.95.ipynb
- 04_tf_mnist_convolution.ipynb
http://9tocloud.com/tensorflow-deep-learning-artificial-intelligence.html