Pinned Repositories
anjhon1994.github.io
awesome-english-ebooks
经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新
bert
TensorFlow code and pre-trained models for BERT
blog-notionic
Notion + Craft.do + Next.js = Notionic
easy-rl
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
English-level-up-tips
An advanced guide to learn English which might benefit you a lot 🎉 . 可能是让你受益匪浅的英语进阶指南。
LLaMA-Efficient-Tuning
Easy-to-use LLM fine-tuning framework (LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, ChatGLM2)
My_tools
some tools for myself
NotionNext-1
一个使用 NextJS + Notion API 实现的,部署在 Vercel 上的静态博客系统。为Notion和所有创作者设计。
Python-100-Days
Python - 100天从新手到大师
An-Jhon's Repositories
An-Jhon/anjhon1994.github.io
An-Jhon/bert
TensorFlow code and pre-trained models for BERT
An-Jhon/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
An-Jhon/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
An-Jhon/ChineseNLPCorpus
中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。
An-Jhon/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
An-Jhon/Data-Competition-TopSolution
Data competition Top Solution 数据竞赛top解决方案开源整理
An-Jhon/DeepRec
推荐、广告工业界经典以及最前沿的论文、资料集合/ Must-read Papers on Recommendation System and CTR Prediction
An-Jhon/Python-100-Days
Python - 100天从新手到大师
An-Jhon/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
An-Jhon/Event-Extraction
近年来事件抽取方法总结,包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型,DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法
An-Jhon/gitalk-comments
An-Jhon/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
An-Jhon/html2docset
Generate docset from PyQt4 documentation.
An-Jhon/Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
An-Jhon/live2d-widget-models
The model library for live2d-widget.js
An-Jhon/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
An-Jhon/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
An-Jhon/MockingBird
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
An-Jhon/NL2SQL
Text2SQL 语义解析数据集、解决方案、paper资源整合项目
An-Jhon/nlp-beginner-finish
此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务,所有代码都经过测试,可以正常运行。
An-Jhon/nobelium
A static blog build on top of Notion and NextJS, deployed on Vercel.
An-Jhon/NotionBlogFromSpencerwoo
An-Jhon/TextCNN