diff --git a/index.html b/index.html index eea2566..749e76f 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@

Recent Publications

Finally, I have a collection of brief, tutorial-style research -notes. +notes (very old).

diff --git a/notes/index.html b/notes/index.html new file mode 100644 index 0000000..8bb2a70 --- /dev/null +++ b/notes/index.html @@ -0,0 +1,52 @@ +--- +layout: default +title: "Tutorial Notes: Charles Sutton" +--- + +

Research-ish Notes

+ +

+Inspired by the example of +Jason +Rennie, 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. +

+ + + + +

+If you find one of these notes useful, and wish to cite it, +please use a citation like the following: +

+
+@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/"
+}
+
+ +

(The dates on these notes are the dates that +I last revised them.)

diff --git a/notes/sutton04fbbp.pdf b/notes/sutton04fbbp.pdf new file mode 100644 index 0000000..fd37e04 Binary files /dev/null and b/notes/sutton04fbbp.pdf differ diff --git a/notes/sutton05tree-kl.pdf b/notes/sutton05tree-kl.pdf new file mode 100644 index 0000000..24c4ca1 Binary files /dev/null and b/notes/sutton05tree-kl.pdf differ diff --git a/notes/sutton06backprop.pdf b/notes/sutton06backprop.pdf new file mode 100644 index 0000000..e746421 Binary files /dev/null and b/notes/sutton06backprop.pdf differ