In this task you are required to implement an application which solve binary and multi-class classification problem. Classification refers to a machine learning problem in which the given set of data points fall into two or multi categories (Up to Four)
Your program should:
• Have a GUI to allow the user to enter the data points dynamically
• Allow the user to enter the learning rate, maximum number of iterations.
• Show the system performance, accuracy
• Your GUI should have a graph showing the classification region after training
• Allow the user to enter test cases