comparison org/sussman-reading-list.org @ 104:ae2aaf23c99d

reorganize student papers; begin work on assembling links.
author rlm
date Tue, 03 Jun 2014 12:59:29 -0400
parents 6c504a6a4413
children 616f461ec98d
comparison
equal deleted inserted replaced
103:6c504a6a4413 104:ae2aaf23c99d
5 #+keywords: sussman physics computer science reading list MIT 5 #+keywords: sussman physics computer science reading list MIT
6 #+SETUPFILE: ../../aurellem/org/setup.org 6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org 7 #+INCLUDE: ../../aurellem/org/level-0.org
8 #+babel: :mkdirp yes :noweb yes :exports both 8 #+babel: :mkdirp yes :noweb yes :exports both
9 9
10 If you want to cite any of these papers, [[./sussman-recs.bib][here]] is a bibtex format file
11 that contains all of these papers in the order they appear on the
12 page. ([[./sussman-recs.bib]]).
13
10 * Recommendations 14 * Recommendations
11 - Computers and Thought, by Edward A. Feigenbaum (Editor), Julian 15 - Computers and Thought, by Edward A. Feigenbaum (Editor), Julian
12 Feldman (Editor). 16 Feldman (Editor).
13 - [[http://mitpress.mit.edu/books/computers-and-thought][MIT Press]] 17 - [[http://mitpress.mit.edu/books/computers-and-thought][MIT Press]]
14 - ISBN: 0262560925 18 - ISBN: 0262560925
23 27
24 - I learned a lot reading this. (RLM should read this!) 28 - I learned a lot reading this. (RLM should read this!)
25 29
26 * TODO Should Add DSPACE links 30 * TODO Should Add DSPACE links
27 * TODO Also add thesis summaries / abstracts 31 * TODO Also add thesis summaries / abstracts
28 * Student Theses
29
30 - 1977: Scott Elliot Fahlman, A System for Representing and Using
31 Real-World Knowledge
32
33 - Basically the reason that the Connection Machine was invented
34
35 - 1981: Danny Hillis, The Connection Machine
36
37 - Doesn't tell you anything you can really do today.
38
39 - 1984: Andrew Ressler, A Circuit Grammar For Operational Amplifier
40 Design
41
42 - If you're an Electrical Engineering person.'
43
44 - 1987: David A. McAllester, ONTIC: A Knowledge Representation
45 System for Mathematics
46
47 - very hard, very deep
48 - you will need to know a lot of Math
49
50 - 1989: Kenneth Man-Kam Yip KAM: Automatic Planning and
51 Interpretation of Numerical Experiments Using Geometrical Methods
52
53 - Coolest PhD thesis ever!
54 - Solve problems using graphs.
55 - So cool!
56
57 - 1994: Andrew A. Berlin Towards Intelligent Structures: Active
58 Control of Buckling
59 - Such a good idea
60 - cool, short, great idea
61 - no one's followed up on it
62
63 - Elmer Hung Paramater estimati(on in chaotic Systems (masters) +
64 Athanassios Siapas : Global approach to parameter estimation of
65 Chaotic Synamical sysstem
66
67 - No one put enough effort into seeing if it worked
68 - you will win the Nobel Prize if you can get it to work.
69
70 - 2009: Alexey Andreyevich Radul Propagation Networks: A Flexible
71 and Expressive Substrate for Computation on DSPACE.
72
73 - 1999: Daniel Coore Botanical Computing: A Developmental Approach
74 to Generating Interconnect Topologies on an Amorphous Computer
75 - interesting to programmers
76
77 - 2001: Radhika Nagpal Programmable Self-Assembly: Constructing
78 Global Shape using Biologically-inspired Local Interactions and
79 Origami Mathematics
80 - interesting to programmers
81
82 - 2001: Ron Weiss Cellular Computation and Communications using
83 Engineered Genetic Regulatory Networks
84 - interesting to programmers
85
86 - 2006: Robert Aubrey Hearn Games, Puzzles, and Computation
87
88 - 2002: Jake Beal master's thesis
89 32
90 * Things Micah should read 33 * Things Micah should read
91 34
92 - Wolpert Principles of development 35 - Wolpert Principles of development
93 - A geneti switch Mark Ptashne 36 - A geneti switch Mark Ptashne
229 - Really good for "Math types." 172 - Really good for "Math types."
230 - Uses geometry for proving things. 173 - Uses geometry for proving things.
231 - People unwisely consisdered it to kill off Neural Nets; In fact, 174 - People unwisely consisdered it to kill off Neural Nets; In fact,
232 it only shows the limitations of certain simple kinds of Neural 175 it only shows the limitations of certain simple kinds of Neural
233 Nets. 176 Nets.
177
178 * Representative Student Theses
179
180 These are students where I played a large role in their
181 education. Many of them represent compelling research directions
182 that desperatly need to be extented by the next generation of
183 researchers! As Minsky says, if you want to do something really new,
184 go back to points in the past where there was a neat idea that never
185 really caught on, and follow the path of that idea to see where it
186 leads. A comprehensive list of all my student's works can be found
187 at my [[http://groups.csail.mit.edu/mac/users/gjs/gjs.html][homepage]]. If you want to cite any of these papers, you can
188 find bibtex citations here: [[./sussman-recs.bib]].
189
190 In particular, here's two great ideas that seem extremely promising
191 and have NOT been properly explored! You could be the first person
192 to get them working!
193
194 - Elmer Hung Paramater estimati(on in chaotic Systems (masters) +
195 Athanassios Siapas : Global approach to parameter estimation of
196 Chaotic Synamical sysstem
197
198 - No one put enough effort into seeing if it worked.
199 - Seems to allow for almost unlimited percision in measurement.
200 - Initial results look very promising, with a =13 order of
201 magnitude= improvement in measurement precision in a simple
202 experiment.
203 - You will win the Nobel Prize if you can get it to work, because
204 you will revolutionize the way we do measurements.
205
206 - Towards Intelligent Structures: Active Control of Buckling
207 - By Andrew A. Berlin, 1994
208 - Achieves a 10 fold increase in strength by actively eliminating
209 vibrational modes.
210 - Such a good idea; It's cool, short -- great!
211 - No one's followed up on it!
212
213 In historical order:
214
215 - [[http://hdl.handle.net/1721.1/6888][A System for Representing and Using Real-World Knowledge]]
216 - By [[http://www.cs.cmu.edu/~sef/][Scott Elliot Fahlman]], 1977
217 - Basically the reason that the Connection Machine was later
218 invented.
219
220 - The Connection Machine
221 - By Danny Hillis, 1981
222 - Beautiful thesis, but it doesn't tell you anything you can
223 really /do/ today.
224
225 - A Circuit Grammar For Operational Amplifier Design
226 - By Andrew Ressler, 1984
227 - If you're an Electrical Engineering person.
228
229 - ONTIC: A Knowledge Representation System for Mathematics
230 - By David A. McAllester, 1987
231 - Very hard, very deep.
232 - You will need to know a lot of Math.
233
234 - KAM: Automatic Planning and Interpretation of Numerical
235 Experiments Using Geometrical Methods
236 - By Kenneth Man-Kam Yip, 1989
237 - Coolest PhD thesis ever!
238 - Solve problems using graphs.
239 - So cool!
240
241 - Botanical Computing: A Developmental Approach to Generating
242 Interconnect Topologies on an Amorphous Computer
243 - By Daniel Coore, 1999
244 - Interesting to programmers especially.
245
246 - Programmable Self-Assembly: Constructing Global Shape using
247 Biologically-inspired Local Interactions and Origami Mathematics
248 By Radhika Nagpal, 2001
249 - Also Interesting to programmers.
250
251 - Cellular Computation and Communications using Engineered Genetic
252 Regulatory Networks
253 - By Ron Weiss, 2001
254 - Third in a line of bio-papers which should be highly interesting
255 to programmers.
256
257 - [[http://hdl.handle.net/1721.1/6082][An Algorithm for Bootstrapping Communications]]
258 - By Jake Beal, 2001
259 - Seems like it could be "the right thing" for how modules in the
260 brain learn to talk to each other.
261 - Someone should expand on this work!
262 - Also a PhD thesis from Beal on this: [[http://hdl.handle.net/1721.1/38483][Learning by Learning to
263 Communicate]], 2007
264
265 - Games, Puzzles, and Computation
266 - By Robert Aubrey Hearn, 2006.
267
268 - Propagation Networks: A Flexible and Expressive Substrate for
269 Computation.
270 - By Alexey Andreyevich Radul, 2009
271