Bindeshwar S. Kushwaha

Random variables and Probability Distribution Functions

To understand random variable first you have to know about events.  I will make you understand using examples. What are events? Example Tossing three coins on which one head turns up {HT,HH} A random variable quantify   events of  occurence. In other words, a random variable X is a function from set of events to real

Random variables and Probability Distribution Functions Read More »

USB Installer

Create Bootable Pendrive and Install Ubuntu

Ubuntu only provides an iso image of the operating system and you need to make a pen drive bootable to install ubuntu. I will show  step-by-step how to make a pen drive bootable using  USB Installer. Step-1 Download USB installer  using this link  https://universal-usb-installer.en.uptodown.com/windows and keep in pendrive. Step-2 Download Ubuntu operating system  using this

Create Bootable Pendrive and Install Ubuntu Read More »

Divide and Conquer and Dynamic Programming Algorithms

Often students get confused what are differences between divide and conquer and dynamic programming. Since they solve problems in similar nature. Divide the problem into sub-problems combine them to get solution. Here I list the differences  between divide and conquer and dynamic programming in a table and also  made quizzes so that you can practice

Divide and Conquer and Dynamic Programming Algorithms Read More »

Mathematics for Machine Learning

Mathematics is an essential part for machine learning  without maths it is hard to get into core concepts. In addition, machine learning uses concepts from different branches, however, these branch of mathematics are the backbone of the machine learning. 1- Linear Algebra Matrix, Vector Spaces and Linear Transformations, Eigen Values and Eigen Vectors ( Principle

Mathematics for Machine Learning Read More »

Matplotlib in Python

Matplot is a very powerful python library to visualize the datasets. It is built upon the SciPy and the NumPy library. Further, it would be better to give examples that make you understand the matplot library.   Example-1 import matplotlib.pyplot as plt x=[200,300,400,500,600,700] y=[200,300,400,500,600,700] plt.plot(x,y) plt.show() Execution on ubuntu   The output of the code

Matplotlib in Python Read More »

©Postnetwork-All rights reserved.