Coder Social home page Coder Social logo

masterthesis's Introduction

MasterThesis

Neural Sign Language By Learning Tokenization

Tokenization

CNN Training

They produce CNN models.

CNN Feature Extraction

They produce tfrecord and numpy features of the translation dataset. Their form can be right-hand, full frame etc.

NMT Module

It uses OpenNMT-tf library. There are four moddels: Bahdanau, Loung, Transformer, Multi-Source

Training a NMT Module

onmt train_and_eval --model_type [PythonModelFilePath] --config [ConfigYAMLFilePath]

Creating Test and Eval Translation Sentences

Average Models

onmt-average-checkpoints
--model_dir [ModelDirectory]
--output_dir [OutputDirectory]
--max_count 10

Infer Sentences

onmt-main infer
--config conf.yml
--features_file [TestFeatureFilePath]
--predictions_file [OutputPredictonFilePath]
--checkpoint_path [ModelPath(AverageModel)]

Evaluation

Use eval scripts evaluation_utils and pbs Code: evaluation_utils.evaluate(ref_file=,tran_file=, metric=)
Script: python3 pbs.py -reference-file REFERENCE_FILE --baseline-file BASELINE_FILE --sample-size SAMPLE_SIZE

masterthesis's People

Contributors

alpteko avatar

Stargazers

Refik Turkeli avatar utku turk avatar

Watchers

 avatar

masterthesis's Issues

Instructions for replicate the experiment

Kindly tell me how to run the code of your thesis locally on the Windows or Linux machine. If you provide the step by step instructions to run the code it will be a great help. Also tell me where to find the dataset for the experiment and can we use other sign language dataset for this code.

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.