Code Monkey home page Code Monkey logo

htm-tensorflow's People

Contributors

calclavia avatar calclavia0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

htm-tensorflow's Issues

I have some questions

you seems that implement 'The HTM SPatial Pooler- a neocorical algorithm for noline sparse distributed coding' but i can't find Neighbor(i)={j | ||y(i)-y(j)|| < theta, j=|i} ----(4) and (6) (7)
I cant' find part (4), (6), (7)

Does it supports unsupervised online learning?

Hi,

I took a look of the mnist.py and found that was a type of offline supervised learning by using spacial pooling, so I would like to know if there are some examples/ways to support unsupervised online learning as NuPIC did by using your tensorflow implementation?

Regards,
Ming

TypeError: super() takes at least 1 argument (0 given)

@calclavia

I run mnist.py, error happens as follows
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcublas.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcufft.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcurand.so.8.0 locally
Using TensorFlow backend.
Traceback (most recent call last):
File "mnist.py", line 111, in
main()
File "mnist.py", line 43, in main
model = HTMModel()
File "mnist.py", line 29, in init
pooler = SpatialPooler(htm_units, lr=1e-2)
File "/home/wanghz/htm-tensorflow/layers/spatial_pooler.py", line 26, in init
super().init(**kwargs)
TypeError: super() takes at least 1 argument (0 given)

Could you please tell me how to fix it? Thanks

Reference to Numenta papers?

I'm new to computational neuroscience research and am having tough time understanding which Numenta's research papers you used. Can you please give their reference in Readme? That would be really helpful.

Thanks for implementation btw!

how to understand the computation of delta? Thanks

@calclavia I read spatial_pooler.py, and cannot understand line 95, delta = tf.einsum('ij,ik,jk->jk', x_shifted, y, self.connection) / batch_size. what is the mechanism of computing delta p based on x, y and self.connection? Could you give me some clues or hints? Thanks

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.