Giter Club home page Giter Club logo

catg's Introduction

bitsofcotton/catg

Categorize series of inputs into rough QR unitary matrices.

Contexts

There exists support vector machine and so on to categorize vector series.
So this is another categorizer on vector series. (I didn't searched well, so might be preceding results exist.)

How to use

const auto cg(crush<double>(std::vector<SimpleVector<double> >(...),
 or we can do:crushWithOrder<double>(std::vector<double>(...),
  /* some status size (see below) */,
  /* count of blocks? (see below) */));
// cg[/* index */].first  : divided vector itself.
// cg[/* index */].second : divided vector indices.

How to use (commandline)

./catg <status dimension> <count> < data.txt
# status dimension < 0 for pairwise divide left part.
# count <  - 1 for each sorted divide.
# count == - 1 for each sorted divide, divide to sqrt(num).
# count == 0 for divide to sqrt(num).
# count >= 1 for divide at most count parts.

Description

We solve max_(n,t) min_k|A^t*n+1*t|_k / ||[n t]|| multiple times on invariant of makeProgramInvariant.

Tips on XXX

We categorize by multiple of the meaning on input stream or by complexity of input calculation. So if input stream can be described by f(x) g(x) == 0, it's not separatable by this catg program. In such case, we need to separate by multiple of p1 copy structure then, we need simple NAND gate program factorization.

Tips on XXX (2)

We treat all input dimension as meaningful. So if it's not so, the no bias causes orthogonal to categorize.

Another Download Sites

Real close

2023/03/13 try to real close. 2023/03/24 code clean. 2023/03/31 merge prand. 2023/04/02 fix CatG::CatG score calculation. 2023/04/03 merge. 2023/04/05 fix makeProgramInvariant scale accuracy stability. 2023/04/21 shapeup around make/revert ProgramInvariant, algorthm changed. 2023/08/02 crush to the last. 2023/10/30 copy structure reliably with randtools meaning. 2023/11/15 update readme. close.

catg's People

Contributors

bitsofcotton avatar

Watchers

 avatar  avatar

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.