К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Advanced Computer Vision with TensorFlow · LearnSpace
Назад в каталог
courseraАнализ данных

Advanced Computer Vision with TensorFlow

Курс от DeepLearning.AI
Средний≈ 19 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

In this course, you will: a) Explore image classification, image segmentation, object localization, and object detection. Apply transfer learning to object localization and detection. b) Apply object detection models such as regional-CNN and ResNet-50, customize existing models, and build your own models to detect, localize, and label your own rubber duck images. c) Implement image segmentation using variations of the fully convolutional network (FCN) including U-Net and d) Mask-RCNN to identify and detect numbers, pets, zombies, and more. d) Identify which parts of an image are being used by your model to make its predictions using class activation maps and saliency maps and apply these ML interpretation methods to inspect and improve the design of a famous network, AlexNet. The DeepLearning.AI TensorFlow: Advanced Techniques Specialization introduces the features of TensorFlow that provide learners with more control over their model architecture and tools that help them create and train advanced ML models. This Specialization is for early and mid-career software and machine learning engineers with a foundational understanding of TensorFlow who are looking to expand their knowledge and skill set by learning advanced TensorFlow features to build powerful models.

Навыки, которые вы освоите

Computer VisionTensorflowTransfer LearningConvolutional Neural NetworksModel EvaluationVisualization (Computer Graphics)Image AnalysisClassification AlgorithmsModel OptimizationModel TrainingDeep LearningFine-tuningApplied Machine Learning

Программа курса

4 модулей · 81 учебных материалов

01Introduction to Computer Vision19 материалов

Concepts in Computer Vision

Welcome to Course 3ВидеоWelcome to the course!ЧтениеClassification and Object Detection IntroВидеоSegmentation IntroВидео

Учитесь у экспертов

Laurence Moroney

Instructor

Eddy Shyu

Instructor

Advanced Computer Vision with TensorFlow
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 19 ч

4 модулей

Язык: Английский

Субтитры: Арабский, Французский, Бенгальский, Узбекский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Нидерландский, Корейский, Немецкий, Пушту, Урду, Русский, Тайский, Индонезийский, Шведский, Турецкий, Азербайджанский, Испанский, Дари, Хинди, Японский, Казахский, Венгерский, Польский

Часть программы вашего университета
Prerequisite & ReferencesЧтение
Join the DeepLearning.AI Forum to ask questions, get support, or share amazing ideas!Чтение

Transfer Learning

Why Transfer Learning?ВидеоWhat is Transfer Learning?ВидеоOptions in Transfer LearningВидеоTransfer LearningЛабораторная

Advanced Transfer Learning

Transfer Learning with ResNet50ВидеоResNet50 in codeВидеоTransfer Learning with ResNet 50Лабораторная

Object Localization and Detection

Network architecture for Object LocalizationВидеоEvaluating Object LocalizationВидеоImage Classification and Object LocalizationЛабораторная

Lecture Notes (Optional)

Lecture Notes Week 1Чтение

Week 1 Quiz: Introduction and Concepts of Computer Vision

Introduction and Concepts of Computer VisionЗадание

Assignment: Bird Boxes

Bird BoxesПрограммирование
02Object Detection24 материалов

Object Detection

Object Detection and Sliding WindowsВидеоReferences: Amazon Rekognition, PowerAI & DIGITSЧтениеR-CNNВидеоFast R-CNNВидеоFaster R-CNNВидеоReference: R-CNN, Fast R-CNN Чтение

Object Detection in TensorFlow

Getting the Model from TensorFlow HubВидеоReference: TensorFlow HubЧтениеRunning the Model on an ImageВидеоImplement Simple Object DetectionЛабораторнаяPredicting Bounding Boxes for Object DetectionЛабораторная

Object Detection APIs

Installation and overview of APIsВидеоVisualization with APIsВидеоRead about the Object Detection APIЧтениеUse the Object Detection APIЧтение

Retraining with the Object Detection API

Loading a RetinaNet ModelВидеоReference: RetinaNet, Model GardenЧтениеLoading WeightsВидеоData Prep and Training OverviewВидеоCustom Training Loop CodeВидеоEager Few Shot Object DetectionЧтение

Lecture Notes (Optional)

Lecture Notes Week 2Чтение

Week 2 Quiz: Object Detection

Object DetectionЗадание

Assignment: Zombie Detector

Zombie DetectorПрограммирование
03Image Segmentation20 материалов

Image Segmentation Overview

Image Segmentation OverviewВидеоPopular Image Segmentation ArchitecturesВидеоReferences: FCNЧтениеFCN Architecture DetailsВидеоUpsampling MethodsВидеоEncoder in CodeВидеоReference: CamVid ЧтениеDecoder in CodeВидеоEvaluation with IoU and Dice ScoreВидеоImplement a Fully Convolutional Neural NetworkЛабораторная

U-Net

U-Net OverviewВидеоReference: U-NetЧтениеU-Net Code: EncoderВидеоU-Net Code: DecoderВидеоImplement a UNetЛабораторная

Instance Segmentation

Instance SegmentationВидеоInstance Segmentation DemoЛабораторная

Lecture Notes (Optional)

Lecture Notes Week 3Чтение

Week 3 Quiz: Image Segmentation

Image SegmentationЗадание

Assignment: Image Segmentation of Handwritten Digits

Image Segmentation of Handwritten DigitsПрограммирование
04Visualization and Interpretability18 материалов

Intro to Visualization and Interpretation

Why Interpretation Matters?ВидеоClass Activation MapsВидеоFashion MNIST Class Activation Map code walkthroughВидеоClass Activation Maps with Fashion MNIST (Lab #1)ЛабораторнаяClass Activation Maps "Cats vs Dogs" (Lab #2)Лабораторная

Saliency

SaliencyВидеоSaliency Maps (Lab #3)Лабораторная

Gradients and Class Activation Maps

GradCAMВидеоReference: GradCamЧтениеGradCAM (Lab #4)Лабораторная

Improving a model with Interpretation

ZFNetВидеоReference: ZFNetЧтение

Lecture Notes (Optional)

Lecture Notes Week 4Чтение

Week 4 Quiz: Visualization and Interpretation

Visualization and InterpretationЗадание

End of Access to Lab Notebooks

[IMPORTANT] Reminder about end of access to Lab NotebooksЧтение

Assignment: Cats vs Dogs Saliency Maps

Cats vs Dogs Saliency MapsПрограммирование

Course Resources

References Чтение

Acknowledgments

AcknowledgmentsЧтение