Data Mining Tutorial

Data Mining is a sub-field in computer science. The traditional database can query limited information from the database using SQL. At best, you can write complex queries and get results. When the size of the database grow the traditional DBMS does not help. The goal of data mining is to extract meaningful information from a … Read more

Algorithm Introduction

The computer program is a set of basic instructions to computer hardware. The computer hardware executes the instruction to carry out some tasks. The computer program is written using a blueprint called an algorithm. Each step in an algorithm has a clear meaning and performs a specific task. An algorithm is any well-defined computational procedure … Read more