Post date: Mar 17, 2017 4:42:19 PM
Lecture: Practical Methodology
Reading: DL Book Chap 11, Andrew Ng presentation, Andrew Ng book
Lab: Profiling and Debugging in Julia. Please review the following before coming to the lab: Profiling, Debugging, grep, awk
Project: Baseline model due March 22. Implement a baseline model that generates random outputs. Your baseline model should be able to minibatch and read your train/dev/test data, calculate the average train/dev/test loss and task specific evaluation metric (e.g. accuracy) correctly. Update your Google Doc, Sheet and GitHub repo to complete the assignment.