23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Deep Learning For Computer Vision With TensorFlow 2
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This course is focused in the application of Deep Learning for image classification and object detection. This course originally was designed in TensorFlow version 1.X but now all codes were updated with TensorFlow version 2.X, mainly by the use of Google Colaboratory(Colab).
If you dont have an available GPU in your local system or you want to experiment in an environment without any previous installation or setup, dont worry you can follow the course smootly because all codes were optimized in Google Colab.
The course starts with a concise review of the main concepts in Deep Learning, because this course focused in the application of Deep Learning in the computer vision field.
The main computer vision tasks covered in this course are image classification and object detection.
After reviewing the deep learning theory you will enter in the study of Convolutional Neural Networks (ConvNets) for image classification studying the following concepts and algorithms:
– Image Fundamentals
– Loading images in TensorFlow
– The building blocks of ConvNets such as:
Convolution Operation,
Filters,
Batch Normalization,
ReLU Function,
DropOut,
Pooling Layers,
Dilation,
Shared Weights,
Image Augmentation, etc
– Different ConvNets architectures such as:
LeNet5,
AlexNet,
VGG-16,
ResNet
Inception.
– Many practical applications using famous datasets such as:
Covid19 on X-Ray images,
CIFAR10,
BCCD,
COCO dataset,
Open Images Dataset V6 through Voxel FiftyOne,
ROBOFLOW,
You will also learn how to work and collect image data through web scraping with
Python and Selenium.
Finally in the Object Detection chapter we will explore the theory and the application using Transfer Learning approach using the lastest state of the art algorithms with practical applications. Some of the content in this Chapter is the following:
– Theoretical background for Selective Search algorith,
– Theoretical background for R-CNN, Fast R-CNN and Faster R-CNN,
– Faster R-CNN application on BCCD dataset for detecting blood cells,
– Theoretical background for Single Shot Detector (SSD),
– Training your customs datasets using different models with TensorFlow Object Detection API
– Object Detection on images, videos and livestreaming,
– YOLOv2 theory and practical application in a custom dataset (R2D2 dataset)
– YOLOv3 practical application in a custom dataset (R2D2 and C3PO dataset)
– YOLOv4 theory and practical application in a custom dataset (R2D2 and C3PO dataset)
Finally you will learn how to construct and train your own dataset through GPU computing running Yolo v2, Yolo v3 and the latest Yolo v4 using Google Colab.
You will find in this course a consice review of the theory with intuitive concepts of the algorithms, and you will be able to put in practice your knowledge with many practical examples using your own datasets.
This course is very well qualified by the students, some of the inspiring comments are:
* Stefan Lankester (5 stars): Thanks Carlos for this valuable training. Good explanation with broad treatment of the subject object recognition in images and video. Showing interesting examples and references to the needed resources. Good explanation about which versions of different python packages should be used for successful results.
* Shihab (5 stars): It was a really amazing course. Must recommend for everyone.
* Estanislau de Sena Filho (5 stars): Excellent course. Excellent explanation. It’s the best machine learning course for computer vision. I recommend it
* Areej AI Medinah (5 stars): The course is really good for computer vision. It consists of all material required to put computer vision projects in practice. After building a great understanding through theory, it also gives hands-on experience.
* Dave Roberto (5 stars): The course is completely worth it. The teacher clearly conveys the concepts and it is clear that he understands them very well (there is not the same feeling with other courses). The schemes he uses are not the usual ones you can see in other courses, but they really help much better to illustrate and understand. I would give eight stars to the course, but the maximum is five. It’s one of the few Udemy courses that has left me really satisfied.
The student has the opportunity to get a feedback from the instructor through Q&A forums, by email: [email protected] or by Twitter: @AILearningCQ Who this course is for:
Professionals who wants to learn advanced applications on Computer Vision using deep learning concepts. It’s an intermediate level course not intended for begineers.
Requirements
Machine Learning concepts, Linear Algebra, Python, TensorFlow, Keras and OpenCV
Last Updated 10/2021
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
92 B
.pad/1
35 B
.pad/10
594.4 KB
.pad/11
72.6 KB
.pad/2
322.8 KB
.pad/3
39 B
.pad/4
503.7 KB
.pad/5
503.7 KB
.pad/6
607.3 KB
.pad/7
415.3 KB
.pad/8
96.6 KB
.pad/9
156.5 KB
TutsNode.com.txt
63 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/1. Installation and Setup/1. Introduction to the course.srt
3.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/1. Installation and Setup/2. Google Colaboratory.srt
6.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/1. Installation and Setup/3. Install TensorFlow-GPU in local machine.srt
14.4 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/1. Installation and Setup/4. Codes and Resources.html
148 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/1. Installation and Setup/4.1 CV-TF1.X-2.X.zip
498.1 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/1. Installation and Setup/4.2 requirements.txt
116 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/1. Deep Learning Overview.srt
16.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/2. Gradient Descent.srt
8.1 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/3. Beyond Gradient Descent.srt
12 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/4. Loss Functions.srt
8.7 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/5. Regularization.srt
8.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/6. Activation Functions.srt
13.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/7. Evaluating Activation Functions with Keras.srt
13.8 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/2. Deep Learning Overview/8. Multilayer Perceptron with Keras.srt
13.8 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/1. Image Fundamentals.srt
10.4 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/10. Fully Connected Layer.srt
6.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/11. Load data from image directory in TensorFlow 2.srt
15.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/14. Data Augmentation with TF2.X - Keras.srt
18.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/15. Detect COVID19 on X-Ray images.srt
19.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/16. Pretrained Models - VGG16.srt
9.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/17. ResNet Model.srt
23 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/17.1 Deep_Residual_Networks(ResNet).pdf
800.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/18. ResNet50 in Keras.srt
19.7 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/18.1 ResNet50 Keras-Cifar10.zip
1.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/19. Inception Network.srt
15.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/2. Convolutional Neural Network model.srt
9.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/20. Inception Module with TensorFlow.srt
22.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/20.1 Cifar10-Inception-TF1.X.ipynb.zip
33.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/3. Convolutional Operation.srt
14.7 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/4. Convolution Operation examples.srt
6 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/6. Max Pooling.srt
7.7 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/7. ReLU function.srt
5.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/8. Batch Normalization.srt
8.1 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/3. Convolutional Neural Networks/9. DropOut.srt
4.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/1. Introduction.srt
1.1 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/2. Scraping images with Selenium.mp4
160.4 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/2. Scraping images with Selenium.srt
23.1 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/2.1 Image Web Scraping Selenium.zip
2.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/3. Open Images Dataset V6 and Voxel FiftyOne.mp4
166.9 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/3. Open Images Dataset V6 and Voxel FiftyOne.srt
17.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/4. Roboflow.srt
17.4 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/4. Creating an Image Datasets/5. Labeling data with LabelImg.srt
10.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/1. Introduction.srt
1.6 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/10. The YOLO (You only look once) Model.mp4
161.1 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/10. The YOLO (You only look once) Model.srt
23.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/10.1 Yolo v1.html
97 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/11. YOLOv2 the first upgrade of the model.srt
19.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/12. Running YOLO v2 on images.mp4
159.9 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/12. Running YOLO v2 on images.srt
18.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/12.1 Yolo repo.html
96 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/12.2 Yolo v2 web page.html
97 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/12.3 yolo_installation.txt
528 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/12.4 yolo.zip
180.5 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/13. YOLOv2 on video and webcam.srt
14 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/13.1 Yolo v2 web page.html
97 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/14. Detecting custom objects with Yolo v2.srt
13.6 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/14.2 Yolo v2 web page.html
97 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/14.3 Yolo v3 web page.html
95 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/14.4 yolov2_weights.zip
180.5 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/14.5 yolov2-1c.zip
741 B
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/15. Detecting custom objects with Yolov2 in Jupyter.srt
21.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/15.1 Yolov2-training your own dataset in Jupyter.zip
726 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/16. Train your own dataset in Yolov3-Colab-Part 1.srt
20.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/16.1 cudnn-10.0-linux-x64-v7.5.0.56.tgz
412.8 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/16.3 yolov3_custom_dataset.zip
778.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/17. Train your own dataset in Yolov3-Colab-Part 2.srt
15.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/18. Yolov4 under the hood - Part 1.srt
11.6 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/19. Yolov4 under the hood - Part 2.srt
16.9 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/2. The beginnings Selective Search Algorithm.srt
8.4 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/20. Train your custom dataset with Yolov4 in Google Colab.mp4
181.3 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/20. Train your custom dataset with Yolov4 in Google Colab.srt
23.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/20.1 yolov4_custom_dataset.zip
809.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/20.3 yolov4.zip
228.5 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/21. Final Class and Beyond.srt
1.6 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/3. Metrics in Object Detection Models.srt
14 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/4. Fast R-CNN.srt
8.3 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/4.1 Fast-R-CNN.pdf
714 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/5. Faster R-CNN.srt
14.4 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/6. SSD (Single Shot Detector).mp4
160.2 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/6. SSD (Single Shot Detector).srt
21.7 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/7. TensorFlow2 Object Detection API on images and videos.mp4
168.6 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/7. TensorFlow2 Object Detection API on images and videos.srt
22.5 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/8. Train Blood Cells Dataset in TensorFlow Object Detection part1.srt
13.2 KB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/9. Train Blood Cells Dataset in TensorFlow Object Detection part2.mp4
176.4 MB
[TutsNode.com] - Deep Learning for Computer Vision with TensorFlow 2/5. Object Detection/9. Train Blood Cells Dataset in TensorFlow Object Detection part2.srt