home.social

#themeoneprogram — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #themeoneprogram, aggregated by home.social.

  1. Theme One Program • Motivation 1
    inquiryintoinquiry.com/2024/06

    The main idea behind the Theme One program is the efficient use of graph‑theoretic data structures for the tasks of “learning” and “reasoning”.

    I am thinking of “learning” in the sense of learning about an environment, in essence, gaining information about the nature of an environment and being able to apply the information acquired to a specific purpose.

    Under the heading of “reasoning” I am simply lumping together all the ordinary sorts of practical activities which would probably occur to most people under that name.

    There is a natural relation between the tasks. Learning the character of an environment leads to the recognition of laws which govern the environment and making full use of that recognition requires the ability to reason logically about those laws in abstract terms.

    Resources —

    Theme One Program • Overview
    oeis.org/wiki/Theme_One_Progra

    Theme One Program • Exposition
    oeis.org/wiki/Theme_One_Progra

    Theme One Program • User Guide
    academia.edu/5211369/Theme_One

    Survey of Theme One Program
    inquiryintoinquiry.com/2024/02

    #ThemeOneProgram #Learning #Reasoning
    #Logic #LogicalGraphs #FormalLanguages
    #Algorithm #DataStructure #GraphTheory
    #Peirce #PragmaticSemioticInformation
    #Empiricism #Rationalism #Pragmatism

  2. Survey of Theme One Program • 6
    inquiryintoinquiry.com/2024/02

    This is a Survey of resources for the Theme One Program I worked on all through the 1980s. The aim was to develop fundamental algorithms and data structures for integrating empirical learning with logical reasoning. I had earlier developed separate programs for basic components of those tasks, namely, two‑level formal language learning and propositional constraint satisfaction, the latter using an extension of C.S. Peirce's logical graphs as a syntax for propositional logic. Thus arose the question of how well it might be possible to get “empiricist” and “rationalist” modes of operation to cooperate. The long-term vision is the design and implementation of an Automated Research Tool able to double as a platform for Inquiry Driven Education.

    Please follow the above link for the full set of resources.
    A collection of articles on the core ideas is linked below.

    Wiki Hub —

    Theme One Program • Overview
    oeis.org/wiki/Theme_One_Progra

    Documentation —

    Theme One Program • Pascal Source Code
    academia.edu/5210987/Theme_One

    Theme One Program • User Guide
    academia.edu/5211369/Theme_One

    Theme One Program • Exposition
    oeis.org/wiki/Theme_One_Progra

    Applications —

    Applications of a Propositional Calculator • Constraint Satisfaction Problems
    academia.edu/4727842/Applicati

    Exploratory Qualitative Analysis of Sequential Observation Data
    oeis.org/wiki/User:Jon_Awbrey/

    References —

    An Architecture for Inquiry • Building Computer Platforms for Discovery
    academia.edu/1270327/An_Archit

    Exploring Research Data Interactively • Theme One : A Program of Inquiry
    academia.edu/1272839/Exploring

    #Peirce #Logic #LogicalGraphs #ThemeOneProgram
    #BooleanSatisfiability #DeclarativeProgramming

  3. Survey of Theme One Program
    inquiryintoinquiry.com/2023/03

    This is a Survey of resources for the Theme One Program I worked on all through the 1980s. The aim was to develop fundamental algorithms and data structures for integrating empirical learning with logical reasoning. I had earlier developed separate programs for basic components of those tasks, namely, 2-level formal language learning and propositional constraint satisfaction, the latter using an extension of C.S. Peirce's logical graphs as a syntax for propositional logic. Thus arose the question of how well it might be possible to get “empiricist” and “rationalist” modes of operation to cooperate. The long-term vision is the design and implementation of an Automated Research Tool able to double as a platform for Inquiry Driven Education.

    Please follow the above link for the full set of resources. An initial sample is linked below.

    Wiki Hub —

    Theme One Program • Overview
    oeis.org/wiki/Theme_One_Progra

    Documentation —

    Theme One Program • Pascal Source Code
    academia.edu/5210987/Theme_One

    Theme One Program • User Guide
    academia.edu/5211369/Theme_One

    Theme One Program • Exposition
    oeis.org/wiki/Theme_One_Progra

    Applications —

    Applications of a Propositional Calculator • Constraint Satisfaction Problems
    academia.edu/4727842/Applicati

    Exploratory Qualitative Analysis of Sequential Observation Data
    oeis.org/wiki/User:Jon_Awbrey/

    References —

    An Architecture for Inquiry • Building Computer Platforms for Discovery
    academia.edu/1270327/An_Archit

    Exploring Research Data Interactively • Theme One : A Program of Inquiry
    academia.edu/1272839/Exploring

    #Peirce #Logic #LogicalGraphs #ThemeOneProgram #IdeaProcessor
    #BooleanSatisfiability #CactusLanguage #DeclarativeProgramming

  4. Theme One Program • Discussion 10
    inquiryintoinquiry.com/2023/04

    Re: Seamus Bradley
    web.archive.org/web/2023042220

    ❝I thought of a programming language where every function can only return one type: the return type. The return type is just a wrapper around a struct that contains the actual return value, but also a reference to the called function and arguments, and possibly an error code.❞

    My flashback —

    Way back in the last millennium I started work on a programming style I called an “idea processor”, where an “idea” is a pointer to a “form” and a form is a minimal type of record containing 1 character, 1 number, and 4 more ideas.

    I implemented a functional style where all the main functions are transformations of one or more ideas to a return idea. The principal data type is an “idea-form flag” which serves a role analogous to a “cons cell” in #Lisp.

    Here's one entry point —

    Theme One Program • Exposition 1
    inquiryintoinquiry.com/2022/06

    #Peirce #Logic #LogicalGraphs #ThemeOneProgram #IdeaProcessor
    #CactusLanguage #DeclarativeProgram #FunctionalProgramming

  5. #ThemeOneProgram#JetsAndSharks 3.1
    inquiryintoinquiry.com/2022/09

    Using #CactusGraphs or #MinimalNegations to implement pools of #MutuallyInhibitoryNeurons erects #NeuralArchitectures on substantially different foundations from current #Connectionist models. At a high level of abstraction, however, there is enough homology between the 2 orders to compare their performance on many of the same tasks. Thus I was able to try the program on a few examples suggested by #McClelland & #Rumelhart.

    #Logic