Posts by Yathartha Rana
Author Biographical Info: Not available
In this tutorial, we will work on Django framework and will learn how to upload the image to Django and preview it. Django is a Python web framework that helps us in developing web.... Read More
In this tutorial, we will learn about the calculation of residuals in regression analysis, an important part in any Regression analysis. Residuals The residuals basically refer to .... Read More
In this tutorial, we will learn about another probability distribution in our statistics referred as Hypergeometric distribution in Python. First we will see the mathematical theor.... Read More
In this tutorial, we will learn how to export the Pandas dataframe into excel format using Python. .to_excel() function The pandas library provides the in-built function named .to_.... Read More
In this tutorial, we will learn an exciting method that is used to calculate the number of optimal clusters using the clustering method in Python. As usual, we will first go with t.... Read More
In the data science field, when you get the data, the first step that is performed is exploratory data analysis. So, in this tutorial, we will explore the concept of bivariate anal.... Read More
In this tutorial, we will learn about a very important topic often used in statistics: Maximum Likelihood Estimation. Firstly, we will explore the theory and then will apply our th.... Read More
In this tutorial, we will learn about Generative Adversarial Networks (GAN) using Pytorch in Python. What is GAN? GAN(Generative Adversarial Network) is a type of Neural Network th.... Read More