TensorFlow Tutorial for Beginners

Introduction to TensorFlow The TensorFlow is an open source library in machine learning which is used for the dataflow. The TensorFlow was introduced by Google’s developers and engineers working with the Google brain team. As we know, Google has an extensive database, by which they provide the best satisfaction to its users. Google uses Machine learning in various ways, like Google translator, Google photos, etc. The machine learning is used almost in every product of Google. The TensorFlow is designed for the high-scale circulated training and assumption. It is very flexible as it allows you to experiment with the models of machine learning and increases optimization at the system- level. The sub-graphs are pruning from the graphs in the TensorFlow by the argument Session.Run(). The division of sub-graphs run in various processes and devices. Circulate the pieces of the graph to the work services. The worker services initiate the execution of the graph pieces in the TensorFlow. TensorFlow is also use in “in-depth neural network research," it is a representative math library and also used for machine learning applications such as neural networks. To use the TensorFlow, we need to know about Python Programming. There are many reasons to use TensorFlow like voice/sound recognition, text-based applications, Image recognition, time series, video detection, etc. The TensorFlow enables those type of computers which identifies every single data which represents and learns patterns. The exact purpose or the meaning of the TensorFlow is shown in the figure given below: What is TensorFlow It is using the data model graph to build models. Overall, we use the TensorFlow to achieve the terms classification, perception, understanding, discovering prediction, and creation. The sound based applications need the proper data feed and the neural networks, which are capable of understanding the audio signals. We can implement voice recognition, voice search, sentiment analysis, flaw detection (engine noise), Invoice/sound based recognition with the help of TensorFlow. We should know these terms so that we can work on the voice sound based recognition application in TensorFlow. The text-based application is another use of TensorFlow. Sentimental analysis(CRM, Social Media), Threat detection(social media, government) and fraud detection (Insurance, Finance) are some examples of text-based applications. Language detection is the widespread use of the text-based application, and the Google translator is also a text-based application that translates 100 languages from one to another. The TensorFlow is also used in image recognition, in which we have to work upon face recognition, image search, motion detection, machine vision, and photo clustering, etc.TensorFlow object recognition algorithms classify and identify random objects within larger pictures. Mostly, it is used in engineering applications to classify shapes for modeling intention (3D space development from 2D photos) and by social networks for image tagging (Facebook’s Deep Face). The TensorFlow time series algorithm is also a reason for the use of TensorFlow, which allows for-casting non-specific periods. The recommendation is the frequent use of TensorFlow time series, we are heard about this type of application in Amazon, Google, Facebook and Netflix where these all analyze the Customers activity and compare those activities to millions of other users to find out what the customers might like to purchase or want to watch. The other use of TensorFlow is video detection and neural networks. These types of applications are mainly used in Motion Detection, real-time thread Detection in gaming, security, airports, and UI/UX fields. Nasa is inventing a system with TensorFlow for orbit classification and object clustering of asteroids. As a result, they can classify and conclude NEOs (near earth objects). core component in the TensorFlow The tensors and the computational graphs are the core component in the TensorFlow, which are used for the traverse between all the nodes via edges. The Tensor is used to represent the N-dimensional datasets. There is a computational graph in the TensorFlow, which generally refers to the stream. This type of figure can never be cyclic, and every node in this graph shows an operation like multiply and divide, etc. After the process, the results of every operation are in the form of a new Tensor. Some computational subgraphs that are involved in the TensorFlow and these sub-graphs are part of the main graph. By nature, we can say that the subgraphs are always worked like computational graphs. The figure of the data flow graph is given below so that we can understand the flow of data in TensorFlow according to this diagram: TensorFlow Data graph

Figure: Data Flow Graph

TensorFlow is used in various fields such as Javascript, IoT (Internet of things), Android, and production, etc. We can deploy a production-ready Machine Learning pipeline for training and inference using TensorFlow extended. The TensorFlow.js is the library to develop and provide training to the models in javascript and then implement in browser or Node.js. The mobile embedded devices like Android, iOS, Edge TPU, and Raspberry Pi, inventor flow lite run with inference. We can train large models on multiple machines in a production environment with the help of estimators. TensorFlowcontributes a collection of pre-made Estimators to implement standard machine learning algorithms.

History of TensorFlow

The Tensor means multidimensional array, and the flow means data flow in operations. Google announced in March 2018, TensorFlow.js version1.0 for machine learning in the scripting language that is javascript, and released TensorFlow Graphics for in-depth knowledge in Computer Graphics. In the starting of 2011, Google Brain built a doubt as a closed source software machine learning system based on deep learning neural networks. TensorFlow can run on many CPUs and GPUs, and it supports 64 bit Linux, MacOS, windows and mobile computing environments like Android and iOS. A tensor processing unit (TPU), which was announced by Google in May 2016. It is a programmable AI accelerator created to support high throughput of low precision arithmetic. In May 2017, Google released the second Generation of TPU and announced the availability of TPUs in the Google Compute Engine. These type of TPUs support up to 180 teraflops, it organized into 64 TPUs clusters, and support up to 11.5 Petaflops. Google developed the third Generation of CPUs in May 2018, which is providing up to 420 teraflops and 128 GB HBM. There is Edge TPU, which is also invented by Google in July 2018.It is created to run TensorFlow lite machine learning models on short client computing devices like smartphones. Google developed a software stack mainly for mobile development in May 2017 that is known as TensorFlow lite.

