The Power of Language, Ideological Conformity, and Consumer Skepticism

Reinforcement, a learning mechanism based on reward and punishment to sculpt the behavior of dogs, children, employees, etc., produces individuals that suppress behavior which is incorrect for a given context. Long-term, they conform to a set of rules dictating what is good within a given system. The desires or goals of the individuals converge to … Continue reading The Power of Language, Ideological Conformity, and Consumer Skepticism

Unsupervised Hierarchical Feature Learning

Introduction and OverviewAn unsupervised hierarchical feature learning system is an unsupervised learning algorithm for extracting, recognizing, and predicting patterns online. It generates a hierarchy of patterns, each a composition of lower level features and learned through observations of streaming data. A pattern represents a state, and the lowest level state at any given time is … Continue reading Unsupervised Hierarchical Feature Learning

A Predictive Unsupervised Neural Network w/ Spike-Timing Dependent Plasticity

A spike-timing dependent plasticity (STDP) network is a neural network that uses unsupervised learning to build a predictive model of the world. The learning algorithm that adjusts the weights in an STDP network is an online iterative algorithm that functions as a sort of expectation-maximization process. For each neuron in a network, the elapsed time … Continue reading A Predictive Unsupervised Neural Network w/ Spike-Timing Dependent Plasticity

Concurrent Learning Mechanisms to Boost Higher Intelligence

Different methods of learning are used to shape the many layers of the brain. This is not the way that standard applications of artificial intelligence seemingly modeled after the brain work, however. In almost all cases, the learning algorithms used today exhibit one or two basic processes that are capable of dealing with specific problems, … Continue reading Concurrent Learning Mechanisms to Boost Higher Intelligence

A Path to Higher Intelligence through Mental Modeling

Describing states and events sufficiently is a problem overcome by all existing intelligent beings, and will be faced by all of those to come in the future. States, put simply, are collections of features arranged in a certain way that are used to describe potential configurations of the observable world. In biological systems, features originate … Continue reading A Path to Higher Intelligence through Mental Modeling

Integrate-and-Fire Neural Networks for Intelligent Agents

View Code IAF Networks An Integrate-and-fire (IAF) network is a neural network that functions in real-time and resembles the functionality of a biological neural network more closely than traditional ANNs. IAF networks are well-suited for applications involving online environments because they are unsupervised and learn continuously. Specifically, these networks are designed for intelligent agent applications … Continue reading Integrate-and-Fire Neural Networks for Intelligent Agents

Foundations of Neural Systems

1. Introduction and Thesis Neural systems are complex adaptive systems that are designed around the functional and structural properties observed in the mind, particular the human mind. The organizational principles behind their designs are based on observations within biological, neurological and psychological frameworks. The goal of constructing such systems is to produce applicable machines that … Continue reading Foundations of Neural Systems

Online Batch Learning

Overview online batch learning is an algorithm for unsupervised learning that mimics the process of batch learning entirely online. OBL enables continuous improvement while taking advantage of powerful techniques utilized in offline machine learning. the primary goal of OBL is to form a foundation on which to build intelligent agent architectures, whose ability to create … Continue reading Online Batch Learning

An Intelligent Agent that Builds High-Level Models to Maximize Fitness

the following lays out a framework for an adaptive decision-making agent that constructs models of the world to behave intelligently and maximize its fitness. models and decisions models are structures that represent situational and behavioral patterns. actions that lead to changes in an environment are equivalent to state transitions or paths between differing scenarios. decision-making … Continue reading An Intelligent Agent that Builds High-Level Models to Maximize Fitness

Artificial Intelligence and Type Theory

In this post, I begin to outline an intelligent agent architecture that utilizes concepts from intuitionistic type theory to learn, retain, and reason about its knowledge of the world. 1. InformationComposite types are sets of strings that identify primitive constructors, i.e. functions that return objects of specific data types that are fundamentally built-in (e.g. integers, … Continue reading Artificial Intelligence and Type Theory