Operation Research and Optimization (2018 Spring)

Lecture slides

Homework

Project

  • Handwritten Digits Classification. Dataset is available on THE MNIST DATABASE. In this project, you have two options:

SVM Methods

  1. Apply the basic SVM model to train the training set and classify the digits in the test set.
  2. Use kernel method to retrain the SVM model and classify the digits.

CNN Methods:

Apply the Convolution Neural Network method to perform the training and testing.

Comments