BiLSTM-CRF

Outline
The article series will include:

Introduction - the general idea of the CRF layer on the top of BiLSTM for named entity recognition tasks
A Detailed Example - a toy example to explain how CRF layer works step-by-step
Chainer Implementation - a chainer implementation of the CRF Layer
Who could be the readers of this article series?
This article series is for students or someone else who is the beginner of natural language processing or any other AI related areas, I hope you can find what you do want to know from my articles. Moreover, please be free to provide any comments or suggestions to improve the series.

Prior Knowledge

参考:
https://zhuanlan.zhihu.com/p/44042528
https://createmomo.github.io/2017/09/12/CRF_Layer_on_the_Top_of_BiLSTM_1/
https://blog.csdn.net/Wangpeiyi9979/article/details/89599009

你可能感兴趣的:(Python,python)