Skip to content

omidrohanian/lstm_mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A simple LSTM network for sequence labelling of web-scraped text

We first extract some text from semanticlaly related and pre-selected articles from Wikipedia, preprocess and run it through an NLTK POS tagger. Then we use these tags as labels and redefine the problem as a sequence labelling task using an LSTM network.

Prerequisites:

sklearn

wikipedia

tensorflow

keras

numpy

nltk

About

A simple LSTM network for sequence labelling of web-scraped text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published