Bindeshwar S. Kushwaha

Joint and Marginal Probability Mass Function.png

Joint and Marginal Probability Mass Function

Joint and Marginal Probability Mass Function For UploadingIf (X,Y) is a two-dimensional discrete random variable, then joint probability mass function of  X and Y denoted by pxy  and is defined as pxy(xi,yj)=P(X=xi,Y=yj) If you toss three coins the following sample space you will get. S={TTT, TTH, THT, THH, HTT, HTH, HHT,HHH} X—- Occurrence of heads […]

Joint and Marginal Probability Mass Function Read More »

keras

Train a Simple Deep Learning Network using Keras and Iris DataSet

Keras Deep learning framwork is  very popular among researchers and developers which is built at top of Tensorflow. Furthermore, Keras is very handy and easy to use, creating layers and connections is matter of few lines of code.  In this post, I am going to explain, how you can train a simple Deep learning network

Train a Simple Deep Learning Network using Keras and Iris DataSet Read More »

Arduino

Display Three Names at Delay of 10 Seconds using Arduino and LCD

In this post, we are going make a program which will show three names at delay of 10 seconds using Arduino microcontroller and Liquid Crystal Display. Moreover, you will require two libraries Wire and LiquidCrystal_I2C . Again LiquidCrystal_I2C lcd(0x27,16,2); line sets LCD address at 0x27 having 16 columns and 2 rows. In the below program

Display Three Names at Delay of 10 Seconds using Arduino and LCD Read More »

©Postnetwork-All rights reserved.