Pinned Repositories
ark
A GPU-driven system framework for scalable AI applications
Attention-Backbone
A repository for attention block, include paper and code
awesome-transformers-in-medical-imaging
A collection of resources on applications of Transformers in Medical Imaging.
AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
Caltech-CS179
coding-interview-university
A complete computer science study plan to become a software engineer.
CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
KuiperCourse
b站上的课程
ShoesShop
鞋子商店
xioaxin's Repositories
xioaxin/KuiperCourse
b站上的课程
xioaxin/ShoesShop
鞋子商店
xioaxin/ark
A GPU-driven system framework for scalable AI applications
xioaxin/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
xioaxin/coding-interview-university
A complete computer science study plan to become a software engineer.
xioaxin/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
xioaxin/ECE408
xioaxin/Github_CI-CD
The start project of automatic CI/CD of github.
xioaxin/H-DenseUNet
TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes
xioaxin/Hipe
Hipe是采用C++11编写的高性能、跨平台、简单易用且功能强大的C++并发库。内置了多个独立线程池(Thread Pool),可针对多种场景提供高并发服务。(A high performance concurrent library)
xioaxin/How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
xioaxin/key-book
《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。在线阅读地址:https://datawhalechina.github.io/key-book/
xioaxin/KuiperInfer
带你从零实现一个高性能的深度学习推理库,Implement a high-performance deep learning inference library step by step
xioaxin/LSSED
LSSED: A ROBUST SEGMENTATION NETWORK FOR INFLAMED APPENDIX FROM CT IMAGES
xioaxin/MavenEnvironment
MavenEnvironment
xioaxin/medicines
医药销售
xioaxin/MicroManagement
xioaxin/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
xioaxin/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
xioaxin/pybind_cmake_example
xioaxin/recipes
Some code snippets for sharing
xioaxin/Shop_Yao
This is the repository of shop
xioaxin/SpringBootWebSocket
xioaxin/Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
xioaxin/TensorRT
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
xioaxin/tensorrt-cpp-api
A tutorial project demonstrating how to use the TensorRT C++ API
xioaxin/TinyWebServer
:fire: Linux下C++轻量级Web服务器学习
xioaxin/TotalSegmentator
Tool for robust segmentation of 104 important anatomical structures in CT images
xioaxin/xioaxin.github.io
可 fork 的博客教程模板
xioaxin/zookeeperDesign
⭐⭐⭐zk的设计与使用(集群,dubbo,分布式锁,master选举,负载均衡,watch,权限等)