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 ...
Finding the best route between two cities, given a complicated road network; or transmitting a message between two computers along a network of hundreds of computers, are all classified as 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. ...