Pinned Repositories
-
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
abseil-cpp
Abseil Common Libraries (C++)
allennlp
An open-source NLP research library, built on PyTorch.
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
FileOperation
Some kind of File operation
GbkToUtf8
提供一种在gbk中文编码到Utf8编码之间的转换
go-pool
golang连接池
Logger
简单的日志管理工具
MemoryPool
简单有效的内存池实现
DavidLiRemini's Repositories
DavidLiRemini/bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
DavidLiRemini/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
DavidLiRemini/uthash
C macros for hash tables and more
DavidLiRemini/BERT-NER
Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
DavidLiRemini/bert-chinese-ner
使用预训练语言模型BERT做中文NER
DavidLiRemini/bert
TensorFlow code and pre-trained models for BERT
DavidLiRemini/QAT_Engine
DavidLiRemini/allennlp
An open-source NLP research library, built on PyTorch.
DavidLiRemini/models
Models and examples built with TensorFlow
DavidLiRemini/brotli
Brotli compression format
DavidLiRemini/funNLP
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术系列报告、自然语言生成、NLP太难了系列、自动对联数据及机器人、用户名黑名单列表、罪名法务名词及分类模型、微信公众号语料、cs224n深度学习自然语言处理课程、中文手写汉字识别、中文自然语言处理 语料/数据集、变量命名神器、分词语料库+代码、任务型对话英文数据集、ASR 语音数据集 + 基于深度学习的中文语音识别系统、笑声检测器、Microsoft多语言数字/单位/如日期时间识别包。
DavidLiRemini/tesseract
Tesseract Open Source OCR Engine (main repository)
DavidLiRemini/dark_magic
合理估算线程池大小及队列数
DavidLiRemini/opinionExtraction
无监督观点聚类。通过依存关系进行观点提取,对观点进行相似度计算,对已经生成的观点聚类
DavidLiRemini/ltp
Language Technology Platform
DavidLiRemini/QATzip
DavidLiRemini/NCRFpp
NCRF++, an Open-source Neural Sequence Labeling Toolkit. It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components. (code for COLING/ACL 2018 paper)
DavidLiRemini/deeplearning4j
Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark - From Skymind
DavidLiRemini/Sentiment-analysis-of-movie-reviews-using-machine-learning-algorithms
Sentiment Analysis is the process of understanding a person’s opinion, expressed using text, to determine the attitude of the person towards the subject. In this project, we are performing sentiment analysis on IMDB movie review dataset. On observing the sentiment expression and extracting the features from the movie reviews, we are classifying the reviews into two classes - positive and negative. A comparative study of various learning algorithms is performed using 5 X 2-cross validation to find the most accurate model for this problem set. We have used two metrics - ROC AUC Score and F1 Score to evaluate the models. Out of all the learning algorithms performed in this project, Logistic Regression was found to have the best ROC AUC Score and F1 Score. We also come to the conclusion that ROC AUC Score and F1 Score correspond well with each other as we have balanced positive and negative reviews.
DavidLiRemini/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
DavidLiRemini/rpcbench
DavidLiRemini/opinion-extraction
评论上的情感分析:主题与情感词抽取
DavidLiRemini/ProgrammingFonts
This is a collection of programming fonts,just share this with the programmers.Now there are 33 kinds of fantastic fonts!
DavidLiRemini/Attention-Based-BiLSTM-relation-extraction
Tensorflow Implementation of "Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification" (ACL 2016)
DavidLiRemini/java-emoji-converter
Emoji转换工具,便于各种规格客户端生成的Emoji字符串转换成另外一种格式
DavidLiRemini/pytextrank
Python implementation of TextRank for text document NLP parsing and summarization
DavidLiRemini/flo
A lightweight workflow definition library
DavidLiRemini/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
DavidLiRemini/simhash
中文文档simhash值计算
DavidLiRemini/elasticsearch-sql
Use SQL to query Elasticsearch