pydxflwb
Programmer Using C++, Python and Delphi Graduated from Information Security@SJTU mail: pengyuxiao@126.com
Shanghai, China
pydxflwb's Stars
AngusJohnson/Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
SaschaWillems/dglOpenGL
Delphi / Pascal OpenGL header translation (including WGL and GLX)
Pomax/BezierInfo-2
The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
murray-z/text_analysis_tools
中文文本分析工具包(包括- 文本分类 - 文本聚类 - 文本相似性 - 关键词抽取 - 关键短语抽取 - 情感分析 - 文本纠错 - 文本摘要 - 主题关键词-同义词、近义词-事件三元组抽取)
ccied/ugforum-analysis
Tools for Automated Analysis of Cybercriminal Markets
TianBian95/BiGCN
Source Codes: Rumor Detection on Social Media with Bi-Directional Graph Convolutional Networks--AAAI 2020
km1994/nlp_paper_study
该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记
MiracleTanC/Neo4j-KGBuilder
Neo4j+springboot+vue+d3.js知识图谱构建和可视化
Jhy1993/HAN
Heterogeneous Graph Neural Network
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
allanj/pytorch_neural_crf
Pytorch implementation of LSTM/BERT-CRF for named entity recognition
dainlp/acl2020-transition-discontinuous-ner
INK-USC/TriggerNER
TriggerNER: Learning with Entity Triggers as Explanations for Named Entity Recognition (ACL 2020)
jiangxinyang227/bert-for-task
nlp-uoregon/trankit
Trankit is a Light-Weight Transformer-based Python Toolkit for Multilingual Natural Language Processing
t-davidson/hate-speech-and-offensive-language
Repository for the paper "Automated Hate Speech Detection and the Problem of Offensive Language", ICWSM 2017
zakiso/Postgraduate_notebook_for_SJTU_CS
准备上交大的计算机系方向考研,有意向往人工智能方向考研。考研科目408内容包括:计算机网络、计算机组成原理、操作系统、数据结构与算法等所有软件工程的课程基础。C/C++部分笔记请大家参考CPP仓库。所有笔记内容参考各方面的书籍集合而成,禁止用作商业用途,版权归属Soler索莱尔HO,如有不同意见的,可以直接发邮件:launolife@aliyun.com。
jkiss/sensitive-words
互联网常用敏感词库
chason777777/mgck
温馨提示:仅限用于合法的、积极向上的敏感词过滤使用,严禁用于从事违反法律法规、危害国家、危害人民、不道德的活动!!!
syang-ng/cybercrime-papers
Recent academic papers related to cybercrime
bdy9527/SDCN
Structural Deep Clustering Network
goto456/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
hate-alert/Fear-speech-analysis
Can fear be used for polarisation and spreading negativity? Our paper accepted in The Web conference 2021 tries to explore this question in light of public Whatsapp groups.
nanguoshun/LSR
Pytorch Implementation of our ACL 2020 Paper "Reasoning with Latent Structure Refinement for Document-Level Relation Extraction"
bigzhao/Keyword_Extraction
神策杯2018高校算法大师赛(中文关键词提取)第二名代码方案
MaartenGr/KeyBERT
Minimal keyword extraction with BERT
AimeeLee77/keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。