Mercurial > cortex
changeset 557:f185be439a5f
add three new citations.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 02 May 2014 15:18:08 -0400 |
parents | 531bcd85d153 |
children | 830dc2e426b6 |
files | thesis/cortex.bib |
diffstat | 1 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/thesis/cortex.bib Fri May 02 14:31:39 2014 -0400 1.2 +++ b/thesis/cortex.bib Fri May 02 15:18:08 2014 -0400 1.3 @@ -217,3 +217,39 @@ 1.4 implement in an environment such as {\tt CORTEX}'s.}} 1.5 } 1.6 1.7 +@book{Minsky:1986:SM:22939, 1.8 + author = {Minsky, Marvin}, 1.9 + title = {The Society of Mind}, 1.10 + year = {1986}, 1.11 + isbn = {0-671-60740-5}, 1.12 + publisher = {Simon \& Schuster, Inc.}, 1.13 + address = {New York, NY, USA}, 1.14 + note = "Available at: \url{http://aurellem.org/society-of-mind}", 1.15 + addendum = {\why{Society of Mind has amazing idea density and is full 1.16 + of good and bad ideas. It's one of the main inspirations 1.17 + for {\tt CORTEX}.}}} 1.18 + 1.19 +@phdthesis{push, 1.20 + author = "Singh, Pushpinder", 1.21 + title = "EM-ONE : an architecture for reflective commonsense thinking", 1.22 + school = "MIT", 1.23 + year = "2005", 1.24 + note = "Available at: \url{http://hdl.handle.net/1721.1/33926}" 1.25 + addendum = {\why{Inspired by Minsky's work, Singh sought to build a simulated 1.26 + environment where his creatures could learn to solve problems 1.27 + together. The code has similar concepts to \Phi-space in that 1.28 + he collects all of a creature's past experience into a vector. 1.29 + }}} 1.30 + 1.31 +@phdthesis{arm, 1.32 + author = "Atkeson, Christopher Granger", 1.33 + title = "Roles of knowledge in motor learning", 1.34 + school = "MIT", 1.35 + year = "1986", 1.36 + note = "Available at: \url{http://hdl.handle.net/1721.1/29195}" 1.37 + addendum = {\why{The author builds a robotic arm that can rapidly learn a 1.38 + rigid body model of itself, then refine its motions by 1.39 + practicing and gaining real-world experience. This idea of 1.40 + using real-world experience to guide actions helped inspire 1.41 + {\tt EMPATH}}}} 1.42 +