GithubHelp home page GithubHelp logo

Comments (2)

rcojocaru avatar rcojocaru commented on June 14, 2024

I think I have managed to understand why you do the clustering directly on the similarity matrix. I had never seen it done this way, but I think it makes sense. This way, for each window, you use its similarity with all the other windows as a set of features on which the final clustering is based. This is what makes the code flexible enough to catch certain patterns from real data. Maybe the auto-similarity (main diagonal of the similarity matrix) is a bit problematic here, as sometimes it can contain very high values - but with many neurons it will not really affect the outcome.

The downside of this method is that some windows will be added to a cluster without actually having similar neuron activity (which is what I think is happening with the extra cluster from the tutorial, which even has 10 windows with 0 active neurons). There will also be "quiet clusters", formed out of windows with very little neuron activity, not necessarily similar in any other way. I see you exclude some of these windows/clusters when you compute the profiles. It might be interesting to use this process to also trim down the clusters members, to know at the end how many windows actually correspond to the cluster profiles obtained.

Anyhow, my initial issue is not really valid, sorry! Feel free to close it.

from spykesim.

KeitaW avatar KeitaW commented on June 14, 2024

Sorry for the late reply. But

The downside of this method is that some windows will be added to a cluster without actually having similar neuron activity (which is what I think is happening with the extra cluster from the tutorial, which even has 10 windows with 0 active neurons). There will also be "quiet clusters", formed out of windows with very little neuron activity, not necessarily similar in any other way. I see you exclude some of these windows/clusters when you compute the profiles. It might be interesting to use this process to also trim down the clusters members, to know at the end how many windows actually correspond to the cluster profiles obtained.

part is surely an interesting enhancement of the feature. Let me take a look at code and see how easy/hard to implement that.

from spykesim.

Related Issues (9)

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.