Machine Learning

What is Machine Learning?

Machine learning is a technology that allows us to make advanced decisions based on huge amounts of data. By analyzing a sufficient number of sample data and learning specific decision criteria, it is possible to increase the accuracy of decisions. In recent years, with the improvement of the accuracy of deep learning, which is a part of machine learning, many technologies and products that can be used on a practical level have been introduced to the market. The main things that can be done using machine learning are prediction and classification.
MACHINE LEARNING

PREDICTION

By iteratively reading sample data and learning decision criteria, it is possible to make highly accurate predictions. For example, if you are running a restaurant, by analyzing the correlation between the number of customers and the weather, day of the week, etc., you can predict the number of customers for next week and stock the appropriate number of ingredients. 

CLASSIFICATION

By iteratively analyzing sample data, the accuracy of classification will increase. For example, if you want to sort emails sent to customer support according to the contents, you can do so by loading past emails into the machine learning system and letting it learn from them.