Posts by Nilesh and Sapna
Author Biographical Info: Not available
In this tutorial, we will learn how to check if a number is float or not in Python. We can check this in three different ways. type() method comparing with “float” isin.... Read More
In this tutorial, we will learn how to use isdigit() function in Python. The right way to use this in our Python program. In many programming problems, we have to check whether a g.... Read More
In this article, you will know how to call a function of other Python files using the import keyword. Also, you will get to know how to import a single class, not the whole file. Building software needs a network of codes and files of codes in a systematic way. The network can be created […] Read More
In this lesson, you are going to learn what L2 and L1 functions are as Regularization also what regularization is actually. And also how it helps to prevent from overfitting. What .... Read More
Loss functions are a crucial part of the machine learning pipeline but knowing which one to use in the artificial neural network could be kind of confusing. In this tutorial, there will be explained the working of loss functions and how to use them. They are easy to understand and how much it is useful […] Read More