Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
c-
cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
Deep-Learning-with-PyTorch-Tutorials
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
hello-world
first test
json-tutorial
从零开始的 JSON 库教程
sea_clutter
Mathew-q's Repositories
Mathew-q/json-tutorial
从零开始的 JSON 库教程
Mathew-q/sea_clutter
Mathew-q/100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
Mathew-q/algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
Mathew-q/c-
Mathew-q/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
Mathew-q/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
Mathew-q/Deep-Learning-with-PyTorch-Tutorials
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
Mathew-q/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Mathew-q/hello-world
first test
Mathew-q/interview
📚 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.
Mathew-q/LANChat
Mathew-q/linux-c-
linux C语言开发
Mathew-q/Mathew-q.github.io
study & question Blog
Mathew-q/matlab
Mathew-q/MIT6.828_OS
MIT 6.828 Operating System Lab https://pdos.csail.mit.edu/6.828/2018/schedule.html
Mathew-q/Programming-a-Real-Self-Driving-Car
For this project, ROS nodes will be writing to implement core functionality of the autonomous vehicle system, including traffic light detection, control, and waypoint following! Then test the code using a simulator, and when it's ready, the project will be run on real self_driving car Karla .
Mathew-q/PyTorch_Practice
这是我学习 PyTorch 的笔记对应的代码,点击查看 PyTorch 笔记在线电子书
Mathew-q/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net