Ashwin Sharma P
Ashwin Sharma P

Ashwin Sharma P

Follow
homeNewsletterContact MeBuymeACoffeebadges

Linux file permissions

Dec 5, 20224 min read

Every file/directory has three types of owners in Linux. The permissions for each of these 3 owners is represented in Numeric (group of octal...

Linux file permissions

Steps in Building a Machine Learning Project

Jan 23, 20213 min read

In this post, we will be discussing the basic steps in building a machine learning project. The process of building an ML project includes collecting...

Steps in Building a Machine Learning Project

any() and all() in Python

Jan 7, 20213 min read

In this post, we will be looking into any() and all() functions in Python. First, let us discuss the any() function. šŸ‘‰ any() The any() function...

any() and all() in Python

What is Logistic Regression

Dec 25, 20204 min read

As you may be knowing Logistic Regression is a Machine Learning algorithm. It is used for binary classification problems. We also have multiclass...

What is Logistic Regression

Say no to these algorithms in practice

Dec 6, 20203 min read

So here we will be discussing briefly Bogosort and Bogobogosort, which are two inefficient algorithms. NOTE: These are just for educational...

Say no to these algorithms in practice

Padding in CNN

Nov 29, 20203 min read

We have seen the basic operation of convolution in the previous post. Knowing Convolution Basics In this post, we will be discussing padding in...

Padding in CNN