Bindeshwar S. Kushwaha

Operators in Python

Operators in Python

  Operators in python play very important role to compute mathematical, relational or logical expression. Operators in Python are tokens  and when they apply on variables they provoke some computation.   I-Unary Operators-    These operators require only one variable. Examples- + (Unary Plus) – (Unary Minus) not ( Negation) ~ ( Bit-wise Negation)   […]

Operators in Python Read More »

AI With Python

Online Python Interpreters with Their Links : Google Collab                     https://colab.research.google.com/ Repl                                   https://repl.it/@enaard/Python-3 Quizzes 1- Python Quizzes 2- Quizzes on Tokens Online Courses From Postnetwork   (Under Development) Python Crash Course   See Also: Robotics and Machine Learning Workshop July-2020

AI With Python Read More »

Gamma Probability Density Function

Gamma Function and Gamma Probability Density Function

Gamma function and Gamma Probability Distribution Gamma function and Gamma probability density both are very important concepts in mathematics and statistics. Furthermore, understanding Gamma function and Gamma probability density helps to understand chi-square distribution which plays very important role in machine learning. Especially, in Decision Tree Learning Chi-Square distribution used. In this post, I will

Gamma Function and Gamma Probability Density Function Read More »

©Postnetwork-All rights reserved.