summaryrefslogtreecommitdiff
path: root/intellect-framework-from-internet/project.scm
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-10 18:05:43 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-10 18:05:43 -0800
commit3223a360d0e70f75497aecf8c033a4f987335b5b (patch)
treec34e5ed5d7aa83513447644b4774c0449336657f /intellect-framework-from-internet/project.scm
parent26c980d302adce8e3d802cb8db8ab1c69d58ce1a (diff)
downloadstandingwithresilience-3223a360d0e70f75497aecf8c033a4f987335b5b.tar.gz
standingwithresilience-3223a360d0e70f75497aecf8c033a4f987335b5b.zip
I'm confused and am handling multiple unexpected systems issues
Diffstat (limited to 'intellect-framework-from-internet/project.scm')
-rw-r--r--intellect-framework-from-internet/project.scm83
1 files changed, 0 insertions, 83 deletions
diff --git a/intellect-framework-from-internet/project.scm b/intellect-framework-from-internet/project.scm
deleted file mode 100644
index 3e7d69f..0000000
--- a/intellect-framework-from-internet/project.scm
+++ /dev/null
@@ -1,83 +0,0 @@
-; This is our intellect project.
-
-; These lines initialise OpenCog, a dependency.
-; TODO: make makefile to install opencog if needed, and run
-(use-modules (ice-9 readline)) (activate-readline)
-(add-to-load-path "/usr/local/share/opencog/scm")
-(add-to-load-path ".")
-(use-modules (opencog))
-(use-modules (opencog query))
-(use-modules (opencog exec))
-
-; Please change this as you best judge.
-; Please talk with us.
-; Please try this out, safely, as you best judge, and let us know how it goes.
-
-; cog-execute:
-; atoms can have dual meaning, knowledge and behavior
-; if a process results in an atom, it is remembered in the current context
-; context is an AtomSpace
-
-; concept: application to whole process
-; concept: generalization of habit
-; concept: presenting habit as proposal
-
-(holy fuck)
-(pretty sure you can type like this karl)
-(pretty sure you will eventually figure that out)
-
-; too bad ben didn't
-; let's put human-langugae comments prior to patterns
-
-; one of the issues was fear-of-private AI. so intro words help.
-; one issue is "this is too much like a brain. are we mind-control?" i think it's trying to prevent copies.
-
-; ignoring below for now ... hearing it doesn't matter, but probably lots of work went in
-; good thought
-
-; concept made from simple parts that nurture themselves
-
-; define a part: (define name (ConceptNode "Name"))
-
-; PROBLEM: need a way to make custom link
-; PROBLEM: plans not found, making anew
-
-
-; component: urgency to continue & reference across time
-; component: pattern recognition
-; component: brainstorming to produce matching
-; component: generalization
-; component: write steps in terms of each other with meaning
-; component: process as data
-
-; component: competition,collaboration,or cooperation of parts, to identify collaborative method
-
-(define habit-urgency (ConceptNode "HabitUrgency"))
- ; habit urgency
- ; step-by-step behavior. do the next step after this one
- ; ^-- to define need to define in terms of self: habit-urgency-steps for habit-urgency are to do-the-next-step.
- ; ^-- can also define in terms of time-relative-to-now. given list of steps, action is one after present one
-
-(define pattern-match (ConceptNode "PatternMatch"))
- ; pattern matching
- ; component: identify that a set of data matches a pattern
- ; component: identify that a pattern matches a set of data
- ; component: _find_ data to match pattern
- ; component: _find_ pattern to match data
-
-
-(define brainstorm (ConceptNode "Brainstorm"))
- ; finds a new set of data that matches a pattern
-
-(define generalization (ConceptNode "Generalization"))
- ; finds a new pattern that matches a set of data
-
-(define test-patternmatch-brainstorm (ConceptNode "TestPatternMatchBrainstorm"))
- ; BRAINSTORM data that matches a pattern from IMAGINARY, RANDOM set
- ; TEST that PATTERNMATCH identifies the data and pattern as matching
-
-
-; write steps in terms of each other with meaning
-; our data is our process & code
-
-