📄️ Binary Classification
Binary Classifiication is the most classic problem in ML.
📄️ Support Vector Machine
Support vector machine is a natural deviation from the linear regression model. In linear regression, we try to fit a line that best fits the data points. In support vector machine, we try to fit a line that best separates the data points.
📄️ Linear Perception Machine
TODO
📄️ Covering Algorithm
TODO