此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。
☆119Jan 9, 2026Updated 2 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
- Model Log 是一款基于 Python3 的轻量级机器学习(Machine Learning)、深度学习(Deep Learning)模型训练评估指标可视化工具,可以记录模型训练过程当中的超参数、Loss、Accuracy、Precision、F1值等,并以曲线图的形…☆146Jan 9, 2026Updated 2 months ago
- 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。☆17,573Jan 9, 2026Updated 2 months ago
- 精简版NEZHA模型权重☆21Dec 23, 2020Updated 5 years ago
- 基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注…☆86Dec 8, 2022Updated 3 years ago
- HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。☆2,264Jan 9, 2026Updated 2 months ago
- 面向金融领域的事件主体抽取(ccks2019),一个baseline☆119May 13, 2019Updated 6 years ago
- Implementation Project for relation extraction in NLP using kernel based methods.☆33Aug 10, 2016Updated 9 years ago
- 2018-DC-“达观杯”文本智能处理挑战赛:冠军 (1st/3131)☆264Oct 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 6 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
- ☆20Mar 25, 2019Updated 6 years ago
- 用python比较两个字符串差异,高亮差异部分☆27Jul 20, 2020Updated 5 years ago
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆315Jul 4, 2020Updated 5 years ago
- 使用Bi-LSTM和crf来进行人名识别,数据集人民日报98年1月标注数据集,训练:验证:测试为3:1:1☆22Jul 25, 2018Updated 7 years ago
- 企业事件抽取☆13May 20, 2021Updated 4 years ago
- 文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据☆471May 8, 2022Updated 3 years ago
- 基于《知网》的语义相似度计算 python2.7 API☆13Jun 23, 2017Updated 8 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 的简单Demo, 模型采用BERT+CNN ( https://github.com/Wangpeiyi9979/IE-Bert-CNN )。 Demo使用Fl…☆126May 14, 2019Updated 6 years ago
- 中文预训练XLNet模型: Pre-Trained Chinese XLNet_Large☆229Sep 13, 2019Updated 6 years ago
- NLP方向的论文代码复现☆14Jul 15, 2020Updated 5 years ago
- Unifew: Unified Fewshot Learning Model☆18Sep 10, 2021Updated 4 years ago
- Large-scale Exploration of Neural Relation Classification Architectures☆12Nov 15, 2018Updated 7 years ago
- Artificial intelligence is used in drug development☆18Dec 23, 2019Updated 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 2 years ago
- ☆67Dec 17, 2020Updated 5 years ago
- 中文「四角号码」数据与工具,可以将汉字拆解成和字形相关的编码,在机器学习中作为汉字的字形特征☆27Dec 20, 2025Updated 3 months ago
- 第三届魔镜杯 智能客服问题相似性算法设计 第12名解决方案☆148Feb 27, 2019Updated 7 years ago
- BERT distillation(基于BERT的蒸馏实验 )☆314Jul 30, 2020Updated 5 years ago
- 2019百度语言与智能技术竞赛信息抽取赛代5名代码