
Decision Tree - CART Algorithm
Decision Tree multi-way Decision trees are supervised learning models used to solve problems for classification and regression. Decision...
Pyae Phyo Kyaw
7 min read

Supervised Learning with Python
The world is getting “smarter” every day, and to keep up with consumer expectations, companies are increasingly using machine learning...
Tahani Reesh
4 min read

Predicting Parkinson's From Trembling Voice
Creator: wanderluster | Credit: Getty Images/iStockphoto Copyright: wanderluster Introduction Parkinson's disease (PD), or simply...
Teresa Rady
2 min read


Early-Stage Parkinson's Disease Prediction Using a Machine Learning Model.
Neurodegenerative disease is caused by the progressive loss of structure or function of neurons, in the process known as...
Fatma Ali
4 min read


Predicting the Parkinson’s disease using Machine learning models
Introduction Parkinson's disease is a brain disorder that causes unintended or uncontrollable movements, such as shaking, stiffness, and...
Ntandoyenkosi Matshisela
4 min read


PARKINSON DISEASE PREDICTION
#MachineLearning Neurodegenerative disease When nerve cells in the brain or peripheral nervous system begin to lose their functionality...
bismark boateng
4 min read

Parkinson’s Disease
Introduction Parkinson’s disease is a brain disorder that causes unintended or uncontrollable movements, such as shaking, stiffness, and...
Gaurab Awal
4 min read

Predicting Neurodegenerative Disease with XGBOOST!
Parkinson's disease is a brain disorder that causes unintended or uncontrollable movements, such as shaking, stiffness, and difficulty...
Abu Bin Fahd
3 min read

Introduction to Natural Language Processing (NLP)
Natural Language Processing(NLP) is a field of Artificial Intelligence(AI) that makes human language intelligible to machines. NLP...
Tanushree Nepal
3 min read

Machine Learning Basics
Machine Learning is the science (and art) of programming computers so they can learn from data. Here is a slightly more general...
aya abdalsalam
3 min read
WRITING A SIMPLE ARITHMETIC CALCULATOR PROGRAM WITH PYTHON
Python is a powerful programming language and there are facts to back that up. Yes of course! Another fact that may interest you is that...
ukaegbu daniel
2 min read
FUNCTIONS AND LOOPS IN PYTHON
Functions are vital concepts for all programming languages and sure python good list. Functions make your work as a programmer and data...
ukaegbu daniel
3 min read
PANDAS DATA MANIPULATION TECHNIQUES
Pandas have unarguably got to be the best thing that has happened to data analysis in python as it makes data manipulation so easy. With...
ukaegbu daniel
3 min read
WRITING A SIMPLE EMAIL DETECTOR PROGRAM WITH PYTHON
Have you ever wondered how a website can tell the difference between what is an email and what is not? You probably type your email...
ukaegbu daniel
1 min read
IMPORTING, CLEANING AND VISUALIZING DATA
Importing, cleaning, and visualizing data are important aspects of a data science project workflow as they determine the outcome of the...
ukaegbu daniel
3 min read
Importing, Cleaning and Visualizing Data in Python
In this project, we are going to use the bank_churn dataset that can find here. First to all let's import the required library to be used...
cheikhbadiane99
1 min read
Pandas Techniques for Data Manipulation in Python
In this blog post, we are going to talk about two technics of the python pandas library for sorting DataFrame and Imputing missing...
cheikhbadiane99
2 min read

Machine Learning for Time Series Data And Feature Engineering for Machine Learning in Python
Time series data is ubiquitous. Whether it be stock market fluctuations, sensor data recording climate change, or activity in the brain,...
Tanushree Nepal
3 min read

Statistics basics
Statistics is the method of analysing ,summarize and get information from data There exist two types of statistics 1: Descriptive...
aya abdalsalam
5 min read
Python Concepts for Data Science: Lists and Dictionaries
Python is one of the most used language in data science. In this post, i'll be talking about lists and dictionaries in Python. Lists in...
cheikhbadiane99
2 min read


HIERARCHICAL CLUSTERING
In machine learning, the method of grouping unlabeled data is called clustering. This involves segmenting data with similar...
mrbenjaminowusu
2 min read

Writing Simple Apps with Python
This article shows very simply how to create simple applications with Python. In this article, which is made up of two parts, we will...
cheikhbadiane99
1 min read


Introduction to Natural Language Processing (NLP)
"Natural language processing is an area of research in computer science and artificial intelligence (AI) concerned with processing...
Ntandoyenkosi Matshisela
4 min read
Model validation Methods
In principle, model validation is straightforward: after choosing a model and its hyperparameters, we can estimate how effective it is by...
Gaurab Awal
2 min read