此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。
☆118Jan 9, 2026Updated 5 months ago
Alternatives and similar repositories for CodingInterviews2-ByPython
Users that are interested in CodingInterviews2-ByPython are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 命名实体识别☆13Jul 28, 2020Updated 5 years ago
- 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。☆17,741Jan 9, 2026Updated 5 months ago
- 精简版NEZHA模型权重☆21Dec 23, 2020Updated 5 years ago
- 基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注…☆85Dec 8, 2022Updated 3 years ago
- 面向金融领域的事件主体抽取(ccks2019),一个baseline☆118May 13, 2019Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 2018-DC-“达观杯”文本智能处理挑战赛:冠军 (1st/3131)☆263Oct 24, 2018Updated 7 years ago
- 自然语言处理相关实验实现 some experiment of natural language processing, Like text classification, named entity recognition, pos-tags, segment, key …☆54Nov 22, 2018Updated 7 years ago
- 基于语义的中文文本关键词提取算法(SKE)的工程实现☆16Nov 2, 2017Updated 8 years ago
- 2019语言与智能技术竞赛,信息抽取任务的基线模型python3代码。模型包括:关系抽取(多标签模型)和实体抽取(序列标注模型)☆14Apr 5, 2019Updated 7 years ago
- Source code for the NAACL 2021 paper: "Distantly Supervised Relation Extraction with Sentence Reconstruction and Knowledge Base Priors"☆12Jul 15, 2021Updated 4 years ago
- ☆10Feb 23, 2021Updated 5 years ago
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆274Mar 17, 2020Updated 6 years ago
- The 300 lines of code (Tensorflow 2) completely replicates the Transformer model and is used in neural machine translation tasks and chat…☆28Sep 18, 2019Updated 6 years ago
- 用python比较两个字符串差异,高亮差异部分☆27Jul 20, 2020Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆314Jul 4, 2020Updated 6 years ago
- 使用Bi-LSTM和crf来进行人名识别,数据集人民日报98年1月标注数据集,训练:验证:测试为3:1:1☆22Jul 25, 2018Updated 7 years ago
- 企业事件抽取☆13May 20, 2021Updated 5 years ago
- 文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据☆471May 8, 2022Updated 4 years ago
- NLP学习笔记的Notebook,包含经典模型的理解与相关实践。☆58Apr 6, 2020Updated 6 years ago
- 基于《知网》的语义相似度计算 python2.7 API☆13Jun 23, 2017Updated 9 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 的简单Demo, 模型采用BERT+CNN ( https://github.com/Wangpeiyi9979/IE-Bert-CNN )。 Demo使用Fl…☆125May 14, 2019Updated 7 years ago
- 中文预训练XLNet模型: Pre-Trained Chinese XLNet_Large☆229Sep 13, 2019Updated 6 years ago
- NLP方向的论文代码复现☆14Jul 15, 2020Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Unifew: Unified Fewshot Learning Model☆18Sep 10, 2021Updated 4 years ago
- solve text generation tasks by the language model GPT2, including papers, code, demo demos, and hands-on tutorials. 使用语言模型GPT2来解决文本生成任务的…☆26Aug 27, 2019Updated 6 years ago
- Large-scale Exploration of Neural Relation Classification Architectures☆11Nov 15, 2018Updated 7 years ago
- 使用tensorflow2完成一些常见的NLP任务☆89Mar 25, 2020Updated 6 years ago
- Code for ACL 2023 paper Uncertainty Guided Label Denoising for Document-level Distant Relation Extraction.☆14Feb 20, 2025Updated last year
- Crowdsourced data for open domain relation classification from sentences☆20Oct 26, 2018Updated 7 years ago
- CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案☆411Mar 24, 2023Updated 3 years ago
- 中文「四角号码」数据与工具,可以将汉字拆解成和字形相关的编码,在机器学习中作为汉字的字形特征☆28Dec 20, 2025Updated 6 months ago
- 第三届魔镜杯 智能客服问题相似性算法设计 第12名解决方案☆148Feb 27, 2019Updated 7 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- BERT distillation(基于BERT的蒸馏实验 )☆317Jul 30, 2020Updated 5 years ago
- 2019百度语言与智能技术竞赛信息抽取赛代5名代码☆68Jul 4, 2019Updated 7 years ago
- 2019数字中国创新大赛 消费者人群画像 亚军☆19May 21, 2019Updated 7 years ago
- An annotated Chinese dataset for RE (Relation Extraction) task.☆14Oct 18, 2018Updated 7 years ago
- Hierarchical multi-label text classification of the BlurbGenreCollection using capsule networks.☆86Mar 25, 2023Updated 3 years ago
- 二手书籍转赠交换计划☆21Sep 17, 2019Updated 6 years ago
- 使用rasa构建任务型聊天机器人☆13Dec 8, 2022Updated 3 years ago