TensorFlow is a machine learning framework and developed by Google Brain Team. It is derived from its core framework: Tensor. In TensorFlow, all the computations involve tensors. A tensor is a vector or a matrix of n-dimensions which represents the types of data. All the values in a TensorFlow identify data type with a known shape. The… Continue reading TensorFlow Basics
Category: 1. TensorFlow
https://mybackup.infinitycodestudio.com/wp-content/uploads/2022/04/tensor.png
Architecture of TensorFlow
The TensorFlow runtime is a cross-platform library. The system architecture which makes this combination of scale flexible. We have basic familiarity with TensorFlow programming concepts such as the computation graph, operations, and sessions. Some terms need to be understood first to understand TensorFlow architecture. The terms are TensorFlow Servable, servable Streams, TensorFlow Models, Loaders, Sources,… Continue reading Architecture of TensorFlow
Installation of TensorFlow through conda
In our previous tutorial of TensorFlow, we learn how to install TensorFlow through pip. In this tutorial, we understand that how to install TensorFlow through Conda. Here, we need anaconda Navigator to set-up the platform. These are the following steps which are given below: Firstly, we have to open the official site of Anaconda and… Continue reading Installation of TensorFlow through conda
Installation of TensorFlow Through pip
In this tutorial, we will describe that how to install TensorFlow in Windows 10. We can download TensorFlow in our system in 2 ways: Through pip (Python package library) Through Anaconda Navigator (conda) 1. Through pip So, firstly we have to install and set-up anaconda in our system through pip. The following are the requirement… Continue reading Installation of TensorFlow Through pip
What is TensorFlow?
TensorFlow is a popular framework of machine learning and deep learning. It is a free and open-source library which is released on 9 November 2015 and developed by Google Brain Team. It is entirely based on Python programming language and use for numerical computation and data flow, which makes machine learning faster and easier. TensorFlow can train and run the deep neural networks for image recognition,… Continue reading What is TensorFlow?
TensorFlow Tutorial
TensorFlow tutorial is designed for both beginners and professionals. Our tutorial provides all the basic and advanced concept of machine learning and deep learning concept such as deep neural network, image processing and sentiment analysis. TensorFlow is one of the famous deep learning framework, developed by Google Team. It is a free and open source software library… Continue reading TensorFlow Tutorial