chenzomi12 / DeepLearning-In-ActionLinks
《深度学习原理与实践》相关代码——source code of the book <deep learning in action>
☆66Updated 7 years ago
Alternatives and similar repositories for DeepLearning-In-Action
Users that are interested in DeepLearning-In-Action are comparing it to the libraries listed below
Sorting:
- 《深入浅出 PyTorch——从模型到源码》源代码和勘误(见Issues)☆347Updated 2 years ago
- 计算机视觉项目实战☆119Updated 5 years ago
- 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等 https://dataxujing.github.io/CNN-paper2/☆182Updated 5 years ago
- 仅使用numpy从头开始实现神经网络,包括反向传播公式推导过程; numpy构建全连接层、卷积层、池化层、Flatten层;以及图像分类案例及精调网络案例等,持续更新中... ...☆546Updated 4 years ago
- A simple deep neural network implemented in C++,based with OpenCV Mat matrix class☆315Updated 6 years ago
- ☆140Updated last year
- yolov1,v2 a minimal tutorial-like implementation on PyTorch☆63Updated 2 years ago
- AlexeyAB-DarkNet源码解析☆354Updated 5 years ago
- C++ inplementation of CNN(Cnnvolutional Neural Network) for image classification☆100Updated 2 years ago
- 《深度学习之PyTorch实战计算机视觉》全书代码☆135Updated 6 years ago
- 目标检测☆110Updated 5 years ago
- 本仓库我将使用谷歌TensorFlow2框架逐一复现经典的卷积神经网络:LeNet、AlexNet、VGG系列、GooLeNet、ResNet 系列、DenseNet 系列,以及现在比较经典的目标检测网络、语义分割网络等。☆355Updated 3 years ago
- this is all of my code and data with my deep learning note☆236Updated 2 months ago
- Deep Learning Accelerate Knowledge Review☆35Updated 6 years ago
- www.giantpandacv.com☆152Updated last year
- NumPy-based Dynamic Deep Learning Framework☆83Updated last month
- Object detection learning path☆85Updated 3 years ago
- This project contains some deep learning code☆359Updated 2 weeks ago
- the implementation of YoloV1 by tensorflow☆108Updated 4 years ago
- Vehicle Detection Project☆119Updated 7 years ago
- We will introduce the researchers who made great contributions to DNNs in the projects.☆200Updated 6 years ago
- Hands on computer vision with Tensorflow☆78Updated 5 years ago
- 代码 -《深度学习之PyTorch物体检测实战》☆868Updated 3 years ago
- TensorFlow2.0 官方教程翻译,基本概念讲解、实战项目、TensorFlow2.0编程技巧。☆202Updated 6 years ago
- Learning YOLOv3 from scratch 从零开始学习YOLOv3代码☆216Updated 3 years ago
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆170Updated 6 years ago
- The platform for object detection research☆44Updated 4 years ago
- 飞翔的荷兰人带你入门目标检测-第一季(Yolo-v1)☆23Updated 2 years ago
- demo☆131Updated 5 years ago
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆224Updated 6 years ago