Aaronning1's Stars
hemingkx/ChineseNMT
ChineseNMT: Translate English to Chinese with PyTorch Implementation of Transformer
Enealor/PyTorch-SM3
Implements the SM3-II adaptive optimization algorithm for PyTorch.
RenShuhuai-Andy/WMT18-English-Chinese-Machine-Translation
Machine translation experiments for WMT18 en-zh track
luopeixiang/textclf
TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
bojone/bert4keras
keras implement of transformers for humans
deepspeedai/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
yangluo7/CAME
The official implementation of "CAME: Confidence-guided Adaptive Memory Optimization"
SamuelHorvath/Variance_Reduced_Optimizers_Pytorch
PyTorch Implementation of Variance Reduced Optimization Algorithms -- SARAH and SVRG.
advboxes/AdvBox
Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.
cleverhans-lab/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
Gengzhige/Machine-Learning
《机器学习必修课:经典算法与Python实战》配套代码
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