Pinned Repositories
algorithms
Algorithms & Data structures in C++.
chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
cs231n-spring2017
CS231n-Spring 2017 solutions
Leetcode
Leetcode implementation
ml-algorithms
Implementation of some popular machine learning algorithms
pytorch-rl
Deep Reinforcement Learning with pytorch & visdom
semantic-image-segmentation
Some notes about semantic image segmentation
tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines
kopxiong's Repositories
kopxiong/cs231n-spring2017
CS231n-Spring 2017 solutions
kopxiong/Leetcode
Leetcode implementation
kopxiong/algorithms
Algorithms & Data structures in C++.
kopxiong/chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
kopxiong/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
kopxiong/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
kopxiong/ml-algorithms
Implementation of some popular machine learning algorithms
kopxiong/pytorch-rl
Deep Reinforcement Learning with pytorch & visdom
kopxiong/semantic-image-segmentation
Some notes about semantic image segmentation
kopxiong/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines
kopxiong/dl_lab_2016
Deep Learning Lab Course 2016 at University of Freiburg
kopxiong/DNN_Analysis_Visualization
Deep neural network analysis and visualization
kopxiong/git-test
test for git tutorial
kopxiong/modern-cpp-features
A cheatsheet of modern C++ language and library features.
kopxiong/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
kopxiong/pytorch-generative-adversarial-networks
A very simple generative adversarial network (GAN) in PyTorch
kopxiong/PyTorchZeroToAll
Simple PyTorch Tutorials Zero to ALL!
kopxiong/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
kopxiong/tensorflow
Computation using data flow graphs for scalable machine learning