GithubHelp home page GithubHelp logo

hmcalister / hopfield-network-sequential-learning Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 23.07 MB

An implementation of the Hopfield network in Python. Includes a lot of additional classes, functions, and structures to test Sequential Learning, Energy, and other properties of the Hopfield Network.

Python 100.00%
artificial-intelligence catastrophic-forgetting hopfield-network hopfield-neural-network sequential-learning

hopfield-network-sequential-learning's Introduction

Hopfield Network: Sequential Learning

This is a very abstract implementation of a Hopfield network. The abstractions taken here are:

  • Hopfield Network (To allow for different networks, like binary [0,1] or bipolar [-1,1])
  • Energy Function (To define different energy functions to decide if a unit is stable)
  • Learning Rule (To create different weight matrices when learning, which can help increase capacity)
  • Update Rule (To update the network in different ways, which can help with stability)
  • Activation function (To investigate how continuous states, as well as gradients during updates)

This implementation is intended to investigate sequential learning. Therefore, we also implement some more abstractions in the TaskPatternManager which allows for different patterns to be made for each task.

This project is a work in progress. There are many bugs and some methods may be refactored or greatly changed in future!

hopfield-network-sequential-learning's People

Contributors

hmcalister avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.