Giter VIP home page Giter VIP logo

frictionless's People

Contributors

erzakiev avatar

Stargazers

 avatar  avatar

Watchers

 avatar

frictionless's Issues

Integer overflow in the computation of the cube of ties in case of big samples;

The tie-adjustment factor $t_{ij}^3$ in the denominator of the formula below for the Friedman's statistic
Screen Shot 2022-12-30 at 20 08 56
overflows the int format... Observed when, for example, the number of dropouts (i.e. 0 expression) was tied many times in a big sample of $2700$ cells: $2691$ ties cubed is $19486825371$, which is an order of magnitude bigger than the INT_MAX value which is +2147483647
Screen Shot 2022-12-30 at 20 15 18
Screen Shot 2022-12-30 at 20 03 57

Removing the random seed input variable

It was meant to be a troubleshooting feature that would allow for a precise control of the algorithm, but it is clearly unnecessary (and actually annoying) for the end user

Effective penalization of the objective function to avoid fixing the size of the signature

When the signature size is not fixed at a certain number, we faced a problem of explosive growth of the number of combinations in which a signature can be constructed (the issue is discussed in the study of a similar problem in the case subnetworks).

We tried penalization of the Friedman's S for each sample by dividing it with the number of genes in the solution n exponentiated to some real power alpha [0.1 ... 3]: S'=S/(n^alpha), yet it either produced very big signatures (read half or more of the input gene universe) with the lower values of alpha, or reduced the signatures to the minimum allowed number (3 in our case) in case of higher alphas.

We invite anyone to contribute their ideas on how to properly penalize the statistic so that the signatures don't expand to the totality of the inputted gene space yet don't collapse to the minimum number of genes allowed (i.e. 3).

Making the algorithm avoid redundant searches

With the help of Carola Doerr we can avoid redundant calculations, leading to the same basins of attraction over and over again (which is the case for the current vanilla implementation). She suggested using a hybrid taboo/double verification approach, which is in active development and will be posted shortly along with the details of the approach.

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.