Coder Social home page Coder Social logo

crf-chain1-constrained's People

Contributors

kawu avatar tindzk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tindzk

crf-chain1-constrained's Issues

Simplify training function (R0 construction method)

The R0 construction method supplied to the training function can be of the type

SentL a b -> Set b

instead of:

[SentL a b] -> Set b.

Then we can union results gathered for individual sentences. The same applies to the feature selection.

Explicit (Feature -> Ix) map not needed for tagging

The (Feature -> Ix) map is used during the training process, but it is not needed for label tagging. It would be great if we could (optionally) get rid of the map, because it probably takes a lot of memory. To consider:

  • Is it possible to represent the use of the map on the type level?
  • Is it possible to restore the map on the basis of the rest of the model representation?

Share restrictions

Constraints can be shared between different words during the training process. Pros:

  • Easier interface, since there would be no reason to treat unknown words in any special way.
  • Sharing would give higher memory usage reduction -- now only constraints imposed over unknown words are shared.

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.