How to write a thesis (1.1) logic behind approving a paper in a journal
Have you ever wondered why your paper is approved or rejected by the journal? This… Read More »How to write a thesis (1.1) logic behind approving a paper in a journal
Have you ever wondered why your paper is approved or rejected by the journal? This… Read More »How to write a thesis (1.1) logic behind approving a paper in a journal
When I decided to go to Germany for master’s degree, my biggest concern was writing… Read More »How to write a thesis? (1) Scientific research
Let’s move further in the aggregations functions that covered in the last article. In this… Read More »SQL (5) GROUP BY and HAVING
In the last article, we’ve talked about the basics of SELECT and WHERE clauses. In… Read More »SQL (4) Filtering (BETWEEN, IN, OR, NOT)
Let’s learn how to create a simple table. ■ CREATE TABLE CREATE TABLE clause create… Read More »SQL (3) Creating a table
Now that we’ve learned the basic concepts for data mining, we’re ready to do some… Read More »How to install Kaggle API (Window/Anaconda+Google Colab)
This is a python example of K-Means clustering. This example analyzes customer purchase data to… Read More »K-Means Clustering Python Example – Analyzing Customer Purchase Data
In the previous article, we’ve covered two types of clustering(partitional clustering and hierarchical clustering) and… Read More »K-Means Clustering
There are various data mining methods: Clustering, Classification, Regression, Association Rule Mining, Text Mining, Anomaly… Read More »Clustering types and its applications
Let’s learn about python’s basic data types and variables. Variables: The space to store data… Read More »Python data types and variables for beginners