idleuncle's Stars
jlevy/the-art-of-command-line
Master the command line, in one page
mli/paper-reading
深度学习经典、新论文逐段精读
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
lra/mackup
Keep your application settings in sync (OS X/Linux)
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
deeppavlov/DeepPavlov
An open source library for deep learning end-to-end dialog systems and chatbots.
thunlp/OpenNRE
An Open-Source Package for Neural Relation Extraction (NRE)
open-mmlab/mmtracking
OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
momosecurity/aswan
陌陌风控系统静态规则引擎,零基础简易便捷的配置多种复杂规则,实时高效管控用户异常行为。
Determined22/zh-NER-TF
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
crownpku/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
yoonkim/CNN_sentence
CNNs for sentence classification
zjy-ucas/ChineseNER
A neural network model for Chinese named entity recognition
kyzhouhzau/BERT-NER
Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
shangjingbo1226/AutoPhrase
AutoPhrase: Automated Phrase Mining from Massive Text Corpora
shiyybua/NER
基于tensorflow深度学习的中文的命名实体识别
fast-crud/fast-crud
面向配置的crud框架,开发crud 快如闪电,超级表格;Options-oriented crud framework, develop crud as fast as lightning;based on vue3;super table
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
LiyuanLucasLiu/LM-LSTM-CRF
Empower Sequence Labeling with Task-Aware Language Model
zhanzecheng/Chinese_segment_augment
python3实现互信息和左右熵的新词发现
shangjingbo1226/AutoNER
Learning Named Entity Tagger from Domain-Specific Dictionary
srviest/char-cnn-text-classification-pytorch
Character-level Convolutional Neural Networks for text classification in PyTorch
gaussic/tf-idf-keyword
Keyword extraction based on TF-IDF on specific corpus. 基于特定语料库的TF-IDF的中文关键词提取
rainarch/DSNER
Distantly Supervised NER with Partial Annotation Learning and Reinforcement Learning
Rayarrow/New-Word-Discovery
新词发现 基于词频、凝聚系数和左右邻接信息熵
LiyuanLucasLiu/LightNER
Inference with state-of-the-art models (pre-trained by LD-Net / AutoNER / VanillaNER / ...)
scharmchi/char-level-cnn-tf
Implementation of Character-level Convolutional Networks for Text Classification in TensorFlow
abhaikollara/CNN-Sentence-Classification
A tensorflow implementation of Convolutional Neural Networks for Sentence Classification
lc222/char-cnn-text-classification-tensorflow
Character-level Convolutional Networks for Text Classification论文仿真实现
NCXiaozui/New-Word-Detection
新词发现算法(NewWordDetection)