Naveen
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 β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 β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 β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 β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 β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 β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 β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 β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 β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 β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 β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 β