Pinned Repositories
Awesome-LLM-Inference
📖A curated list of Awesome LLM Inference Paper with codes, TensorRT-LLM, vLLM, streaming-llm, AWQ, SmoothQuant, WINT8/4, Continuous Batching, FlashAttention, PagedAttention etc.
awesome-programming-books
📚 经典技术书籍 PDF 文件,持续更新...
Awsome-Courses
😏国内外计算机的优秀课程,包含MIT、CMU等世界CS名校,🔥🔥其中包含计算机基础学科(操作系统、计算机网络、编译器、数据库、数据结构与算法等)以及人工智能&AI等高级科目,欢迎通过PR形式贡献!
brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
ceph
Ceph is a distributed object, block, and file storage platform
ClusType
Automatic Entity Recognition and Typing for Domain-Specific Corpora (KDD'15)
cuda-convnet
Fork of Alex Krizhevsky's cuda-convnet 1. Adds dropout.
discourse
A platform for community discussion. Free, open, simple.
neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
bitzhifeng's Repositories
bitzhifeng/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
bitzhifeng/Awesome-LLM-Inference
📖A curated list of Awesome LLM Inference Paper with codes, TensorRT-LLM, vLLM, streaming-llm, AWQ, SmoothQuant, WINT8/4, Continuous Batching, FlashAttention, PagedAttention etc.
bitzhifeng/awesome-programming-books
📚 经典技术书籍 PDF 文件,持续更新...
bitzhifeng/Awsome-Courses
😏国内外计算机的优秀课程,包含MIT、CMU等世界CS名校,🔥🔥其中包含计算机基础学科(操作系统、计算机网络、编译器、数据库、数据结构与算法等)以及人工智能&AI等高级科目,欢迎通过PR形式贡献!
bitzhifeng/brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
bitzhifeng/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
bitzhifeng/ceph
Ceph is a distributed object, block, and file storage platform
bitzhifeng/ClusType
Automatic Entity Recognition and Typing for Domain-Specific Corpora (KDD'15)
bitzhifeng/cuda-convnet
Fork of Alex Krizhevsky's cuda-convnet 1. Adds dropout.
bitzhifeng/discourse
A platform for community discussion. Free, open, simple.
bitzhifeng/ebook-1
A collection of classic computer science books from Internet
bitzhifeng/glusterfs
Gluster Filesystem : Build your distributed storage in minutes
bitzhifeng/keras
Deep Learning for humans
bitzhifeng/LightGBM
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft.
bitzhifeng/link-load-library-code
<程序员的自我修养> 源代码
bitzhifeng/models
Models and examples built with TensorFlow
bitzhifeng/mpitutorial
MPI programming lessons in C and executable code examples
bitzhifeng/outstanding-repo
other person or organization repo
bitzhifeng/RSPapers
Must-read papers on Recommender System.
bitzhifeng/rust-course
“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book
bitzhifeng/tensorflow
Computation using data flow graphs for scalable machine learning
bitzhifeng/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
bitzhifeng/test
this is a test
bitzhifeng/TheAlgorithmsPython
All Algorithms implemented in Python
bitzhifeng/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
bitzhifeng/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.
bitzhifeng/Understanding_in_Rust
【最安全的编程语言】Rust工程师枕边资料,大牛文章,开源框架,官方文档,视频,推荐书籍,学习干货,大牛语录
bitzhifeng/web-scraping
bitzhifeng/word2vec
Python interface to Google word2vec
bitzhifeng/word2vec-1
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.