/SVM-Text-Classifier

Support Vector Machine

Primary LanguageJupyter Notebook

Support Vector Machine

This repository contains the documentation for a presentation on Support Vector Machine (SVM) conducted by Group 2 in the CS115.O11.KHTN (UIT) class.

Members

  • Nguyen Thanh Hy - 22520593
  • Le Tin Nghia - 22520946
  • Tran Nhu Cam Nguyen - 22520004

Instructor

Dr. Luong Ngoc Hoang

Folder Structure

  • Demo_SMSClassifier: Contains code and datasets used for demonstrating SVM in practical applications, specifically for classifying messages into spam and ham.
  • SVM_from_scratch.py: Python code implementing Support Vector Machine from scratch.