article

Introduction to machine learning

3 min read

what is machine learning?

Machine learning is a method of data analysis that automates analytical model building. Using algorithms that iteratively learn from data, machine learning allows computers to find hidden insights without being explicity programmed where to look.

what is machine learning used for ?

Machine learning process

First of all, you should understand the processes in machine learning by the following diagram.

machine learning process

Data acquisition

There are many ways to get a data set like configuring an API, internet, database, etc. To convert binary data into a useful data, we need to perform certain tasks which includes-Decompress files, Querying relational database, etc.

Data cleaning

The primary goal of data cleaning is to detect and remove errors and anomalies to increase the value of data in analytics and decision making. While it has been the focus of many researchers for several years, individual problems have been addressed separately.

Training and testing data set

The idea of dividing your data set into two subsets:

You could imagine slicing the single data set as follows:

Model deployment

Deployment is the method by which you integrate a machine learning model into an existing production environment in order to start using it to make practical business decisions based on data. It is one of the last stages in the machine learning life cycle and can be one of the most cumbersome. Often, an organization’s IT systems are incompatible with traditional model-building languages, forcing data scientists and programmers to spend valuable time and brainpower rewriting them.

Supervised learning

Unsupervised learning

Share if you like reading the article. Stay tuned with bleedbytes.