Skip to content

mdrafiqulrabin/code_naive_embeddings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code_naive_embeddings

This repository contains the code for obtaining naive embeddings (i.e., sequence of characters/tokens) and training the sequence-based Multilayered Bidirectional GRU model.


Structure

├── config.py          # Define path/parameters for data/model
├── helper.py          # Helper fucntions: log/track/vocab
├── main.py            # Load data, Create Vocabulary, and Run Model 
├── model_handler.py   # Multilayered Bidirectional GRU model
├── token_encoder.py   # Input encoder: OneHot/GloVe/MethodToken

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages