TYPES OF MACHINE LEARNING ALGORITHMS
So, I am back with Different Types Of Machine Learning Algorithms , and explained supervised and Unsupervised Learning in my previous Article , if you haven't seen that , do have a look . So, various types of Machine Learning Algorithm : Supervised Learning So, if you are training your machine for every input with corresponding output(target), it is then called as supervised learning which will be able to provide target for any new input after sufficient training. 1. Classification : Classification means the the action or process of Classifying/Categorizing something. Here , it means we will divide the data into classes , and will predict the categorical response. . In other words we are trying to use data to make a prediction about a discrete set of values or categorizes. When the data can be classified into two classes ,it is called as Binary Classification. An example of a classification problem ...