Introduction Like all the different types of light, the spectrum of visible light is absorbed and emitted in the form of tiny packets of energy called photons. These photons have both the properties of a wave as well as a particle. Hence this type of property is called wave-particle duality and the study of light in the area of… Continue reading Optics
Month: April 2022
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,… Continue reading Mechanics
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… Continue reading Basic Calculus
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… Continue reading Calculus Definition
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… Continue reading TensorFlow Basics
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?