此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。
☆119Jan 9, 2026Updated last month
Alternatives and similar repositories for CodingInterviews2-ByPython
Users that are interested in CodingInterviews2-ByPython are comparing it to the libraries listed below
Sorting:
- 命名实体识别☆13Jul 28, 2020Updated 5 years ago
- 自然语言处理相关实验实现 some experiment of natural language processing, Like text classification, named entity recognition, pos-tags, segment, key …☆54Nov 22, 2018Updated 7 years ago
- 精简版NEZHA模型权重☆21Dec 23, 2020Updated 5 years ago
- 针对台湾某银行信用卡的数据,构建一个分析信用卡违约率的分类器。采用Random Forest算法,信用卡违约率识别率在80%左右。☆10Sep 10, 2019Updated 6 years ago
- 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。☆17,488Jan 9, 2026Updated last month
- ☆10Feb 23, 2021Updated 5 years ago
- 面向金融领域的事件主体抽取(ccks2019),一个baseline☆119May 13, 2019Updated 6 years ago
- 2018-DC-“达观杯”文本智能处理挑战赛:冠军 (1st/3131)☆264Oct 24, 2018Updated 7 years ago
- My Machine Learning repository☆10Apr 10, 2017Updated 8 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
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆274Mar 17, 2020Updated 5 years ago
- 中文预训练XLNet模型: Pre-Trained Chinese XLNet_Large☆229Sep 13, 2019Updated 6 years ago
- 用python比较两个字符串差异,高亮差异部分☆27Jul 20, 2020Updated 5 years ago
- An Unofficial Implementation for Distilling Task-Specific Knowledge from BERT into Simple Neural Networks☆10Jul 25, 2024Updated last year
- 企业事件抽取☆13May 20, 2021Updated 4 years ago
- Code for ACL 2023 paper Uncertainty Guided Label Denoising for Document-level Distant Relation Extraction.☆13Feb 20, 2025Updated last year
- 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
- 2019百度语言与智能技术竞赛信息抽取赛代5名代码☆68Jul 4, 2019Updated 6 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
- CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案☆412Mar 24, 2023Updated 2 years ago
- 针对NER领域提供从线下训练到线上部署的一整套闭环流程☆14Jun 16, 2021Updated 4 years ago
- Large-scale Exploration of Neural Relation Classification Architectures☆12Nov 15, 2018Updated 7 years ago
- NLP方向的论文代码复现☆14Jul 15, 2020Updated 5 years ago
- 文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据☆470May 8, 2022Updated 3 years ago
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆315Jul 4, 2020Updated 5 years ago
- 基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注…☆86Dec 8, 2022Updated 3 years ago
- NLP学习笔记的Notebook,包含经典模型的理解与相关实践。☆58Apr 6, 2020Updated 5 years ago
- Implementation Project for relation extraction in NLP using kernel based methods.☆33Aug 10, 2016Updated 9 years ago
- This is the official code for the paper 'Systematically Exploring Redundancy Reduction inSummarizing Long Documents'.☆16Apr 30, 2021Updated 4 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
- HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命 名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。☆2,265Jan 9, 2026Updated last month
- 结合python一起学习自然语言处理 (nlp): 语言模型、HMM、PCFG、Word2vec、完形填空式阅读理解任务、朴素贝叶斯分类器、TFIDF、PCA、SVD☆239Oct 10, 2018Updated 7 years ago
- Unifew: Unified Fewshot Learning Model☆18Sep 10, 2021Updated 4 years ago
- An annotated Chinese dataset for RE (Relation Extraction) task.☆14Oct 18, 2018Updated 7 years ago
- Some paper reading notes☆16Oct 13, 2018Updated 7 years ago
- 基于语义的中文文本关键词提取算法(SKE)的工程实现☆16Nov 2, 2017Updated 8 years ago
- datagrand 2019 information extraction competition rank9☆130Dec 29, 2019Updated 6 years ago
- BERT distillation(基于BERT的蒸馏实验 )☆314Jul 30, 2020Updated 5 years ago
- This repository contains the source codes for the paper: "Aspect Sentiment Triplet Extraction using Reinforcement Learning" published at …☆19Mar 14, 2023Updated 2 years ago