This repository contains the documentation for a presentation on Support Vector Machine (SVM) conducted by Group 2 in the CS115.O11.KHTN (UIT) class.
- Nguyen Thanh Hy - 22520593
- Le Tin Nghia - 22520946
- Tran Nhu Cam Nguyen - 22520004
Dr. Luong Ngoc Hoang
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.