GithubHelp home page GithubHelp logo

keras-ngram-embedding's Introduction

Keras ngram embedding

Train a text embedding from scratch, using Keras! The text is broken down into pairs of words, and whether those words ever appear within a one-sided window of n words.

For example, given the text Alice was beginning to get very tired of sitting by her sister on the bank, and a window of 2 words, we might get samples:

[[Alice, was], True] [[Alice, beginning], True] [[Alice, tired], False]

Quick start

To create an embedding, just do the following:

# Set up Anaconda virtual environment
conda env create -f environment.yml --force

# Activate Anaconda virtual environment
source activate thesaurus

# Run code
cd bin/
python main.py

Repo structure

  • bin/main.py: Code entry point

Python Environment

Python code in this repo utilizes packages that are not part of the common library. To make sure you have all of the appropriate packages, please install Anaconda, and install the environment described in environment.yml (Instructions here, under Use environment from file, and Change environments (activate/deactivate)).

Contact

Feel free to contact me at 13herger <at> gmail <dot> com

keras-ngram-embedding's People

Contributors

bjherger avatar

Watchers

James Cloos 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.