Pinned Repositories
apachecn-algo-zh
ApacheCN 数据结构与算法译文集
DDNN
A low-latency and fault-tolerant framework for Distributed and Deep Neural Networks over the Cloud-to-Things Continuum
ddnn-1
ddnn_with_pruning
deploy DDNN on edge devices after pruning
deep-learning-channel-estimation
Simulation code for “Channel Estimation in Massive MIMO under Hardware Non-Linearities: Bayesian Methods versus Deep Learning,” by Özlem Tugfe Demir, Emil Björnson, IEEE Open Journal of the Communications Society, To appear.
dosvpn
🚀 极速、简单、开源的VPN访问外网学习先进科学技术的必备工具
draw_convnet
DREAM
Deep reinforcement learning for REsource Allocation in streaM processing
DRL-based-MEC
Mobile Edge Computing Server based on Deep Reinforcement Learning (One-on-one)
eua-dataset
Edge server, user dataset for Edge Computing research
VegetablesBird6's Repositories
VegetablesBird6/apachecn-algo-zh
ApacheCN 数据结构与算法译文集
VegetablesBird6/DDNN
A low-latency and fault-tolerant framework for Distributed and Deep Neural Networks over the Cloud-to-Things Continuum
VegetablesBird6/ddnn_with_pruning
deploy DDNN on edge devices after pruning
VegetablesBird6/deep-learning-channel-estimation
Simulation code for “Channel Estimation in Massive MIMO under Hardware Non-Linearities: Bayesian Methods versus Deep Learning,” by Özlem Tugfe Demir, Emil Björnson, IEEE Open Journal of the Communications Society, To appear.
VegetablesBird6/dosvpn
🚀 极速、简单、开源的VPN访问外网学习先进科学技术的必备工具
VegetablesBird6/DRL-based-MEC
Mobile Edge Computing Server based on Deep Reinforcement Learning (One-on-one)
VegetablesBird6/eua-dataset
Edge server, user dataset for Edge Computing research
VegetablesBird6/fast-near-duplicate-image-search
Fast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
VegetablesBird6/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
VegetablesBird6/Leetcode-1
🎓Leetcode solutions in Python 📚
VegetablesBird6/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
VegetablesBird6/nanodet
⚡Super fast and lightweight anchor-free object detection model. 🔥Only 1.8mb and run 97FPS on cellphone🔥
VegetablesBird6/NanoDet-PyTorch
基于NanoDet项目进行小裁剪,专门用来实现PyTorch 版本的代码,下载直接能使用,支持图片、视频文件、摄像头实时目标检测。
VegetablesBird6/nn_vis
A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.
VegetablesBird6/nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
VegetablesBird6/PlotNeuralNet
Latex code for making neural networks diagrams
VegetablesBird6/python-data-structure-cn
problem-solving-with-algorithms-and-data-structure-using-python 中文版
VegetablesBird6/PyTorch-Spiking-YOLOv3
A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
VegetablesBird6/RepVGG
RepVGG: Making VGG-style ConvNets Great Again
VegetablesBird6/Resources-Allocation-in-The-Edge-Computing-Environment-Using-Reinforcement-Learning
Simulated the scenario between edge servers and users with a clear graphic interface. Also, implemented the continuous control with Deep Deterministic Policy Gradient (DDPG) to determine the resources allocation (offload targets, computational resources, migration bandwidth) in the edge servers
VegetablesBird6/ScaledYOLOv4
VegetablesBird6/study_resources
study resources of model and engineering
VegetablesBird6/TensorRT
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
VegetablesBird6/tensorrt_demos
TensorRT YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
VegetablesBird6/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
VegetablesBird6/trt-samples-for-hackathon-cn
Simple samples for TensorRT programming
VegetablesBird6/YOLO-Multi-Backbones-Attention
Model Compression—YOLOv3 with multi lightweight backbones(ShuffleNetV2 HuaWei GhostNet), attention, prune and quantization
VegetablesBird6/yolov3-channel-and-layer-pruning
yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
VegetablesBird6/YOLOv3-complete-pruning
提供对YOLOv3及Tiny的多种剪枝版本,以适应不同的需求。
VegetablesBird6/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/