Skip to content

This repository contains the code for a NMT made from scratch without the use of any libraries other than numpy.

Notifications You must be signed in to change notification settings

zbkruturaj/NeuralMachineTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NeuralMachineTranslator

This repository contains the code for a NMT made from scratch without the use of any libraries other than numpy.

The CBOW.py is an implementation of continious bag of words. It uses tricks like Hirerchical softmax to train word embeddings pretty quickly.

The plan of the project is to implement a NMT using Convolutional Neural Networks and the word embeddings trained by CBOW.py

About

This repository contains the code for a NMT made from scratch without the use of any libraries other than numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages