Student result prediction using SVM algorithm in python
Student result prediction using SVM algorithm in python PROJECT ID: PYTHON27 PROJECT NAME: Student result prediction using SVM algorithm in python PROJECT CATEGORY: MCA / BCA / BCCA / MCM / POLY / ENGINEERING PROJECT ABSTRACT: In machine learning, support vector machines (SVMs, also support vector networks) are supervised learning models with associated learning algorithms that analyze data used for classification and regression analysis. A Support Vector Machine (SVM) is a discriminative classifier formally defined by a separating hyperplane. In other words, given labeled training data (supervised learning), the algorithm outputs an optimal hyperplane which categorizes new examples. What is Support Vector Machine? An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. In addition to perf...