Pinned Repositories
algorithm
data structure
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
bert
TensorFlow code and pre-trained models for BERT
c-_primer
c_c-_study
just a study
cs231n
study cs231n
Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
DeepLearning
Some practices about deep learning
FATE-Serving
A scalable, high-performance serving system for federated learning models
free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
deadlywing's Repositories
deadlywing/algorithm
data structure
deadlywing/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
deadlywing/bert
TensorFlow code and pre-trained models for BERT
deadlywing/c-_primer
deadlywing/c_c-_study
just a study
deadlywing/cs231n
study cs231n
deadlywing/Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
deadlywing/DeepLearning
Some practices about deep learning
deadlywing/FATE-Serving
A scalable, high-performance serving system for federated learning models
deadlywing/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
deadlywing/git-test
test
deadlywing/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
deadlywing/learngit
study for git and github
deadlywing/MachineLearning
Basic Machine Learning and Deep Learning
deadlywing/notebook
notebook-inline
deadlywing/os_kernel_lab
OS kernel labs based on Rust/C Lang & RISC-V 64/X86-32
deadlywing/python_notes
personal notes on python
deadlywing/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
deadlywing/R_restudy
restudy_R
deadlywing/reinforcement-learning-an-introduction
Python implementation of Reinforcement Learning: An Introduction
deadlywing/simplified-deeplearning
Simplified implementations of deep learning related works
deadlywing/spinningup
An educational resource to help anyone learn deep reinforcement learning.
deadlywing/spu
SPU (Secure Processing Unit) aims to be a provable, measurable secure computation device, which provides computation ability while keeping your private data protected.
deadlywing/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
deadlywing/tensorflow-generative-model-collections
Collection of generative models in Tensorflow
deadlywing/vecstack
Python package for stacking (machine learning technique)
deadlywing/YOLOv3-model-pruning
对 YOLOv3 做模型剪枝(network slimming),对于 oxford hand 数据集(因项目需要),模型剪枝后的参数量减少 80%,Infer 的速度达到原来 2 倍,mAP 基本不变
deadlywing/yolov3-network-slimming
yolov3 network slimming剪枝的一种实现