Git Product home page Git Product logo

Comments (10)

haifengl avatar haifengl commented on May 3, 2024

The first phase of RBF networks is just k-means. If you need only that, why not just use k-means?

from smile.

ashrafs avatar ashrafs commented on May 3, 2024

Kmeans need predefined number of cluster and its one from disadvantages.
Affinity Propogation used to cluster all data after that I use rbf neural for train all cluster alone.
Ii implement all one from components in graph above .
My Qz how I can integrate this part?
Any code integrate between cluster and train all one from cluster with rbf nn will be helpful

from smile.

haifengl avatar haifengl commented on May 3, 2024

K-means inside rbf networks still needs the number of clusters. The trainer class has a method setNumCenters(int) to set it.

from smile.

ashrafs avatar ashrafs commented on May 3, 2024

I can use just one cluster algorithm
I use affinity propagation for cluster data at first .
and I can use same algorithm in rbf with predefined centroid to build gaussian
thats correct?

from smile.

haifengl avatar haifengl commented on May 3, 2024

Yes, you can use predefined centroids. When creating a RBFNetwork instance, you can provide them in the constructor.

from smile.

ashrafs avatar ashrafs commented on May 3, 2024

If I train all one from cluster in rbf neural network .
in this case all cluster have one centroid?

from smile.

haifengl avatar haifengl commented on May 3, 2024

I don't understand your question. It is not valid english. sorry.

from smile.

ashrafs avatar ashrafs commented on May 3, 2024

I ask about
after use cluster algorithm for data
Each one will have just one centroid in this case?

from smile.

haifengl avatar haifengl commented on May 3, 2024

For many partitioning clustering algorithms (e.g. k-means), each cluster has just one centroid.

from smile.

ashrafs avatar ashrafs commented on May 3, 2024

Thank you

from smile.

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.