Skip to content

基于Tensorflow2.0的BiLSTM+CRF算法

Notifications You must be signed in to change notification settings

DYF-AI/BiLSTM_CRF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiLSTM_CRF

基于Tensorflow2.0的BiLSTM+CRF算法

简单总结

BiLSTM+CRF算法和理论CRF算法的实现有点差别,但本质思想肯定是一样的. 算法主要用于解决各种序列标注问题,这里只是对中文分词进行了简单实现,后续有空补上其它序列标注问题的实现.

主要参考

《统计学习方法》

saiwaiyanyu/bi-lstm-crf-ner-tf2.0

About

基于Tensorflow2.0的BiLSTM+CRF算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%