Operating System Homework 0

It is a prerequisite homework for one wants to enroll in this class. Problems relate to privileged instructions, synchronization — thread-safe coding , virtual memory — Translation Lookaside Buffer (TLB), and file system — number of disk reads needed for different file access operations.

Latent Variable Homework 2

This homework is about Metropolis-Hastings, Gibbs Sampling, derivation of update rules, modeling a given problem in terms of Probabilistic Graphical Model (PGM), and practically implementing a program to calculate the update step-by-step. Codes are included in the report.

Computer Vision III Quarter Project

In this quarter project, we are interested in a paper that has not been accepted by conference but available on ArXiv: Vinet: Visual-inertial odometry as a sequence-to-sequence learning problem. Its goal is to achieve better visual-inertial odometry given sequential visions from two camera. In terms of implementation, we need to embed some TensorFlow codes in

Recommendation System and Web Mining Assignment 2

It is an open project for students. After some research, my teammates and I decide to work on a house price prediction task, whose target price is either “low”, “medium”, or “high”. Beside using the basic features that are available intuitively, we spend lots of time in visualizing geographical features with given longitude and latitude.

Recommendation System and Web Mining Assignment 1

This assignment is an extended competition from Hw3. I basically need to use some more complicated model to further improve my model performance. For both helpfulness and rating prediction tasks, I decide to use Matrix Factorization (MF) model with Alternating Least Square (ALS) learning approach. Initially, I use only a predicator and biased term for