Pinned Repositories
booksource
《第二行代码》全书源代码
DeepMind-Atari-Deep-Q-Learner
The original code from the DeepMind article + my tweaks
ideabook
一个全栈增长工程师的练手项目集. A Growth Engineering Idea in Action.
Leetcode
Personal Leetcode Records
LUO
MetaQuant
Codes for Accepted Paper : "MetaQuant: Learning to Quantize by Learning to Penetrate Non-differentiable Quantization" in NeurIPS 2019
pytorch_examples
TensorFlow-Notes
quixoteji's Repositories
quixoteji/Leetcode
Personal Leetcode Records
quixoteji/MetaQuant
Codes for Accepted Paper : "MetaQuant: Learning to Quantize by Learning to Penetrate Non-differentiable Quantization" in NeurIPS 2019
quixoteji/pytorch_examples
quixoteji/acwj
A Compiler Writing Journey
quixoteji/applied-ml
📚 Papers by organizations sharing their work on applied data science & machine learning.
quixoteji/awesome-automl-papers
A curated list of automated machine learning papers, articles, tutorials, slides and projects
quixoteji/awesome-kafka
A list about Apache Kafka
quixoteji/book
:books: All programming languages books
quixoteji/C4-PlantUML
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
quixoteji/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
quixoteji/cJSON
Ultralightweight JSON parser in ANSI C
quixoteji/d2l-pytorch
This project reproduces the book Dive Into Deep Learning (www.d2l.ai), adapting the code from MXNet into PyTorch.
quixoteji/differential-privacy
Google's differential privacy libraries.
quixoteji/Dive-into-DL-PyTorch
Dive into Deep Learning (动手学深度学习) with PyTorch.
quixoteji/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
quixoteji/federated-learning
Everything about Federated Learning (papers, tutorials, etc.) -- 联邦学习
quixoteji/Federated-Learning-PyTorch
Implementation of Communication-Efficient Learning of Deep Networks from Decentralized Data
quixoteji/FedML
(PyTorch > 1.0) A Research-Oriented Federated Learning Library. Supporting distributed computing, mobile/IoT on-device training, and standalone simulation
quixoteji/library
个人书籍目录,别 fork 了,里面没有书籍文件😱
quixoteji/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
quixoteji/MMAML-Regression
quixoteji/MyTinySTL
Achieve a tiny STL in C++11
quixoteji/numpy-ml
Machine learning, in numpy
quixoteji/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
quixoteji/onnx
Open standard for machine learning interoperability
quixoteji/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
quixoteji/pytorchvideo
A deep learning library for video understanding research.
quixoteji/Reading-Books
save books
quixoteji/SecureNet
quixoteji/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net