xyqkoala's Stars
MeouSker77/Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
AIoT-MLSys-Lab/Efficient-LLMs-Survey
[TMLR 2024] Efficient Large Language Models: A Survey
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
downdemo/Cpp-Concurrency-in-Action-2ed
C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.
ggerganov/llama.cpp
LLM inference in C/C++
yidao620c/python3-cookbook
《Python Cookbook》 3rd Edition Translation
fluentpython/example-code-2e
Example code for Fluent Python, 2nd edition (O'Reilly 2022)
DeepReinforcementLearning/DeepReinforcementLearningInAction
Code from the Deep Reinforcement Learning in Action book from Manning, Inc
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
gongminmin/awesome-aigc
A list of awesome AIGC works
TheExplainthis/AI-Products-All-In-One
彙整了真正實用的 ChatGPT 與生成式 AI 工具
wnzhang/rtb-papers
A collection of research and survey papers of real-time bidding (RTB) based display advertising techniques.
fengdu78/lihang-code
《统计学习方法》的代码实现
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
borgwang/reinforce_py
Reinforcement Learning in Python
zhoubolei/introRL
Intro to Reinforcement Learning (强化学习纲要)
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
robi56/Deep-Learning-for-Recommendation-Systems
This repository contains Deep Learning based articles , paper and repositories for Recommender Systems
recommenders-team/recommenders
Best Practices on Recommendation Systems
foochane/books
整理一些书籍 ,包含 C&C++ 、git 、Java、Keras 、Linux 、NLP 、Python 、Scala 、TensorFlow 、大数据 、推荐系统、数据库、数据挖掘 、机器学习 、深度学习 、算法等。
shafik/cpp_blogs
C++ Blogs (plus other stuff we should care about like undefined behavior)
downdemo/Cpp-Templates-2ed
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
golang/blog
[mirror] Go Blog (obsolete)
eddycjy/go-gin-example
An example of gin
834810071/muduo_study
Linux多线程服务端编程[muduo C++网络库]
raichen/LinuxServerCodes
Linux高性能服务器编程源码
electronicarts/CnC_Remastered_Collection
ctjhoa/rust-learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
sharkdp/dbg-macro
A dbg(…) macro for C++
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11