Category Archives

Setting up the environment in Java

Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented etc. Java applications are typically compiled to...

Setting up the environment in Java

Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented etc. Java applications are typically compiled to...

One Hot Encoding of datasets in Python

Sometimes in datasets, we encounter columns that contain numbers of no specific order of preference. The data in the...

One Hot Encoding of datasets in Python

Sometimes in datasets, we encounter columns that contain numbers of no specific order of preference. The data in the...

Label Encoding of datasets in Python

In machine learning, we usually deal with datasets which contains multiple labels in one or more than one columns....

Label Encoding of datasets in Python

In machine learning, we usually deal with datasets which contains multiple labels in one or more than one columns....

Feature Scaling – Part 2

Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It...

Feature Scaling – Part 2

Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It...

Data Cleansing

Data cleaning is one of the important parts of machine learning. It plays a significant part in building a...

Data Cleansing

Data cleaning is one of the important parts of machine learning. It plays a significant part in building a...

Difference between Machine learning and Artificial Intelligence

Artificial Intelligence : The word Artificial Intelligence comprises of two words “Artificial” and “Intelligence”. Artificial refers to something which...

Difference between Machine learning and Artificial Intelligence

Artificial Intelligence : The word Artificial Intelligence comprises of two words “Artificial” and “Intelligence”. Artificial refers to something which...