All Projects → frombeijingwithlove → Dlcv_for_beginners

frombeijingwithlove / Dlcv_for_beginners

Licence: bsd-3-clause
《深度学习与计算机视觉》配套代码

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dlcv for beginners

Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+173.23%)
Mutual labels:  classification, segmentation, unet, detection
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+1.13%)
Mutual labels:  classification, segmentation, caffe, detection
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (-49.36%)
Mutual labels:  classification, gan, segmentation, detection
crowd density segmentation
The code for preparing the training data for crowd counting / segmentation algorithm.
Stars: ✭ 21 (-98.31%)
Mutual labels:  caffe, detection, segmentation
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (-90.51%)
Mutual labels:  classification, segmentation, detection
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (+93.33%)
Mutual labels:  classification, segmentation, mxnet
Awesome Gan For Medical Imaging
Awesome GAN for Medical Imaging
Stars: ✭ 1,814 (+45.82%)
Mutual labels:  gan, segmentation, detection
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (-95.5%)
Mutual labels:  detection, classification, segmentation
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (-48.23%)
Mutual labels:  detection, classification, segmentation
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-94.69%)
Mutual labels:  caffe, mxnet, detection
Tensorflow Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Stars: ✭ 4,122 (+231.35%)
Mutual labels:  classification, gan, regression
Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (-91.88%)
Mutual labels:  classification, segmentation, unet
Tianchi Medical Lungtumordetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
Stars: ✭ 314 (-74.76%)
Mutual labels:  classification, segmentation, unet
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+257.56%)
Mutual labels:  classification, book, regression
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (-85.61%)
Mutual labels:  classification, segmentation, detection
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (-95.34%)
Mutual labels:  detection, classification, segmentation
Cvpods
All-in-one Toolbox for Computer Vision Research.
Stars: ✭ 277 (-77.73%)
Mutual labels:  classification, segmentation, detection
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-96.62%)
Mutual labels:  classification, book, regression
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-96.06%)
Mutual labels:  segmentation, caffe, detection
Audio Pretrained Model
A collection of Audio and Speech pre-trained models.
Stars: ✭ 61 (-95.1%)
Mutual labels:  caffe, mxnet

《深度学习与计算机视觉》配套代码

感谢大家在issue里提的各种问题,因为太久没有更新了,本打算在春节前集中精力更新一把,不过看了一圈之后有些无从下手的感觉,再加上和图书公司的编辑讨论过应该不会出第二版或者重新印刷的版本,所以决定放弃……

我自己还发现的一个错误是关于特征值那块,SVD并不是用于不正定矩阵的,而是用于不对称矩阵的,详见更新后的知乎回答: https://www.zhihu.com/question/20507061/answer/120540926 其他部分的勘误要么已经在勘误.pdf里,要么在issue里大家的讨论基本上是正确的

本repo预计不会再更新(坦白讲本书后半部分内容已过时),如实在有问题请给我本人github私信:yeyun11

祝各位春节快乐,2020年除夕

_

封面

原名《深度学习与计算机视觉:实例入门》,请注意:这本书定位是入门书

代码点这里。所有彩色图表电子版下载点这里,第五章和第六章的彩色图表参见在线版:第五章上第五章下第六章

因为某些我无法理解的原因,书中英文被出版社要求强行翻译,最后:1)部分英文不同程度的被翻译成了中文,2)导致英文文献占大部分的文献列表未能放到书中。引用文献列表点这里

内容错误请到这里提出。勘误表点这里

购买链接:京东亚马逊当当

代码快速指引

第五章:numpy、matplotlib可视化的例子
第六章:物体检测标注小工具和本地数据增强小工具
第七章:二维平面分类,分别基于Caffe和MXNet
第八章:MNIST分类,分别基于Caffe和MXNet
第九章:基于Caffe回归图像混乱程度,及卷积核可视化
第十章:从ImageNet预训练模型进行迁移学习美食分类模型,混淆矩阵,ROC曲线绘制及模型类别响应图可视化,基于Caffe
第十二章:用MNIST训练Siamese网络,t-SNE可视化,基于Caffe
书中未包含杂七杂八:包括制造对抗样本(Caffe)、二维GAN及训练过程可视化(PyTorch)、给色情图片自动打马赛克(Caffe)、模型融合(Caffe)、图像分割(PyTorch)
模型剪枝(PyTorch)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].