Pinned Repositories
Awesome-SLAM
Resources and Resource Collections of SLAM
cs-video-courses
List of Computer Science courses with video lectures.
daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
DomainKnowledge101
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
EffectiveModernCppChinese
《Effective Modern C++》翻译 - 已完成
fucking-algorithm
labuladong 的算法小抄,总结各种常考算法的套路,助力刷题面试(作者应届生,顺带求实习)
open_vins
An open source platform for visual-inertial navigation research.
probabilistic-roadmap
project for CMU 16780 planning and decision making in robotics
stereo-dso
Stereo DSO
ussd-6d
JiatianWu's Repositories
JiatianWu/EffectiveModernCppChinese
《Effective Modern C++》翻译 - 已完成
JiatianWu/Ad-papers
Papers on Computational Advertising
JiatianWu/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
JiatianWu/algorithm-base
专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!
JiatianWu/Algorithms101
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
JiatianWu/Algorithms102
LeetCode 刷题攻略:配思维导图,各个类型的经典题目刷题顺序、经典算法模板,以及详细图解和视频题解。这里精选的题目都不是孤立的,而是由浅入深一脉相承的,相信只要按照刷题攻略上的顺序来学习,一定会有所收获!给个star支持一下吧!
JiatianWu/Algorithms103
汇总各大互联网公司容易考察的高频leetcode题🔥
JiatianWu/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
JiatianWu/awesome-cs-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
JiatianWu/Awesome-System-for-Machine-Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
JiatianWu/ddia
《Designing Data-Intensive Application》DDIA中文翻译
JiatianWu/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.
JiatianWu/elastic
PyTorch elastic training
JiatianWu/flashlight
A C++ standalone library for machine learning
JiatianWu/flink
Apache Flink
JiatianWu/generative-recommenders
Repository hosting code used to reproduce results in "Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations" (https://arxiv.org/abs/2402.17152, ICML'24).
JiatianWu/kubeflow
Machine Learning Toolkit for Kubernetes
JiatianWu/LLM101n
LLM101n: Let's build a Storyteller
JiatianWu/machine-learning-book
Code Repository for Machine Learning with PyTorch and Scikit-Learn
JiatianWu/mlflow
Open source platform for the machine learning lifecycle
JiatianWu/mmperf
MatMul Performance Benchmarks for a Single CPU Core comparing both hand engineered and codegen kernels.
JiatianWu/mosec
A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine
JiatianWu/OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
JiatianWu/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
JiatianWu/spectree
API spec validator and OpenAPI document generator for Python web frameworks.
JiatianWu/system-design-interview
System design interview for IT companies
JiatianWu/taskflow
A General-purpose Parallel and Heterogeneous Task Programming System
JiatianWu/tf-monodepth2
Tensorflow implementation(unofficial) of "Digging into Self-Supervised Monocular Depth Prediction"
JiatianWu/ThreadPool
A simple C++11 Thread Pool implementation
JiatianWu/TrianFlow
Code release for "Towards Better Generalization: Joint Depth-Pose Learning without PoseNet".