Douglas R. Miles (TeamSPoon)

TeamSPoon

Geek Repo

Company:@TeamSPoon

Location:https://github.com/logicmoo

Home Page:http://linkedin.com/in/logicmoo

Twitter:@logicmoo

Github PK Tool:Github PK Tool


Organizations
dpndnt
DragonComputer
FRDCSA
glue-ai
logicmoo
opensim4opencog
PlanLogic
radegastdev
SWI-PrologTeamLudumDare32
swi-to-yap

Douglas R. Miles's starred repositories

logica

Logica is a logic programming language that compiles to SQL. It runs on Google BigQuery, PostgreSQL and SQLite.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:1689Issues:37Issues:54

gpt4all_generative_agents

Generative Agents: Interactive Simulacra of Human Behavior using GPT4All free model which runs on CPU

java-to-rust

A command line Java to rust converter

Language:JavaLicense:GPL-3.0Stargazers:64Issues:6Issues:3

blipkit

biological logic programming toolkit

ardour

Mirror of Ardour Source Code

Language:C++License:NOASSERTIONStargazers:16Issues:5Issues:0

reasonable-embeddings

A novel approach to learning concept embeddings and approximate reasoning in ALC knowledge bases with deep neural networks

Language:Jupyter NotebookStargazers:11Issues:2Issues:0

das-poc

Distributed Atomspace.

Language:PythonStargazers:10Issues:0Issues:0

Robot-learning

In developmental robotics, robot learning algorithms generate their own sequences of learning experiences, also known as a curriculum, to cumulatively acquire new skills through self-guided exploration and social interaction with humans. These robots use guidance mechanisms such as active learning, maturation, motor synergies and imitation. Association rules Main article: Association rule learning See also: Inductive logic programming Association rule learning is a rule-based machine learning method for discovering relationships between variables in large databases. It is intended to identify strong rules discovered in databases using some measure of "interestingness".[60] Rule-based machine learning is a general term for any machine learning method that identifies, learns, or evolves "rules" to store, manipulate or apply knowledge. The defining characteristic of a rule-based machine learning algorithm is the identification and utilization of a set of relational rules that collectively represent the knowledge captured by the system. This is in contrast to other machine learning algorithms that commonly identify a singular model that can be universally applied to any instance in order to make a prediction.[61] Rule-based machine learning approaches include learning classifier systems, association rule learning, and artificial immune systems. Based on the concept of strong rules, Rakesh Agrawal, Tomasz Imieliński and Arun Swami introduced association rules for discovering regularities between products in large-scale transaction data recorded by point-of-sale (POS) systems in supermarkets.[62] For example, the rule {\displaystyle \{\mathrm {onions,potatoes} \}\Rightarrow \{\mathrm {burger} \}}\{{\mathrm {onions,potatoes}}\}\Rightarrow \{{\mathrm {burger}}\} found in the sales data of a supermarket would indicate that if a customer buys onions and potatoes together, they are likely to also buy hamburger meat. Such information can be used as the basis for decisions about marketing activities such as promotional pricing or product placements. In addition to market basket analysis, association rules are employed today in application areas including Web usage mining, intrusion detection, continuous production, and bioinformatics. In contrast with sequence mining, association rule learning typically does not consider the order of items either within a transaction or across transactions. Learning classifier systems (LCS) are a family of rule-based machine learning algorithms that combine a discovery component, typically a genetic algorithm, with a learning component, performing either supervised learning, reinforcement learning, or unsupervised learning. They seek to identify a set of context-dependent rules that collectively store and apply knowledge in a piecewise manner in order to make predictions.[63] Inductive logic programming (ILP) is an approach to rule-learning using logic programming as a uniform representation for input examples, background knowledge, and hypotheses. Given an encoding of the known background knowledge and a set of examples represented as a logical database of facts, an ILP system will derive a hypothesized logic program that entails all positive and no negative examples. Inductive programming is a related field that considers any kind of programming language for representing hypotheses (and not only logic programming), such as functional programs. Inductive logic programming is particularly useful in bioinformatics and natural language processing. Gordon Plotkin and Ehud Shapiro laid the initial theoretical foundation for inductive machine learning in a logical setting.[64][65][66] Shapiro built their first implementation (Model Inference System) in 1981: a Prolog program that inductively inferred logic programs from positive and negative examples.[67] The term inductive here refers to philosophical induction, suggesting a theory to explain observed facts, rather than mathematical induction, proving a property for all members of a well-ordered set. Models Performing machine learning involves creating a model, which is trained on some training data and then can process additional data to make predictions. Various types of models have been used and researched for machine learning systems. Artificial neural networks Main article: Artificial neural network See also: Deep learning An artificial neural network is an interconnected group of nodes, akin to the vast network of neurons in a brain. Here, each circular node represents an artificial neuron and an arrow represents a connection from the output of one artificial neuron to the input of another. Artificial neural networks (ANNs), or connectionist systems, are computing systems vaguely inspired by the biological neural networks that constitute animal brains. Such systems "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules. An ANN is a model based on a collection of connected units or nodes called "artificial neurons", which loosely model the neurons in a biological brain. Each connection, like the synapses in a biological brain, can transmit information, a "signal", from one artificial neuron to another. An artificial neuron that receives a signal can process it and then signal additional artificial neurons connected to it. In common ANN implementations, the signal at a connection between artificial neurons is a real number, and the output of each artificial neuron is computed by some non-linear function of the sum of its inputs. The connections between artificial neurons are called "edges". Artificial neurons and edges typically have a weight that adjusts as learning proceeds. The weight increases or decreases the strength of the signal at a connection. Artificial neurons may have a threshold such that the signal is only sent if the aggregate signal crosses that threshold. Typically, artificial neurons are aggregated into layers. Different layers may perform different kinds of transformations on their inputs. Signals travel from the first layer (the input layer) to the last layer (the output layer), possibly after traversing the layers multiple times. The original goal of the ANN approach was to solve problems in the same way that a human brain would. However, over time, attention moved to performing specific tasks, leading to deviations from biology. Artificial neural networks have been used on a variety of tasks, including computer vision, speech recognition, machine translation, social network filtering, playing board and video games and medical diagnosis. Deep learning consists of multiple hidden layers in an artificial neural network. This approach tries to model the way the human brain processes light and sound into vision and hearing. Some successful applications of deep learning are computer vision and speech recognition.[68]