Why TensorFlow?

There are some algorithms used in deep learning, which are called neural networks. These are created with the biological nervous system, like the brain, which is used to process the information. It is an end-to-end platform. TensorFlow is the primary deep learning tool, and it is using data flow graphs to build models. Developers can create a sizeable neural network with many layers by the TensorFlow.Deep learning is the subset of machine learning, and we use primarily neural network in deep learning. It is the trending technology behind artificial intelligence, and here we teach them how to recognize images and voice, etc. It is a learning mechanism like traditional machine learning, and the data is more complicated and more unstructured, It can be in the form of files like images, audio, video, text files, etc. The neural network is one of the core components of deep learning and neural network. It looks like this, there is something known as an input layer, and there is an output layer also. In between the input and output layer, there is a bunch of hidden layers, so typically there would be at least one hidden layer, and anything more than one hidden layer is known as a deep neural network. Thus, any neural network with more than three layers and altogether is known as a deep neural network. There are various functions of different layers, the input could be in the form of images, pixel values of the image and it passes on to the hidden layers, and the hidden layers intern performs the computations and what they have it is a part of this trainee. They have these weighs and biases that they keep updating till the training process is completed and each neuron has multiple, and there will be one biases, and there are like variables we can see this in the TensorFlow code. So that's what the hidden layer does a bunch of computation and passes its values to the output layer, and then the output layer gives the output, it could be in the form of a class. For example- if you are doing classification, it tells us which category the image may belong to. Let's say if there is an image classification application, then the input could be a bunch of images of maybe cats and dogs. The output will be like if this will give zero and one that means it is a cat or if it provides one and zeroes that says it's a dog, so that is the kind of binary classification and that can be extended with many neurons on the output side to have many more classes. And it is also be used for regression as well not necessarily only for classification.

Terms come in the TensorFlow

These all are the terms which occur in the TensorFlow. There are two main terms of tensors flow-
  • Training
  • Deployment
Further, the practice is divided into two parts,
  • Read and preprocess data (tf.data, feature, and columns)
  • TensorFlow
Tf.keras Premade Estimator
  • Distribution strategy
