Sign inSign up

3rdman/htm.core-jupyter

By 3rdman

Updated over 6 years ago

Jupyter Notebook with htm.core

Image
0

1.7K

3rdman/htm.core-jupyter repository overview

Summary

This image is based on scipy-notebook and provides the Jupyter Notebook web application along with the Python 3 htm.core package installed. Htm.core is the actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC.

For more information about htm.core please have a look at one of the following pages:

The image contains most of the python examples from the htm.core GitHub repository, plus the code to follow these tutorials: Hierarchical Temporal Memory – getting started and htm.core parameters – Single Order Sequence Memory.

A more detailed explanation of how to run the included htm.core examples can be found here

Getting started

Create and run a new container from the latest image via:

docker run -d -p 8888:8888 --name jupyter 3rdman/htm.core-jupyter:latest

If you want to also expose the port of the simple rest server use:

docker run -d -p 8888:8888 -p 8050:8050 --name jupyter 3rdman/htm.core-jupyter:latest

For your connection token/URL check the logs, using the following command:

docker logs -f jupyter

The examples from 3rdman.de and the ones that come with htm.core are located in their related sub-folders.

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

over 6 years ago

docker pull 3rdman/htm.core-jupyter