You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
karllab41 edited this page Dec 29, 2016
·
4 revisions
Objective:
The serve as a means to of this will not only enable you to read 80% of the papers, but also know how the authors implemented it. There is a level of intuition that we can obtain by coding up all the methods. The goal is not just comprehension, but it is application. There is a tendency for the beginner to want to just "use" technology. Unfortunately, deep learning algorithms aren't just plug and play, and using someone else's code intimately related to knowing when to use it. Or simply, do we want to believe whether or not something is possible or not? Do we waste time replicating research of
Approach:
Understanding cost functions. Do we want to minimize an error with respect to some criteria? Do we want to normalize or regularize to induce some kind of sparse solution? Do we want to optimize for maximum entropy? Or is it
By the end of these three weeks, you will be able to do backpropagation.