Pinned Repositories
97-things-every-programmer-should-know
Pearls of wisdom for programmers collected from leading practitioners.
abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
acmjudger
ACM在线测评系统评测程序设计与实现
AcrosticPoem-RNNPG
藏頭詩產生器(RNNPG版)
agency-jekyll-theme
Agency Theme for Jekyll
AI_Notes
AI算法学习笔记
algorithm
algorithm implementation
BP-Algorithm
一文彻底搞懂BP算法:原理推导+数据演示+项目实战
vim
vim配置文件和插件
weixin
curtainwang's Repositories
curtainwang/BlockShuffleTest
BlockShuffle,就是在训练过程中使用分块打乱替代随机打乱的一种方法,即将原始数据按照数据长度进行排序,然后进行batch划分,在对batch训练进行打乱。这样操作,可以减少数据padding长度,缩短训练时长。
curtainwang/clip-training
Code to train CLIP model
curtainwang/ConSERT
Code for our ACL 2021 paper - ConSERT: A Contrastive Framework for Self-Supervised Sentence Representation Transfer
curtainwang/CPlusPlusThings
C++那些事
curtainwang/DeepLearningExamples
Deep Learning Examples
curtainwang/document-level-classification
超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题
curtainwang/EstateNameGenerator_Pytorch
从链家爬取全国楼盘信息,使用LSTM实现房地产楼盘名的AI生成
curtainwang/fprime
F' - A flight software and embedded systems framework
curtainwang/ImHex
A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM.
curtainwang/MAE-pytorch
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
curtainwang/Megatron-DeepSpeed
Ongoing research training transformer language models at scale, including: BERT & GPT-2
curtainwang/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
curtainwang/myleetcode
curtainwang/NLP-Data-Augmentation
NLP文本增强的两种方式:同义词替换(利用word2vec词表)和回译
curtainwang/NLP-Loss-Pytorch
Implementation of some unbalanced loss like focal_loss, dice_loss, DSC Loss, GHM Loss et.al
curtainwang/NLP-Series-sentence-embeddings
NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE
curtainwang/NLP_pytorch_project_handwrite
Embedding, NMT, Text_Classification, Text_Generation, NER etc.
curtainwang/nlpcda
一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
curtainwang/picoGPT
An unnecessarily tiny implementation of GPT-2 in NumPy.
curtainwang/ResnetGPT
用Resnet101+GPT搭建一个玩王者荣耀的AI
curtainwang/sentemb
curtainwang/SimCSE
EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings
curtainwang/SIMCSE_unsup
中文无监督SimCSE Pytorch实现
curtainwang/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
curtainwang/team-learning-nlp
主要存储Datawhale组队学习中“自然语言处理”方向的资料。
curtainwang/Unilm
curtainwang/unilm-1
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
curtainwang/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
curtainwang/word2vec_commented
Commented (but unaltered) version of original word2vec C implementation.
curtainwang/ZhiHu_Code