All Projects → vsraptor → bbhtm

vsraptor / bbhtm

Licence: other
bare bone Hierarchial Temporal Memory

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bbhtm

n-grammer-pytorch
Implementation of N-Grammer, augmenting Transformers with latent n-grams, in Pytorch
Stars: ✭ 50 (+257.14%)
Mutual labels:  memory
AllYourMemoriesAreBelong2iOS
💪 Simulate iOS on-device memory warnings like a hero.
Stars: ✭ 17 (+21.43%)
Mutual labels:  memory
kvs
Highly available distributed strong eventual consistent and sequentially consistent storage with search
Stars: ✭ 15 (+7.14%)
Mutual labels:  distributed
NDTensors.jl
A Julia package for n-dimensional sparse tensors.
Stars: ✭ 28 (+100%)
Mutual labels:  sparse
nrsc5-dui
An enhanced, user-friendly version of nrsc5-gui that is not heavily dependent upon Python processing for audio generation.
Stars: ✭ 49 (+250%)
Mutual labels:  sdr
v6d
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF)
Stars: ✭ 557 (+3878.57%)
Mutual labels:  distributed
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (+135.71%)
Mutual labels:  sdr
ipns-link
Expose local http-server (web-app) through IPNS
Stars: ✭ 18 (+28.57%)
Mutual labels:  distributed
gr-ccsds
GNU Radio module for Reed Solomon coded CCSDS frames
Stars: ✭ 32 (+128.57%)
Mutual labels:  sdr
1bitSDR
Minimal SDR with Lattice MachXO2 FPGA. And a port to Cyclone3 by Steven Groom
Stars: ✭ 53 (+278.57%)
Mutual labels:  sdr
Java-Memory-Manipulation
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
Stars: ✭ 51 (+264.29%)
Mutual labels:  memory
sparse dot
Python wrapper for Intel Math Kernel Library (MKL) matrix multiplication
Stars: ✭ 38 (+171.43%)
Mutual labels:  sparse
Watch-Attend-and-Parse-tensorflow-version
This is a tensorflow-based version of JianzhuZhang's Watch Attend and Parse model
Stars: ✭ 19 (+35.71%)
Mutual labels:  distributed
nested
A memory efficient container for rust nested collections
Stars: ✭ 28 (+100%)
Mutual labels:  memory
agent-python
Official python agent for using the distributed hashcracker Hashtopolis
Stars: ✭ 39 (+178.57%)
Mutual labels:  distributed
Ray2
Orleans-based CQRS event-driven framework. distributed, ultra-high performance
Stars: ✭ 19 (+35.71%)
Mutual labels:  distributed
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (+107.14%)
Mutual labels:  memory
rs-process-memory
A rust library that allows you to read/write into the memory of other processes
Stars: ✭ 63 (+350%)
Mutual labels:  memory
leafserver
🍃A high performance distributed unique ID generation system
Stars: ✭ 31 (+121.43%)
Mutual labels:  distributed
webpack-plugin-ramdisk
🐏 A webpack plugin for blazing fast builds on a RAM disk / drive
Stars: ✭ 118 (+742.86%)
Mutual labels:  memory
Documentation : check docs directory OR igrok.site

bbhtm

bare bone Hierarchial Temporal Memory (bbHTM)

What is this ?

This is description and implementation of Hierarchial Temporal Memory (HTM). HTM is a theory of the neuro-cortex part of the brain tailored toward software implementation.

How to install ?

# apt-get install python-numpy
# apt-get install python-matplotlib
# apt-get install python-scikits-learn
# pip install bitarray
# 

# git clone [email protected]:vsraptor/bbhtm.git bbhtm

How to test ?

#cd bbhtm/lib
#ipython --pylab

> sys.path.append('test')
> from data_test import *
> dt = DataTest(data_set='ny')
> dt.new_test(name='5x300', nrows=5, data_size=300)
> dt.first.run(end=1000)
> dt.first.plot_data()
Documentation : check docs directory OR igrok.site
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].