Machine Learning

Machine Learning notes. Coursera Andrew Ng Machine Learning. My solution Stanford CS231n Convolutional Neural Networks for Visual Recognition. My solution ...

2019-07-26 · Updated: 2019-09-14 · 17 min

Convex Optimization

AA/EE/ME 578 Review ...

2019-07-05 · Updated: 2025-06-30 · 21 min

Machine Learning for Big Data

CSE 547 Review ...

2019-06-16 · 17 min

Regular Expression

Regular Expression Tutorial ...

2019-05-24 · Updated: 2021-03-21 · 2 min

Algorithm I

Review of Princeton Algorithms I course on Coursera. Algorithms II Review My solution to the homework ...

2019-02-10 · Updated: 2020-07-10 · 43 min

Git 101

Git Tutorial ...

2019-02-01 · Updated: 2022-07-04 · 9 min

Linear Algebra Review

From ME 510 & AMATH 584 ...

2019-01-18 · Updated: 2025-05-03 · 7 min

Linear System

ME 547 Review ...

2018-12-20 · Updated: 2025-04-29 · 7 min

Shortest Path Problem

Problems like finding the optimal route between two cities on a complex road network, or transmitting a message between two nodes across a sprawling computer network, are all instances of the shortest path problem. ...

2018-12-18 · Updated: 2025-06-22 · 7 min

The Assignment Problem

Given $n$ workers and $n$ jobs, and the cost $c_{ij}$ to train the $i$-th worker for the $j$-th job, find an assignment of one worker to each job which minimized the total training cost. ...

2018-12-16 · 5 min