Coder Social home page Coder Social logo

ml-msc's People

Contributors

migueldsw avatar

Stargazers

Felipe Caetano avatar

Watchers

 avatar

Forkers

domingos108

ml-msc's Issues

Compute Dissimilarity Matrix

Compute the dissimilarity matrix of a given dataset.
Input: m instances (n-dimensional).
Output: Dissimilarity Matrix (mxm).
Adopt Euclidean distance.

Algorithm initialization

t <- 0
G = (g_1, ... , g_K) } vector of medoid vectors
g_k = random distinct medoid
/\ = (.\ _1 , ... , .\ _K ) } vector of relevance weight vectors
.\ _k = (1,...,1)
U = (u_1, ..., u_n ) } vector of membership degree vectors

u_t = J(v_t) = J(G, /\ , U)

n/0 in eq. (6) calc.

"divide by zero" in eq. (6) -> getInitialVectorOfMembershipDegreeVectors(E,K)

RuntimeWarning: divide by zero encountered in double_scalars
u_i_k = ( argSum ** (1./(m-1.)) ) ** -1.

Run MVFCMddV tests

Run the algorithm, using the multiple features data set.
Adopting:
K = 10; m = 1.6 ; T = 150 ; e = 10¹⁰

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.