Pinned Repositories
algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
All-IT-Ebooks
收集了近万本计算机电子书,有需要时拿来看看。不定期更新。
animeface-2009
Face and Landmark Detector for Anime/Manga. This is 2009s version of Imager::AnimeFace, but it works on recent system.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
awesome-human-pose-estimation
A collection of awesome resources in Human Pose estimation.
awesome-imbalanced-learning
A curated list of awesome imbalanced learning papers, codes, frameworks, and libraries. | 类别不平衡学习:论文、代码、框架与库
CUDA-Programming
Sample codes for my CUDA programming book
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
ituring-cs-book
:books: 图灵计算机科学丛书
AIgiraffe's Repositories
AIgiraffe/algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
AIgiraffe/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
AIgiraffe/ituring-cs-book
:books: 图灵计算机科学丛书
AIgiraffe/awesome-industrial-anomaly-detection
Paper list and datasets for industrial image anomaly/defect detection (updating). 工业异常/瑕疵检测论文及数据集检索库(持续更新)。
AIgiraffe/Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
AIgiraffe/Awesome-Pruning
A curated list of neural network pruning resources.
AIgiraffe/Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
AIgiraffe/books
Awesome Books
AIgiraffe/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
AIgiraffe/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
AIgiraffe/CDT_MSc_Thesis
AIgiraffe/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
AIgiraffe/cv_note
记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/
AIgiraffe/dirtysalt.github.io
an amateur programmer
AIgiraffe/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
AIgiraffe/Image-processing-algorithm
paper implement
AIgiraffe/libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
AIgiraffe/micronet
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regula
AIgiraffe/MVision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
AIgiraffe/My-ebook
AIgiraffe/NVIDIA_SGEMM_PRACTICE
Step-by-step optimization of CUDA SGEMM
AIgiraffe/onnx2torch
Convert ONNX models to PyTorch.
AIgiraffe/orange3
🍊 :bar_chart: :bulb: Orange: Interactive data analysis
AIgiraffe/Orion
A machine learning library for detecting anomalies in signals.
AIgiraffe/Python
All Algorithms implemented in Python
AIgiraffe/RustBooks
List of Rust books
AIgiraffe/Selected-Works-of-MaoTseTung
***选集(1-7:原版五卷+静火+赤旗+草堂)
AIgiraffe/Surface-Defect-Detection
📈 目前最大的工业缺陷检测数据库及论文集 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance.
AIgiraffe/tengine
A distribution of Nginx with some advanced features
AIgiraffe/YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 1.7M (int8) and 3.3M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~