Giter VIP home page Giter VIP logo

Comments (3)

alior101 avatar alior101 commented on May 27, 2024 1

it was with old version.. you probably fixed it already :)

from etaler.

marty1885 avatar marty1885 commented on May 27, 2024

@alior101 I fixed some problem with SpatialPoolerND. But I can't replicate the issue of cells only connecting to cell 0~31.

int main()
{
	SpatialPoolerND sp({128}, 32);
	std::cout << sp.connections() << std::endl;
}

prints

{{ 3  , 4  , 5  , 6  , 8  , 10 , 11 , ...., 25 , 26 , 27 , 28 , 29 , 30 , 31 }, 
 { 1  , 2  , 3  , 4  , 5  , 6  , 9  , ...., 23 , 25 , 26 , 27 , 28 , 29 , 31 }, 
 { 2  , 4  , 5  , 6  , 7  , 9  , 10 , ...., 23 , 25 , 26 , 27 , 28 , 30 , 32 }, 
 ....
 { 94 , 95 , 96 , 97 , 98 , 100, 101, ...., 115, 116, 118, 119, 120, 121, 122}, 
 { 95 , 96 , 97 , 98 , 100, 103, 104, ...., 118, 119, 120, 122, 123, 124, 125}, 
 { 96 , 98 , 99 , 100, 102, 103, 104, ...., 119, 120, 121, 122, 123, 125, 126}}

from etaler.

marty1885 avatar marty1885 commented on May 27, 2024

Roger that :)

from etaler.

Related Issues (20)

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.