Stargazers:8Issues:0Issues:0

hyperon-pln

Hyperon port of PLN

Language:IdrisLicense:AGPL-3.0Stargazers:5Issues:0Issues:0

metta-morph

Metta-morph (from Metamorphosis): Macro-based MeTTa to (Chicken) Scheme translator.

Language:PythonLicense:MITStargazers:5Issues:0Issues:0

TPTP-ANTLR

ANTLR grammar and Java code for TPTP language family

Language:JavaLicense:BSD-3-ClauseStargazers:3Issues:4Issues:0

narrative-causality

Narrative causality in Celf

Stargazers:2Issues:0Issues:0

biocypher-metta

Knowledge Graph importation that outputs MeTTa scripts using the [Biocypher](https://github.com/biocypher/biocypher) framework

Language:Jupyter NotebookLicense:MITStargazers:2Issues:2Issues:0
Language:Jupyter NotebookStargazers:2Issues:0Issues:0

hyperon-experimental

Experimental Hyperon versions

Language:RustLicense:MITStargazers:2Issues:0Issues:0
Language:PythonLicense:AGPL-3.0Stargazers:2Issues:0Issues:0

Life-stage-obo

C. elegans development ontology

Stargazers:1Issues:0Issues:0

packages-swipl-win

Portable Qt-based console for SWI-Prolog by Carlo Capelli

Language:C++Stargazers:1Issues:0Issues:0

rdet

Runtime determinacy checker for SWI-Prolog

Language:PrologLicense:MITStargazers:1Issues:1Issues:0

space

SWI-Prolog space package

Language:C++Stargazers:1Issues:0Issues:0

das

Distributed Atomspace.

Language:PythonStargazers:1Issues:1Issues:0

ai-dsl

Artificial Intelligence Domain Specific Language (AI-DSL) to enable autonomous interoperability between AI services.

Language:IdrisLicense:MITStargazers:1Issues:1Issues:0

hyperon-pln

Hyperon port of PLN

Language:IdrisLicense:AGPL-3.0Stargazers:1Issues:0Issues:0

sumo

Suggested Upper Merged Ontology (SUMO)

Language:HTMLStargazers:1Issues:3Issues:0

CSharpProlog

A C# implementation of Prolog (port from https://sourceforge.net/p/cs-prolog )

Language:C#License:LGPL-3.0Stargazers:1Issues:0Issues:0

machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.

Language:C#License:MITStargazers:1Issues:0Issues:0

hyperon-pln

Hyperon port of PLN

Language:IdrisLicense:AGPL-3.0Stargazers:1Issues:0Issues:0

Brachylog

A terse declarative logic programming language

Language:PrologLicense:MITStargazers:1Issues:3Issues:0

ProLLog

ProLLog is a llm generative prolog enviroment

License:MITStargazers:1Issues:0Issues:0