Pinned Repositories
Algorithm
Java 排序算法知识点总结
awesome-resume
包含简历常用例句
Bidirectional-LSTM-CRF-for-Clinical-Concept-Extraction
Bidirectional LSTM-CRF for Clinical Concept Extraction using i2b2-2010 data
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
chinese_law_evidence_extraction
interesting
my some code util
JBLACN
source code and dataset for JBLACN
PointerNetworkchunkingAndTagging
text_information_extraction_ch
Chinese Law Information Extraction Project, using Text CNN and LSTM-CRF
Justprogramer's Repositories
Justprogramer/text_information_extraction_ch
Chinese Law Information Extraction Project, using Text CNN and LSTM-CRF
Justprogramer/JBLACN
source code and dataset for JBLACN
Justprogramer/PointerNetworkchunkingAndTagging
Justprogramer/interesting
my some code util
Justprogramer/Algorithm
Java 排序算法知识点总结
Justprogramer/awesome-resume
包含简历常用例句
Justprogramer/Bidirectional-LSTM-CRF-for-Clinical-Concept-Extraction
Bidirectional LSTM-CRF for Clinical Concept Extraction using i2b2-2010 data
Justprogramer/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
Justprogramer/chinese_law_evidence_extraction
Justprogramer/cnn-lstm-bilstm-deepcnn-clstm-in-pytorch
In pytorch Learing Neural Networks likes CNN、LSTM、BiLSTM、DeepCNN 、CLSTM、CNN and LSTM
Justprogramer/fnlp
https://github.com/FudanNLP/fnlp
Justprogramer/free-programming-books
:books: Freely available programming books
Justprogramer/go-stress-testing
go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
Justprogramer/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Justprogramer/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 新词发现 短语提取 自动摘要 文本分类 拼音简繁
Justprogramer/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Justprogramer/NCRFpp
NCRF++, an Open-source Neural Sequence Labeling Toolkit. It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components. (ACL 2018 demo paper)
Justprogramer/piechart-panel
Pie Chart Panel Plugin
Justprogramer/Pointer-Networks
Pointer Networks is a new neural architecture to learn the conditional probability of an output sequence with elements that are discrete tokens corresponding to positions in an input sequence.
Justprogramer/Relation-Extraction-using-CNN
A Chainer implementation of a Convolutional Network model for relation classification in the SemEval Task 8 dataset. This model performs Multi-Way Classification of Semantic Relations Between Pairs of Nominals in the SemEval 2010 task 8 dataset.
Justprogramer/roop
one-click deepfake (face swap)
Justprogramer/simple-neural-network
A simple Python script showing how the backpropagation algorithm works.