Skip to content

Commit

Permalink
add notes back
Browse files Browse the repository at this point in the history
  • Loading branch information
casutton committed Dec 28, 2016
1 parent efe133d commit 339f367
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>Recent Publications</h2>

<p>
Finally, I have a collection of brief, tutorial-style <a href="notes/">research
notes</a>.
notes</a> (very old).
</p>


Expand Down
52 changes: 52 additions & 0 deletions notes/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: default
title: "Tutorial Notes: Charles Sutton"
---

<h1>Research-ish Notes</h1>

<p>
Inspired by the example of
<a href="http://people.csail.mit.edu/jrennie/writing/">Jason
Rennie</a>, I wrote some short notes to help me learn background
during my PhD. Generally, these are 2- or 3-page
simple notes that answer a question either about my work
or someone else's. Others of these describe implementation
tricks that may be
useful for efficiently reproducing my or others' results.
They are pretty old now, but perhaps they are still useful
to someone.
</p>


<ul>
<li>
<b><a href="sutton06backprop.pdf">CRF Gradients Without Forward Passes</a></b>.
Charles Sutton, April 2006
</li>
<li>
<b><a href="sutton05tree-kl.pdf">Factorization of KL-divergence Between Tree-Structured Distributions</a></b>.
Charles Sutton, July 2005
</li>
<li>
<b><a href="sutton04fbbp.pdf">Understanding Why Forward-Backward is Belief Propagation in Two Easy Steps</a></b>.
Charles Sutton, June 2004
</li>
</ul>

<p>
If you find one of these notes useful, and wish to cite it,
please use a citation like the following:
</p>
<pre>
@misc{sutton04understanding,
author = "Charles Sutton",
title = "Understanding Why Forward-Backward is Belief Propagation in Two Easy Steps",
year = 2004,
month = "June",
howpublished = "http://homepages.inf.ed.ac.uk/csutton/notes/"
}
</pre>

<p>(The dates on these notes are the dates that
I last revised them.)</p>
Binary file added notes/sutton04fbbp.pdf
Binary file not shown.
Binary file added notes/sutton05tree-kl.pdf
Binary file not shown.
Binary file added notes/sutton06backprop.pdf
Binary file not shown.

0 comments on commit 339f367

Please sign in to comment.