moon-hotel
专注机器学习、深度学习技术原理分享,写作8年著有《跟我一起学机器学习》、《跟我一起学深度学习》、《This Post Is All You Need》(全网阅读300万+)等作品。感兴趣可添加掌柜微信:nulls8
Pinned Repositories
BertWithPretrained
An implementation of the BERT model and its related downstream tasks based on the PyTorch framework
DeepLearningWithMe
《跟我一起深度学习》
doccano
Open source text annotation tool for machine learning practitioner.
MachineLearningWithMe
A repository contains more than 12 common statistical machine learning algorithm implementations. 常见10余种机器学习算法原理与实现及视频讲解。
Tensorflow1.xTutorials
Tensorflow1.15入门指南
TransformerClassification
A Transformer Framework Based Classification Task
TransformerCouplet
A Transformer Framework Based Couplet Task
TransformersGuide
Transformers指导手册中文翻译项目
TransformerTranslation
A Transformer Framework Based Translation Task
WKmeans
The implementation of WKmeans algorithm for paper "Automated Variable Weighting in k-Means Type Clustering"
moon-hotel's Repositories
moon-hotel/BertWithPretrained
An implementation of the BERT model and its related downstream tasks based on the PyTorch framework
moon-hotel/MachineLearningWithMe
A repository contains more than 12 common statistical machine learning algorithm implementations. 常见10余种机器学习算法原理与实现及视频讲解。
moon-hotel/DeepLearningWithMe
《跟我一起深度学习》
moon-hotel/TransformerTranslation
A Transformer Framework Based Translation Task
moon-hotel/TransformerClassification
A Transformer Framework Based Classification Task
moon-hotel/TransformerCouplet
A Transformer Framework Based Couplet Task
moon-hotel/Tensorflow1.xTutorials
Tensorflow1.15入门指南
moon-hotel/doccano
Open source text annotation tool for machine learning practitioner.
moon-hotel/TransformersGuide
Transformers指导手册中文翻译项目
moon-hotel/WKmeans
The implementation of WKmeans algorithm for paper "Automated Variable Weighting in k-Means Type Clustering"
moon-hotel/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
moon-hotel/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
moon-hotel/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
moon-hotel/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
moon-hotel/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
moon-hotel/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
moon-hotel/GPTs
leaked prompts of GPTs
moon-hotel/Kmeans
The implementation of basic Kmeans algorithm.
moon-hotel/llama2.c
Inference Llama 2 in one file of pure C
moon-hotel/NMT
Neural Machine Translation, NMT模型原理与实现
moon-hotel/prompt-patterns
Prompt 编写模式:如何将思维框架赋予机器,以设计模式的形式来思考 prompt
moon-hotel/ToyGPT