fbpx
Wikipedia

Copycat (software)

Copycat is a model of analogy making and human cognition based on the concept of the parallel terraced scan, developed in 1988 by Douglas Hofstadter, Melanie Mitchell, and others at the Center for Research on Concepts and Cognition, Indiana University Bloomington.[1] The original Copycat was written in Common Lisp and is bitrotten (as it relies on now-outdated graphics libraries for Lucid Common Lisp); however, Java and Python ports exist. The latest version in 2018 is a Python3 port by Lucas Saldyt and J. Alan Brogan.

Screenshot of Metacat (Copycat successor) in operation, slightly edited with commentary at bottom.

Description edit

Copycat produces answers to such problems as "abc is to abd as ijk is to what?" (abc:abd :: ijk:?). Hofstadter and Mitchell consider analogy making as the core of high-level cognition, or high-level perception, as Hofstadter calls it, basic to recognition and categorization. High-level perception emerges from the spreading activity of many independent processes, called codelets, running in parallel, competing or cooperating. They create and destroy temporary perceptual constructs, probabilistically trying out variations to eventually produce an answer. The codelets rely on an associative network, slipnet, built on pre-programmed concepts and their associations (a long-term memory). The changing activation levels of the concepts make a conceptual overlap with neighboring concepts.

Copycat's architecture is tripartite, consisting of a slipnet, a working area (also called workspace, similar to blackboard systems), and the coderack (with the codelets). The slipnet is a network composed of nodes, which represent permanent concepts, and weighted links, which are relations, between them. It differs from traditional semantic networks, since the effective weight associated with a particular link may vary through time according to the activation level of specific concepts (nodes). The codelets build structures in the working area and modify activations in the slipnet accordingly (bottom-up processes), and the current state of slipnet determines probabilistically which codelets must be run (top-down influences).

Comparison to other cognitive architectures edit

Copycat differs considerably in many respects from other cognitive architectures such as ACT-R, Soar, DUAL, Psi-Theory, or subsumption architectures.

Copycat is Hofstadter's most popular model. Other models presented by Hofstadter et al. are similar in architecture, but different in the so-called microdomain, their application, e.g. Letter Spirit, etc.

Since the 1995 book Fluid Concepts and Creative Analogies describing the work of the Fluid Analogies Research Group (FARG) book, work on Copycat-like models has continued: as of 2008 the latest models are Phaeaco (a Bongard problem solver), SeqSee (number sequence extrapolation), George (geometric exploration), and Musicat (a melodic expectation model). The architecture is known as the "FARGitecture" and current implementations use a variety of modern languages including C# and Java. A future FARG goal is to build a single generic FARGitecture software framework to facilitate experimentation.

See also edit

References edit

  1. ^ Hofstadter, Douglas R. Fluid Concepts and Creative Analogies. ISBN 978-0-465-05154-0.

Further reading edit

External links edit

  • A short description of Copycat
  • Github repository of copycat implementation (and other FARG projects)
  • The Copycat Project: A Model of Mental Fluidity and Analogy-Making (pdf)
  • A Python version of Copycat by J. Alan Brogan, 2012
  • A Python version of Copycat by Joseph Hager, 2017
  • A JavaScript version of Copycat with an online demo by Paul-G2, 2023
  • Abhijit Mahabal's Seqsee code in Perl and in Python
  • Copycat written in Lucid Common Lisp, hoping that it will be rewritten in a more platform independent way sometime soon
  • Eric Nichols' Musicat dissertation
  • The Letter Spirit page at the Center for Research on Concepts and Cognition

copycat, software, this, article, needs, additional, citations, verification, please, help, improve, this, article, adding, citations, reliable, sources, unsourced, material, challenged, removed, find, sources, copycat, software, news, newspapers, books, schol. This article needs additional citations for verification Please help improve this article by adding citations to reliable sources Unsourced material may be challenged and removed Find sources Copycat software news newspapers books scholar JSTOR August 2014 Learn how and when to remove this template message Copycat is a model of analogy making and human cognition based on the concept of the parallel terraced scan developed in 1988 by Douglas Hofstadter Melanie Mitchell and others at the Center for Research on Concepts and Cognition Indiana University Bloomington 1 The original Copycat was written in Common Lisp and is bitrotten as it relies on now outdated graphics libraries for Lucid Common Lisp however Java and Python ports exist The latest version in 2018 is a Python3 port by Lucas Saldyt and J Alan Brogan Screenshot of Metacat Copycat successor in operation slightly edited with commentary at bottom Contents 1 Description 2 Comparison to other cognitive architectures 3 See also 4 References 5 Further reading 6 External linksDescription editCopycat produces answers to such problems as abc is to abd as ijk is to what abc abd ijk Hofstadter and Mitchell consider analogy making as the core of high level cognition or high level perception as Hofstadter calls it basic to recognition and categorization High level perception emerges from the spreading activity of many independent processes called codelets running in parallel competing or cooperating They create and destroy temporary perceptual constructs probabilistically trying out variations to eventually produce an answer The codelets rely on an associative network slipnet built on pre programmed concepts and their associations a long term memory The changing activation levels of the concepts make a conceptual overlap with neighboring concepts Copycat s architecture is tripartite consisting of a slipnet a working area also called workspace similar to blackboard systems and the coderack with the codelets The slipnet is a network composed of nodes which represent permanent concepts and weighted links which are relations between them It differs from traditional semantic networks since the effective weight associated with a particular link may vary through time according to the activation level of specific concepts nodes The codelets build structures in the working area and modify activations in the slipnet accordingly bottom up processes and the current state of slipnet determines probabilistically which codelets must be run top down influences Comparison to other cognitive architectures editCopycat differs considerably in many respects from other cognitive architectures such as ACT R Soar DUAL Psi Theory or subsumption architectures Copycat is Hofstadter s most popular model Other models presented by Hofstadter et al are similar in architecture but different in the so called microdomain their application e g Letter Spirit etc Since the 1995 book Fluid Concepts and Creative Analogies describing the work of the Fluid Analogies Research Group FARG book work on Copycat like models has continued as of 2008 the latest models are Phaeaco a Bongard problem solver SeqSee number sequence extrapolation George geometric exploration and Musicat a melodic expectation model The architecture is known as the FARGitecture and current implementations use a variety of modern languages including C and Java A future FARG goal is to build a single generic FARGitecture software framework to facilitate experimentation See also editArtificial consciousness LIDA cognitive architecture References edit Hofstadter Douglas R Fluid Concepts and Creative Analogies ISBN 978 0 465 05154 0 Further reading editMitchell Melanie Analogy Making as Perception ISBN 0 262 13289 3 1993 Hofstadter Douglas R Fluid Concepts and Creative Analogies ISBN 978 0 465 05154 0 External links editA short description of Copycat Github repository of copycat implementation and other FARG projects The Copycat Project A Model of Mental Fluidity and Analogy Making pdf A Python version of Copycat by J Alan Brogan 2012 A Python version of Copycat by Joseph Hager 2017 A JavaScript version of Copycat with an online demo by Paul G2 2023 Abhijit Mahabal s Seqsee code in Perl and in Python Copycat written in Lucid Common Lisp hoping that it will be rewritten in a more platform independent way sometime soon Eric Nichols Musicat dissertation The Letter Spirit page at the Center for Research on Concepts and Cognition Retrieved from https en wikipedia org w index php title Copycat software amp oldid 1183431459, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.