COMP-377 Lab Assignment 2 - F21
COMP-377 Lab Assignment 2 - F21
Write an application to predict the secondary school student performance using a logistic
regression model. The dataset is
from https://archive.ics.uci.edu/ml/datasets/student+performance.
Write an application to classify MNIST digits using a Support Vectors Machine model. The
dataset is from http://yann.lecun.com/exdb/mnist/. Evaluate the accuracy of the model and
compare the results with those of a logistic regression model used in
http://ufldl.stanford.edu/tutorial/supervised/LogisticRegression/.
(6 marks)
Evaluation:
Functionality: 85%
Correct implementation of requirements
Code explanation when asked
Algorithm design: correct design of classes and 15%
methods similarly to class examples and using
the naming guidelines.
Lab #2 Page 1 of 2
AI Software Developers COMP-377
Total 100%
You must name your Jupyter notebook file according to the following rule:
YourFullname_COMP377Labnumber_Exercisenumber.
Example: JohnSmith_COMP377La2_Ex1
Submission rules:
Submit your solution as a zip file that is named according to the following rule:
YourFullname_COMP377Labnumber.zip
Example: JohnSmith_COMP377Lab2.zip
Lab #2 Page 2 of 2