Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 771 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 771 Bytes

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