GithubHelp home page GithubHelp logo

hopfield's Introduction

Hopfield Network

Overview

Hopfield Network is an auto-associative memory. It is a neural network that can remember data and reduce noise. This network is similar to a human brain that can remember objects and recall them from different states. For example, if our friends dress differently, we would still recognize them. This is an implementation of the Hopfield Network, and the architecture is demonstrated in figure 1.

(Figure 1. The architecture of a Hopfield Network.)

Setup

This experiment requires NumPy and Matplotlib.

Demonstration

We train the model with an image of a heart, as seen in figure 2.

(Figure 2. Original data point. An image of a heart.)

We add noise to the heart and re-create it to its original state using a Hopfield Network. The result is demonstrated in figure 3.

(Figure 3. Adding noise to the original image and using Hopfield Network to re-create it to its original state. The image is re-created using asynchronous update and each state is annotated with the current step.)

Testing

To test the model, navigate to the repository in your terminal and type:

python experiment.py

hopfield's People

Contributors

majdjamal 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.