Pinned Repositories
912_project
清华大学计算机系考研攻略 Guidance for postgraduate entrance examination in Department of Computer Science and Technology, Tsinghua University
bender
An easy-to-use library for creating load testing applications
brpc_source_code_analysis
brpc源码分析
knowledge-graph
个人整理的知识技能图谱,记录我平时看过的一些博客和工具
leveldb
leveldb源码阅读注释
llm-tutorials
llm 教程
MIT-6.824
MIT 6.824 Lab
muduo
muduo库源码注释
raftkv
raftkv is a distributed key-value store based on the raft protocol.
recipes
Some code snippets for learning and testing.
hchaoshun's Repositories
hchaoshun/leveldb
leveldb源码阅读注释
hchaoshun/knowledge-graph
个人整理的知识技能图谱,记录我平时看过的一些博客和工具
hchaoshun/llm-tutorials
llm 教程
hchaoshun/recipes
Some code snippets for learning and testing.
hchaoshun/muduo
muduo库源码注释
hchaoshun/raftkv
raftkv is a distributed key-value store based on the raft protocol.
hchaoshun/912_project
清华大学计算机系考研攻略 Guidance for postgraduate entrance examination in Department of Computer Science and Technology, Tsinghua University
hchaoshun/brpc_source_code_analysis
brpc源码分析
hchaoshun/concurrency-model
Snippet of Unix concurrency model written in C
hchaoshun/data-structure
hchaoshun/deep-learning
hchaoshun/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
hchaoshun/docs
High-level Gazebo documentation that gets published to https://gazebosim.org/docs/
hchaoshun/faiss
A library for efficient similarity search and clustering of dense vectors.
hchaoshun/feast
The Open Source Feature Store for Machine Learning
hchaoshun/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
hchaoshun/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
hchaoshun/incubator-brpc
带注释的brpc源码
hchaoshun/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
hchaoshun/ML-action
机器学习算法实现
hchaoshun/ML-Coursera
吴恩达机器学习课程作业Python实现
hchaoshun/MY-SGI-STL
我自己注释的STL源码
hchaoshun/navigation2_ignition_gazebo_example
Minimal example for using Navigation 2 with (Ignition) Gazebo
hchaoshun/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
hchaoshun/robots
机器人相关的技术整理
hchaoshun/serving
A flexible, high-performance serving system for machine learning models
hchaoshun/SparrowRecSys
A Deep Learning Recommender System
hchaoshun/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
hchaoshun/TinySTL
hchaoshun/Understanding-Unix-Linux-Programming