Naveen

Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Difference between List and Tuple in Python

Lists and Tuple store one or more objects or values in a specific order. The objects stored in a list...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Support Vector Machine algorithm for Machine Learning

Support vector Machine or SVM is a Supervised Learning algorithm, which is used for Classification and Regression problems. However, primarily,...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Breast Cancer Detection Project using ML

Breast cancer (BC) is one among the foremost common cancers among ladies worldwide, representing the bulk of recent cancer cases and cancer-related deaths in line with world statistics, creating it a major public ill health in today’s...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Python List Methods

The Python List is a general data structure widely used in Python programs. They are both mutable and can be...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Random Forest algorithm for Machine Learning

Random Forest is better than Decision Tree as the greater number of trees in the forest leads to higher accuracy...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

End to End Project Multiple Disease Detection using ML

Project 1: Heart Disease Detection Machine Learning is used across numerous spheres around the world. The healthcare industry is no...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Arrays Functions and Functional Programming in Python

This post is dedicated to some of the commonly used numpy function to do with arrays in python. 1 –...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Array Methods in Python

Arrays are used to store multiple values in one single variable. Array can be handled in Python by a module...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

K-nearest Neighbor for Machine Learning

Analogy behind KNN: tell me about your friend (who your neighbors are) and I will tell you who you are....

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Decision Tree for Machine Learning

Tree based algorithms are a popular family of related non-parametric and supervised methods for both classification and regression. The decision...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

End to End Project Laptop Price Prediction using Machine Learning

Machine learning relies on AI to predict the future based on past data. If you’re a data science enthusiast or...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Logistic Regression for Machine Learning

Logistic Regression is one of the most used Machine learning algorithms among industries and academia. It is a supervised learning...

Read More β†’