JunchenHe's Stars
google/cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
Light-City/CPlusPlusThings
C++那些事
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
drogonframework/drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
yhirose/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
yeyupiaoling/PaddlePaddle-DeepSpeech
基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
chengxumiaodaren/cpp-learning
BigBrotherTrade/trader
交易模块
JunchenHe/windowskernelprogrammingbook
The Windows Kernel Programming book samples
SFUMECJF/cmake-examples-Chinese
快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/
0voice/audio_video_streaming
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
KimMeen/STGCN
A PyTorch implementation of the paper https://arxiv.org/abs/1709.04875
marktext/marktext
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
shunliz/Machine-Learning
机器学习原理
BlueFisher/SHU-selfreport
上海大学健康之路每日一报/每日两报自动打卡
datawhalechina/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
makeyourownneuralnetwork/gan
python notebooks accompanying the book Make Your Own GAN
k9luo/DeepCritiquingForVAEBasedRecSys
Official Code Framework of the paper "Deep Critiquing for VAE-based Recommender Systems"
RUCAIBox/RecBole
A unified, comprehensive and efficient recommendation library
yfeng95/GAN_Theories
Resources and Implementations of Generative Adversarial Nets which are focusing on how to stabilize training process and generate high quality images: DCGAN, WGAN, EBGAN, BEGAN, etc.
graphdeeplearning/benchmarking-gnns
Repository for benchmarking graph neural networks
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
NoisyWinds/Recommend
Python 3.6 下的推荐算法解析,尽量使用简单的语言剖析原理,相似度度量、协同过滤、矩阵分解等
czy36mengfei/tensorflow2_tutorials_chinese
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
rushter/MLAlgorithms
Minimal and clean examples of machine learning algorithms implementations
google-deepmind/neural-processes
This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CNPs), Neural Processes (NPs), Attentive Neural Processes (ANPs).
geniki/neural-processes
PyTorch implementation of Neural Processes