Machine learning is a type of artificial intelligence that allows computer programs to learn from data and improve their performance on a specific task without being explicitly programmed. Building a machine learning model involves selecting a model type, training the …
What is Chi-Square Test ?
In the field of statistics Occasionally we heard about categorical data, tests to validate the results, and different approaches to knowing about data. today we are here to learn about one of the statistical tests – the Chi-Square Test.
As …
NLP – Natural language processing [Intro]
Hi folks, Here in this article we are going to see basic terminology and learn about Natural Language processing.
Introduction
We are surrounded by millions or trillion of data and counts increasing day by day, So some genius think that, …
Checking for Duplicate Rows – Short note
Hi folks here is the short tip to check the duplicate data in MySQL.
Checking for Duplicate Rows
To prevent duplicate rows in a database table is to put a unique index on the column, but sometime comes as dirty …
SQL Where Clause – Short note
In this short note, Listed some quick relevant WHERE Clause keywords and methods which will use in SQL query.
WHERE clause is used to add condition(s), so it returns data satisfying provided condition.
SELECT lastname, firstname, title FROM employee WHERE …
SQL Window Function – part 1
Hi folks here in this article we are going to see what is window function in SQL, and how it is useful for data analyst for data preprocessing or generation accumulated data with lots of information, combination of calculation and …
Clustering, Classification and Regression
Hi folks, In the field of machine learning we all know the type of problems are different, sometimes we predict the value on previous set of data – Where data learn from available dataset, Or sometimes grouping them into some …
Want to learn data science
Hey folks today I’m going to write about data science and what you need to know before entering into this field. So, whoever wants to enter into data science realm, he/she needs to know that the some points. All the …
Bias and Variance in Machine Learning
Hello folks, towards onwards I’m going to start new articles , tutorials , tips and tricks about Machine learning , Data science and related to this field. hope this articles will help you all. today going to add an article …
What is Data Analysis
Hi folks, after a long time I’m going to start a new series of articles that cover tutorials as well in the field of Data Science, Data Analytics, Machine Learning, Deep Learning, AI, and try to …