Maoaoo's starred repositories

redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Language:CLicense:NOASSERTIONStargazers:66533Issues:2536Issues:6545

HanLP

中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理

Language:PythonLicense:Apache-2.0Stargazers:33637Issues:1141Issues:1409

Coursera-ML-AndrewNg-Notes

吴恩达老师的机器学习课程个人笔记

COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE

Dive-into-DL-PyTorch

本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:18245Issues:387Issues:149

chineseocr_lite

超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M

Language:C++License:GPL-2.0Stargazers:11744Issues:242Issues:365

Chinese-BERT-wwm

Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)

Language:PythonLicense:Apache-2.0Stargazers:9598Issues:143Issues:240

The-Powder-Toy

Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat.

Language:C++License:GPL-3.0Stargazers:4567Issues:127Issues:409

flink-recommandSystem-demo

:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。

TinySTL

TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)

named_entity_recognition

中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)

d3js_doc

D3js中文文档 D3中文 :bar_chart: :chart_with_upwards_trend: :tada:

ChineseNER

A neural network model for Chinese named entity recognition

esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework

Language:CLicense:BSD-3-ClauseStargazers:1531Issues:143Issues:396

bert-chinese-ner

使用预训练语言模型BERT做中文NER

Language:PythonLicense:MITStargazers:927Issues:26Issues:72

ChineseNRE

中文实体关系抽取,pytorch,bilstm+attention

classifier-multi-label

多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification

bertNER

ChineseNER based on BERT, with BiLSTM+CRF layer

CSYuTuiMian2021

关于2021年CS保研预推免通知公告的汇总

image_search_engine

Image search engine

Language:PythonLicense:MITStargazers:233Issues:15Issues:7

NER-LOC

中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测

VGG16-Image-Retrieval

Uses TensorFlow and FC2 features to match test images to the same category given a query image as input

Relation_extraction

面向金融领域的实体关系抽取

Bert_Position_BiLSTM_Attention_CRF_LSTMDecoder

毕业设计:基于Bert_Position_BiLSTM_Attention_CRF_LSTMDecoder的法律文书要素识别

Language:PythonLicense:Apache-2.0Stargazers:49Issues:1Issues:2

Chinese-NER

bilstm _Attention_crf