Pinned Repositories
-
《软硬结合——从零打造物联网》 基于JS的物联网教程。
3D-Machine-Learning
A resource repository for 3D machine learning
annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
awesome-cheatsheet
A collection of awesome cheatsheets. Including git, python, c/c++, frontend, matlab, markdown, etc.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-matlab
A curated list of awesome Matlab frameworks, libraries and software.
awesome-MATLAB-1
A curated list of awesome MATLAB toolboxes, applications, software and resources.
awesome-matlab-robotics
This is a list of awesome demos, tutorials, utilities and overall resources for the robotics community that use MATLAB and Simulink.
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
opencv
Open Source Computer Vision Library
kxdzg's Repositories
kxdzg/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
kxdzg/awesome-matlab
A curated list of awesome Matlab frameworks, libraries and software.
kxdzg/awesome-matlab-robotics
This is a list of awesome demos, tutorials, utilities and overall resources for the robotics community that use MATLAB and Simulink.
kxdzg/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
kxdzg/opencv
Open Source Computer Vision Library
kxdzg/-
《软硬结合——从零打造物联网》 基于JS的物联网教程。
kxdzg/3D-Machine-Learning
A resource repository for 3D machine learning
kxdzg/annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
kxdzg/awesome-MATLAB-1
A curated list of awesome MATLAB toolboxes, applications, software and resources.
kxdzg/awesome-neuroscience
A curated list of awesome neuroscience libraries, software and any content related to the domain.
kxdzg/awesome-point-cloud-analysis
A list of papers and datasets about point cloud analysis (processing)
kxdzg/CP-ALS-QR
This repository contains MATLAB codes for CP tensor decompositions that use the more stable QR decomposition for problems with ill-conditioning
kxdzg/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
kxdzg/free-programming-books
:books: Freely available programming books
kxdzg/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
kxdzg/github-slideshow
A robot powered training repository :robot:
kxdzg/ImageProcessing-Python
该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现,希望该资源对您有所帮助,一起加油。
kxdzg/InterviewGuide
🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们秋招总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持学习,持续成长!
kxdzg/kxdzg
Config files for my GitHub profile.
kxdzg/lihang-code
《统计学习方法》的代码实现
kxdzg/LuaNode
Esp32/esp8266 lua sdk
kxdzg/Machine-Learning
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
kxdzg/practice
I`ll become a good programmer
kxdzg/PyQt
PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5
kxdzg/python_crawler
This repository is mainly about Python web crawler
kxdzg/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
kxdzg/skill-map
程序员技能图谱
kxdzg/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
kxdzg/tensorflow
An Open Source Machine Learning Framework for Everyone
kxdzg/yolo3-pytorch
这是一个yolo3-pytorch的源码,可以用于训练自己的模型。