Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Cognitive coding conscious computation

Name: Anonymous 2011-07-08 1:20


; many procedures omitted

(define (understand? concept)
  ;; understanding is true for cached concepts
  ;; understanding is true for non-simple concepts which
  ;;                           can be broken down and
  ;;                           understood in peices
  ;; understanding is attained by producing an explanation
  (or (cached? concept)
      (and (not (simple? concept))
       (all understand? (deconstruct concept))
       (understand? concept))
      (let ((explanation (explain concept)))
    (when explanation
          (cache concept explanation)))))

; some procedures omitted

(define (explain concept)
  ;; to explain a concept requires programming it to the previous AI
  ;; programming is a subset of theorem proving
  (theorem-prover (make-programming-problem (previous-ai) concept)
          (lambda (explanation _ _ _ _) ;; success
            explanation)
          (lambda () ;; failure
            #f)))

; some procedures omitted

(define (consciousness)
  (understand? consciousness))

Name: Anonymous 2011-07-08 1:22

>>1
Scheme
No thanks. I'm not a freshman anymore.

Name: Anonymous 2011-07-08 1:34

>>2
u so cool

Name: Anonymous 2011-07-08 2:05

>>2
To think that scheme is for freshman.... utterly pathetic.

Name: Anonymous 2011-07-08 2:08

>>1
Show us an example of how to use this thing.

Name: Anonymous 2011-07-08 2:10

>>5
database query languages based on logic programming are pretty boss

Name: Anonymous 2011-07-08 2:54

That may be a bit too high-level, but that may also be what you intended.
General intelligences such as ourselves just work with continuous input data streams coming from the environment (senses) which are then compressed(hashed) based on spatial and temporal contexts into smaller chunks ("thoughts") which are themselves subject to the same 'function/procedure' and so on, up the hierarchy of our neocortex, until all data/sensory input has been integrated into coherent thought patterns, all this is done in real-time, while data is also being fed to the environment (motor control) which of course alters what is being sensed. The cortex ends up building associations and patterns, patterns of patterns (... of patterns). This is all a continuous process, with the neurons expressing both what is predicted (expected, thought, imagined, ...) to happen next (what the next/expected pattern will be) based on the context (currently firing neurons).

Name: Anonymous 2011-07-08 18:05

Classical AI Programming

CAIP

Name: Anonymous 2011-07-08 18:38

>>1
fuck your shitty language

Name: Anonymous 2011-07-08 21:54

Name: Anonymous 2011-07-09 3:36

>Welcome to the website of the MIT Anime Club. We are a non-profit MIT student organization dedicated to increasing the awareness of anime, or Japanese animation, in the MIT community.

Name: Anonymous 2011-07-09 3:51

mini bump

Name: Anonymous 2011-07-09 7:40

ӼѦԆϞ

Name: Anonymous 2011-07-09 13:51

>>10
anime.scripts.mit.edu
Seriously?

Name: Anonymous 2011-07-09 21:43

>>14
This may surprise you, but nerds like anime.

Name: Anonymous 2011-07-10 8:23

sage

Name: Anonymous 2011-07-10 8:42

>>15
WHAAAAAAAAAAAAT!!!

Name: Anonymous 2011-07-10 9:06

>>15
Fuck, no way I'm gonna believe that.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List