ITU-GeoAI-Challenge / GeoAI-Challege-Location-Mention-Recognition-BiLSTM-CRF-solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoAI-Challege-Location-Mention-Recognition-BiLSTM-CRF-solution

Submitted by: Nabarup Maity(nabarupmaity@gmail.com)
Challenge link: https://zindi.africa/competitions/geoai-challege-location-mention-recognition-from-social-media

Kindly refer the notebooks for detailed solution I have tried to make it easy readable.

Data standards:

Dependencies:

  • Spacy en_core_web_sm model(python -m spacy download en/ python -m spacy download en_core_web_sm)
  • Jsonlines(!pip install jsonlines)
  • plot_keras_history(!pip install plot_keras_history)
  • tensorflow_addons(!pip install tensorflow_addons)

Happy learning !!

About


Languages

Language:Jupyter Notebook 100.0%