Skip to content

bocribbz/multilayer-perceptron-char-language-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multilayer perceptron char language model

Based on Bengio et al. 2003 paper.

Continuing the exploration of https://github.com/bocribbz/bigram-char-language-model

MLP

In the paper, the proposed solution uses words, but we'll be using characters. Each word is associated with a 30 dimensional feature vector. In the beginning the words are initialised completely randomly, but then we are going to tune these embeddings of words using back propagation. Words that have similar meaning would end up in one part of the space and words that mean different things would land on different parts of the space.

About

Multilayer perceptron char language model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published