Author: misamaliraza94
-
Mechanics
Mechanics is the branch of Physics dealing with the study of motion when subjected to forces or displacements, and the subsequent effects of the bodies on their environment. There are two sub disciplines Classical Fields and Quantum Fields Classical mechanics Classical mechanics deals with the question of how an object moves when it is subjected to various forces,…
-
Basic Calculus
Basic Calculus is the study of differentiation and integration. Both concepts are based on the idea of limits and functions. Some concepts, like continuity, exponents, are the foundation of advanced calculus. Basic calculus explains about the two different types of calculus called “Differential Calculus” and “Integral Calculus”. Differential Calculus helps to find the rate of change of a…
-
What is the Meaning of Calculus?
Calculus means the part of maths that deals with the properties of derivatives and integrals of quantities such as area, volume, velocity, acceleration, etc., by processes initially dependent on the summation of infinitesimal differences. It helps in determining the changes between the values that are related to the functions.
-
Calculus Definition
Calculus, a branch of Mathematics, developed by Newton and Leibniz, deals with the study of the rate of change. Calculus Math is generally used in Mathematical models to obtain optimal solutions. It helps us to understand the changes between the values which are related by a function. Calculus Math mainly focused on some important topics…
-
TensorFlow Basics
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…
-
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,…
-
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…
-
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…
-
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,…
-
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…