Machine Learning
Machine Learning notes. Coursera Andrew Ng Machine Learning. My solution Stanford CS231n Convolutional Neural Networks for Visual Recognition. My solution ...
Machine Learning notes. Coursera Andrew Ng Machine Learning. My solution Stanford CS231n Convolutional Neural Networks for Visual Recognition. My solution ...
AA/EE/ME 578 Review ...
CSE 547 Review ...
Regular Expression Tutorial ...
Review of Princeton Algorithms I course on Coursera. Algorithms II Review My solution to the homework ...
Git Tutorial ...
From ME 510 & AMATH 584 ...
ME 547 Review ...
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. ...
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. ...