Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.03 KB

CV_class

computer vision learning

python learning

image processing

  • Opencv
  • Vlfeat

machine learning

  • sklearn
  • Machine Learning in Action:阅读机器学习实战并分析代码实现

deeping learning

  • deepleraning.ai-course :Neural Networks and Deep Learning,Improving Deep Neural Networks,Convolutional Neural Network

基于深度学习的计算机视觉

  • 小象学院课程学习笔记,PPT和资源都很详细

其他资料

  • paper:Deep-Learning-Papers , AdversarialNetsPapers

  • tiny-dnn

header only, dependency-free deep learning framework in C++11

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started. Edit Add topics

  • MatConvNet
  • CS231