CPU (control processing unit) GPU (Graphical processing unit) TPU (Tensor processing unit)
  • Deployment- It is also divided into four parts, which are given below-
  • TensorFlow serving (cloud, on-prem)
  • TensorFlow lite (Android, iOS, Raspberry Pi)
  • js (Browser and node server)
  • Other languages (C, Java, Go, C#, Rust, R)
These all terms have their role in TensorFlow and have a different task to perform.TensorFlow is the trending topic of deep learning in these days, we can create the more complex deep learning networks like convolution network, natural language models and recurrent neural networks in a package, with the help of TensorFlow. Terms come in the TensorFlow

What is Tensors?

TensorFlow is a symbolic math library, that is used for machine learning applications like neural networks. TensorFlow can solve the real problems and accessible to most programs due to its unique features such as the computational graph concept, automatic differentiation, and the adaptability of the TensorFlow python API structure. The TensorFlow represents tensors as n-dimensional arrays of base Datatypes. It is a generalization of vectors and matrices for potentially higher dimensions. There are elements in a tensor that have a similar data type, and that data type is always known, and it has several aspects, and the size of every part might be only partially understood.

Data flow Graphs and Sessions

By using the data flow graph, we can represent your computation in terms of the dependencies between individual operations, data flow graph leads to a low-level programming model in which first you have to define data flow graph after that we can create a session to run parts of the chart across a set of local and remote devices. The higher level API’s and the Keras can hide graphs and courses from the end users, but this thing is useful to understand how, the API's are implemented. Data flow Graphs and Sessions Figure: Graph and Sessions

Features of TensorFlow

There are many features of TensorFlow by which we are having an idea of the popularity of TensorFlow, and it has an interactive multiplatform programming interface that is extensible and constant when we compare other libraries of deep learning. The TensorFlow performs out of the box when we using the high-level APIs, it has better computational graph conceptualize. The TensorFlowis used to create different backend software such as GPU, ASIC, etc. It's a robust machine learning framework, and we can use TensorFlow in deep learning also. The in-depth knowledge executes the higher level building, and deploying tasks; each framework is developed differently for a different purpose. TensorFlow also has a highly flexible system architecture. Features of TensorFlow There are some features of TensorFlow which are given below we explained those in brief:
  1. Reactive construct
We can visualize every part of the graph with the help of TensorFlow while using Numpy or Scikit, and we do not have an option like that. To develop a deep learning application, primarily there two or three components that are required to create a deep learning application and need a programming language so typically python is used, and you can always use some other words like, etc. And some libraries are also available for doing machine learning and in-depth learning program, and these libraries can be Keras, TensorFlow, Theano, etc. TensorFlow has nowadays become very popular, and Keras was there before now, it has now become a part of the TensorFlow as well so it is one player about TensorFlow, we have two more libraries like DL4J and torch, etc.
  1. Extensible
It is the central feature of TensorFlow. It has flexible operability and means that it has modularity and have pieces or parts of it, which you want to stand alone. The TensorFlow supports multiple languages, and python is by far the most popular language.  
  1. Simply Trainable
The TensorFlow is easily able to train on CPU as well as GPU for the circulated computing. It is not more complicated to trained any model by providing data Sets.
  1. Character List
There is a character list feature that exists in TensorFlow, which has a character list that could be thought of between raw data and estimators. It is creating a bond or bridging your data with the current model. The figure which is shown below describes how character list works and reacts in between rough data and assessment. The training of these neural networks is computationally demanding in these days, and the new neural network can obtain impressive. feature that exists in TensorFlow
  1. Coordinate neural network training
We can train multiple networks with the help of TensorFlow by pipelining in a sense. Numerous GPUs can create the models, and those models are efficient for large scale systems. Coordinate neural network training
  1. Open Source
TensorFlow is an open source library, so anyone can use it as long as they want some people to manipulate the library in extraordinary ways. It can make a Comparison between synthetic data as well as real-time data that we have done already, and where we are using TensorFlow inside Google. It scales from research to production.TensorFlow supports many platforms CPUs, GPUs, TPU, iOS, Android, Raspberry, etc.  The TPU (Tensor Processing Unit is specialized hardware) is dedicated hardware made by Google to run TensorFlow, and the result when you are running in comparison to the GPU and TPU, the TPU is producing much better results. Right now the TPU is not available as hardware for the general public to buy, but its there on Google cloud and you can use to create an instance, you can use to train any model. The TPUs are still not available for public usage, but startups can apply for it, universities can also apply if they are researching on TensorFlow. When we talk about the android, iOS, and raspberry, we are not running our Tensorflow models on these mobile devices.
  1. Observer
We can inspect different representations of a model and make the changed necessarily during the debugging period with the help of TensorFlow.  We can visualize each activity in the TensorFlow with the help of the Tensor board.
  1. Layered Elements
It is an essential feature of the TensorFlow, and it can provide us batch normalization, convolution layer, dropout layer, etc. It includes those functions that produce various types of different features like tf.contrib.layer, the weights, and biases operations. There is optimizer function in TensorFlow, ( tf.contrib.layers.optimizers) has various optimizers like Adagrad, SDG, Momentum which is used to solve optimization problems for numerical analysis. TensorFlow also supports a type of initializer, (tf.contrib.layers.initializers) which is used to maintain the gradient scale.
  1. Incident Logger
The tensor board supports the suite of web applications, which helps us to understand the execution and graph of TensorFlow. When we are logging Events and summaries from Graph and output over time with the tensor board, then the TensorFlow allows us to monitor the production of tasks at the cmd and do a quick check by the use of tail (-f <log_gile>) of the UNIX operating system.
  • Accessibility of statistical Circulation
There are various kinds of circulation functions in TensorFlow such as Bernoulli, beta, chi2, uniform, gamma, etc., which are very important, Especially when we want to solve some probabilistic problems like Bayesian model.

Architecture of TensorFlow

TensorFlow supports the production environment, designed various types of machine learning models that are flexible and serving high-performance systems. When we have the same server and APIs, still TensorFlow serving makes it simple to deploy and generate new algorithms, and experiments. Architecture of TensorFlow

Figure: Architecture of TensorFlow.

TensorFlow Installations Guide

We need anaconda first to install TensorFlow after that we need to set environment variables. We have to create an environment for TensorFlow after getting the environment we should fix the TensorFlow.  Before the installation, TensorFlow,  tested by a 64-bit version, and Ubuntu has 16.4 or higher.  Here we are showing some steps to install anaconda: Step 1 Go to the Anaconda official website www.anaconda.org, and download the anaconda set up. TensorFlow Installations Guide 1 Step 2 Click on the Run button to install.  TensorFlow Installations Guide 2 Step 3 Click on Next button to move forward TensorFlow Installation Guide 3 Step 4 Read terms and Conditions and click on the I Agree button. TensorFlow Installations Guide 4 Step 5 Select the type of installation and then click on the Next button. TensorFlow Installations Guide 5 Step 6 Select the Destination folder and click on the Next button. TensorFlow Installations Guide 6 Step 7 Click on the Install button. TensorFlow Installations Guide 7 Step 8 Installation is started, Click on the button Show Details. TensorFlow Installations Guide 8 Step 9 Set Environment Variables. SET PATH=%PATH%; location of the folder where you want to install Anaconda; TensorFlow Installation Guide 9 Step 10 Create an environment for the TensorFlow. Tensorflow Installation step 10 Tensorflow Installation step 11 Step 11 Install TensorFlow. Tensorflow installation 11a TensorFlow Installation 11b TensorFlow Installation 11c