Coder Social home page Coder Social logo

nupic-mouse's Introduction

nupic-mouse

A maze-running mouse using the NuPIC cortial learning algorithm (CLA).

The code was written during the NuPIC Fall 2013 Hackathon in San Francisco, CA.

A demonstration of the project may be seen in the demo video.

The purpose of the project was to demonstrate how a hypothetical situation may be evaluated with a model. I characterized this as giving the CLA an imagination. A slow, prototype form of the idea is coded in learn/imagination.py. Look at mouse/mice.py (choose-best-move) for example usage. The gist is to provide a list of functions, each of which are applied to a copy of the original model to produce a prediction. The set of predictions (one per function) are returned.

Usage

Examine the main.py file to see the command-line arguments. Run either the 'dumb' or the 'smart' mouse with a few training and test iterations, as specified on the command-line.

Notable Changes

Since the demo, the main change is that the initial location within the maze is randomized.

TODO

  • Use a bigger, more interesting maze
  • Provide a visualization of the maze and the mouse's movement (perhaps using curses module)
  • Tweak the CLA model parameters

nupic-mouse's People

Contributors

eronwright avatar

Watchers

James Cloos avatar Josh Rose 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.