gerrylin's Stars
google-research/google-research
Google Research
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
mli/paper-reading
深度学习经典、新论文逐段精读
PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
recommenders-team/recommenders
Best Practices on Recommendation Systems
nndl/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
instillai/TensorFlow-Course
:satellite: Simple and ready-to-use tutorials for TensorFlow
ddbourgin/numpy-ml
Machine learning, in numpy
zziz/pwc
This repository is no longer maintained.
greyireland/algorithm-pattern
算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
hindupuravinash/the-gan-zoo
A list of all named GANs!
datawhalechina/leedl-tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
jikexueyuanwiki/tensorflow-zh
谷歌全新开源人工智能系统TensorFlow官方文档中文版
Mooler0410/LLMsPracticalGuide
A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)
vahidk/EffectiveTensorflow
TensorFlow tutorials and best practices.
deeplearning-ai/machine-learning-yearning-cn
Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著
shenweichen/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
yuanguangxin/LeetCode
LeetCode刷题记录与面试整理
Kyubyong/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
princeton-nlp/SimCSE
[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
tensorflow/ranking
Learning to Rank in TensorFlow
shenweichen/DeepMatch
A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
ZiyaoGeng/RecLearn
Recommender Learning with Tensorflow2.x
brightmart/bert_language_understanding
Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN
kohpangwei/influence-release
shliang0603/Awesome-DeepLearning-500FAQ
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。声明:所有内容来自(仅供学习):https://github.com/scutan90/DeepLearning-500-questions
DSXiangLi/CTR
CTR模型代码和学习笔记总结