Skip to content

This repository contains sample code in Keras for a (CNN|BiLSTM)-BiLSTM-CRF for sequence labeling tasks. It has being developed for a tutorial and its objetive is purely educational.

License

Notifications You must be signed in to change notification settings

mit0110/simpleSequenceClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sequence Labeling

This repository contains sample code in Keras for a (CNN|BiLSTM)-BiLSTM-CRF for sequence labeling tasks. It has being developed for a tutorial and its objetive is purely educational.

Data

The original dataset was uploaded to Kaggle, along with a vanilla LSTM implementation. We have also hosted it into the UNC servers:

Requirements

To run the network, we recommend you to use python 3.5 and install

  • Keras 2.1.5
  • scikit-learn 0.19.1
  • pandas 0.23.0
  • seaborn

About

This repository contains sample code in Keras for a (CNN|BiLSTM)-BiLSTM-CRF for sequence labeling tasks. It has being developed for a tutorial and its objetive is purely educational.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published