Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
abseil-cpp
Abseil Common Libraries (C++)
codelab
learn writing code
libco_async
use libco to replace libevent
rtb-papers
A collection of research and survey papers of real-time bidding (RTB) based display advertising techniques.
SL
Socket Library
Socket
尝试阻塞与非阻塞,I/O多路复用(select, epoll)
STL
实现STL库
threadpool
realise a thread pool by C++
spch2008's Repositories
spch2008/advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
spch2008/amazon-sagemaker-examples
Example notebooks that show how to apply machine learning, deep learning and reinforcement learning in Amazon SageMaker
spch2008/ananas
A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc
spch2008/better-enums
C++ compile-time enum to string, iteration, in a single header file
spch2008/decision-trees-for-ml
Building Decision Trees From Scratch In Python
spch2008/distcc
distributed builds for C, C++ and Objective C
spch2008/fm_python
implement fm demo with python
spch2008/freecache
A cache library for Go with zero GC overhead.
spch2008/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
spch2008/gbdt
Gradient boosting decision trees.
spch2008/gitignore
A collection of useful .gitignore templates
spch2008/go
The Go programming language
spch2008/hnswlib
Header-only C++/python library for fast approximate nearest neighbors
spch2008/IgushArray
spch2008/learning
Learning Shell,Python,Golang,System,Network
spch2008/libffm
A Library for Field-aware Factorization Machines
spch2008/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
spch2008/mmap_allocator
A STL allocator that mmaps files
spch2008/NanoLog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
spch2008/or-tools
Google's Operations Research tools:
spch2008/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
spch2008/rttr
C++ Reflection Library
spch2008/spch2008.github.io
spch2008/sse-popcount
SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html
spch2008/streaming-readings
Streaming System 相关的论文读物
spch2008/taskflow
Modern C++ Parallel Task Programming
spch2008/tcmalloc
spch2008/TensorFlow_Practice
推荐系统/计算广告相关仓库,个人博客https://jesse-csj.github.io/
spch2008/wangle
Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
spch2008/xlearn
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.