Posts

Showing posts from July, 2022

Machine Learning

 What is machine learning?  Machine Learning is an application of artificial intelligence where a computer/machine learns from the  input data and makes future predictions. The performance of such a system should be at least human level. In order to perform the task system learns the data-set provided. Machine learning generally categories into three category 1. Supervised machine learning. 2. Unsupervised machine learning. 3. Reinforcement learning.   Now we will learn about the each type of machine learning one by one. 1. Supervised Machine Learning: Supervised machine learning is the type of machine learning in which machines are trained using well labelled data set and on the basis of that data machine predict the output. Data set here is categorized one. In real scenario supervised machine learning can be used for risk assessment, fraud detection, image clarification, spam detecting etc.   KNN is the example of supervised classification algorithm. 2....