All Projects → finalfusion → Finalfrontier

finalfusion / Finalfrontier

Licence: other
Context-sensitive word embeddings with subwords. In Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Finalfrontier

Sensegram
Making sense embedding out of word embeddings using graph-based word sense induction
Stars: ✭ 209 (+242.62%)
Mutual labels:  word, embeddings
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (+75.41%)
Mutual labels:  word, embeddings
Dutchembeddings
Repository for the word embeddings experiments described in "Evaluating Unsupervised Dutch Word Embeddings as a Linguistic Resource", presented at LREC 2016.
Stars: ✭ 71 (+16.39%)
Mutual labels:  word, embeddings
Lmdb Embeddings
Fast word vectors with little memory usage in Python
Stars: ✭ 404 (+562.3%)
Mutual labels:  word, embeddings
Finalfusion Rust
finalfusion embeddings in Rust
Stars: ✭ 35 (-42.62%)
Mutual labels:  embeddings
Orange3 Imageanalytics
🍊 🎑 Orange3 add-on for dealing with image related tasks
Stars: ✭ 24 (-60.66%)
Mutual labels:  embeddings
Natasha
Solves basic Russian NLP tasks, API for lower level Natasha projects
Stars: ✭ 788 (+1191.8%)
Mutual labels:  embeddings
Docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
Stars: ✭ 735 (+1104.92%)
Mutual labels:  word
Ml Surveys
📋 Survey papers summarizing advances in deep learning, NLP, CV, graphs, reinforcement learning, recommendations, graphs, etc.
Stars: ✭ 1,063 (+1642.62%)
Mutual labels:  embeddings
Word2html
a quick and dirty script to convert a Word (docx) document to html.
Stars: ✭ 44 (-27.87%)
Mutual labels:  word
Dogembeddings
Rare pupper image compression model for word-embedding-esque operations.
Stars: ✭ 30 (-50.82%)
Mutual labels:  embeddings
Tensorflow Triplet Loss
Implementation of triplet loss in TensorFlow
Stars: ✭ 934 (+1431.15%)
Mutual labels:  embeddings
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (-42.62%)
Mutual labels:  word
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+1378.69%)
Mutual labels:  embeddings
Word Checker
🇨🇳🇬🇧Chinese and English word spelling corrector.(中文易错别字检测,中文拼写检测纠正。英文单词拼写校验工具)
Stars: ✭ 48 (-21.31%)
Mutual labels:  word
Awesome 2vec
Curated list of 2vec-type embedding models
Stars: ✭ 784 (+1185.25%)
Mutual labels:  embeddings
Keras Textclassification
中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN, RCNN, DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Transformer-encode, Seq2seq, SWEM, LEAM, TextGCN
Stars: ✭ 914 (+1398.36%)
Mutual labels:  embeddings
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+1552.46%)
Mutual labels:  word
Bpemb
Pre-trained subword embeddings in 275 languages, based on Byte-Pair Encoding (BPE)
Stars: ✭ 909 (+1390.16%)
Mutual labels:  embeddings
Deep Mihash
Code for papers "Hashing with Mutual Information" (TPAMI 2019) and "Hashing with Binary Matrix Pursuit" (ECCV 2018)
Stars: ✭ 13 (-78.69%)
Mutual labels:  embeddings

Crate Docs Build Status

finalfrontier

Introduction

finalfrontier is a Rust program for training word embeddings. finalfrontier currently has the following features:

  • Models:
    • skip-gram (Mikolov et al., 2013)
    • structured skip-gram (Ling et al., 2015)
    • directional skip-gram (Song et al., 2018)
    • dependency (Levy and Goldberg, 2014)
  • Output formats:
    • finalfusion
    • fastText
    • word2vec binary
    • word2vec text
    • GloVe text
  • Noise contrastive estimation (Gutmann and Hyvärinen, 2012)
  • Subword representations (Bojanowski et al., 2016)
  • Hogwild SGD (Recht et al., 2011)
  • Quantized embeddings through the finalfusion quantize command.

The trained embeddings can be stored in the versatile finalfusion format, which can be read and used with the finalfusion crate and the finalfusion Python module.

The minimum required Rust version is currently 1.40.

Where to go from here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].