高质量 Git 仓库汇总(持续更新,方便查看)

Leetcode

https://github.com/kamyu104/LeetCode-Solutions

Cmake

https://github.com/viva64/pvs-studio-cmake-examples

3D目标检测

Awesome-3D-Object-Detection

Awesome-3D-Object-Detection-for-Autonomous-Driving

Cuda Code

dbscan

https://github.com/l3lackcurtains/dbscan-kdtree-cuda

https://github.com/xmba15/generic_dbscan

KNN

https://github.com/vincentfpgarcia/kNN-CUDA

kdtree

https://github.com/zlccccc/3dpoint_cuda_kdtree

https://github.com/swordcheng/kdtree_gpu

https://github.com/lkawka/3d-nearest-neighbor-search-in-kd-tree-cuda

Icp

https://github.com/littlebearsama/xxCu3Dlibrary

BEV

Awesome-BEV-Perception-Multi-Cameras

视觉slam

https://github.com/changh95/visual-slam-roadmap

边缘计算

https://github.com/wangxb96/Awesome-AI-on-the-Edge

Awesome-AI-on-the-Edge,主要包括以下内容:

1.背景知识

1.1.边缘计算

1.2.边缘AI

1.2.1.关于边缘 AI的博客

2.调研

2.1我们的调研

2.2.关于边缘ai的重要调研(与边缘推理和模型

部署有关)

3.边缘智能的高效计算方法

3.1数据预处理

3.1.1.数据清理

3.1.2特征压缩

3.1.2.1.特征选择

3.1.2.2.特征提取

3.1.3数据扩充

3.2高效模型体系结构

3.2.1紧凑型架构

3.2.2神经结构搜索(NAS)

3.3模型压缩

3.3.1剪枝

3.3.2参数共享

3.3.3量化

3.3.4.知识蒸馏

3.3.5.低秩分解

3.4.模型加速

3.4.1.AI推理框架

3.4.2Al模型加速

Deep leaning

深度学习面试

相关推荐
西岸行者4 天前
学习笔记:SKILLS 能帮助更好的vibe coding
笔记·学习
悠哉悠哉愿意4 天前
【单片机学习笔记】串口、超声波、NE555的同时使用
笔记·单片机·学习
别催小唐敲代码4 天前
嵌入式学习路线
学习
毛小茛4 天前
计算机系统概论——校验码
学习
babe小鑫4 天前
大专经济信息管理专业学习数据分析的必要性
学习·数据挖掘·数据分析
winfreedoms4 天前
ROS2知识大白话
笔记·学习·ros2
在这habit之下4 天前
Linux Virtual Server(LVS)学习总结
linux·学习·lvs
我想我不够好。4 天前
2026.2.25监控学习
学习
im_AMBER4 天前
Leetcode 127 删除有序数组中的重复项 | 删除有序数组中的重复项 II
数据结构·学习·算法·leetcode
CodeJourney_J4 天前
从“Hello World“ 开始 C++
c语言·c++·学习