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

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

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

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

Introduction to Deep Learning

Курс от University of Colorado Boulder
Средний≈ 18.4 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Introduction to Deep Learning provides a rigorous, concept-driven introduction to the models that power modern AI systems—from image recognition to large language models. You’ll build neural networks from first principles, understanding how forward passes, loss functions, and backpropagation enable learning. As the course progresses, you’ll train and regularize deep models, design convolutional networks for vision, model sequences with RNNs, LSTMs, and attention, and apply transformer-based architectures such as BERT, GPT, and Vision Transformers. You will also look at the latest trends in contrastive learning and CLIP. By combining mathematical foundations with practical application, this course equips you to understand, train, and use deep learning models with confidence. This course can be taken for academic credit as part of CU Boulder’s Masters of Science in Computer Science (MS-CS), Master of Science in Artificial Intelligence (MS-AI), and Master of Science in Data Science (MS-DS) degrees offered on the Coursera platform. These fully accredited graduate degrees offer targeted courses, short 8-week sessions, and pay-as-you-go tuition. Admission is based on performance in three preliminary courses, not academic history. CU degrees on Coursera are ideal for recent graduates or working professionals. Learn more: MS in Artificial Intelligence: https://www.coursera.org/degrees/ms-artificial-intelligence-boulder MS in Computer Science: https://coursera.org/degrees/ms-computer-science-boulder MS in Data Science: https://www.coursera.org/degrees/master-of-science-data-science-boulder

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

Model TrainingRecurrent Neural Networks (RNNs)Vision Transformer (ViT)Model OptimizationNetwork ArchitectureGenerative AIFine-tuningLarge Language ModelingMachine Learning MethodsEmbeddings

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

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

01Neural Network Foundations24 материалов

Welcome to the Course

Course Updates and Accessibility SupportЧтениеEarn Academic Credit for Your Work! ЧтениеCourse SupportЧтениеMachine Learning Introduction​Видео

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

Daniel E. Acuna

Преподаватель курса

Introduction to Deep Learning
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 18.4 ч

5 модулей

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

Субтитры: Дари, Пушту

Часть программы вашего университета
Deep Learning IntroductionВидео
Academic Integrity and AI Use Policy for the Machine Learning SpecializationВидео
Assessment ExpectationsЧтение
Download the Recommended Reading for This CourseЧтение

From Linear Models to Neural Networks

From Linear Models to Neural Networks - Recommended ReadingЧтениеFrom Linear Regression to the Artificial NeuronВидеоActivation Functions and Non-Linearity: The Mathematical Notation and Problem SetupВидеоActivation Functions and Non-Linearity: Why Non-Linearity is ImportantВидеоActivation Functions and Non-Linearity: Sigmoid Activation and its GradientВидеоActivation Functions and Non-Linearity: Rectified Linear Unit Activation and its GradientВидеоActivation Functions and Non-Linearity: Other Activations and How to Choose Among ThemВидео

Neural Network Architecture

Layers, Depth, and Forward PropagationВидеоMatrix Notation and DimensionsВидео

Loss Functions and Gradient Descent

Loss Functions: MSE and Cross-EntropyВидеоGradient Descent: The Math of OptimizationВидео

Backpropagation

The Chain Rule and BackpropagationВидеоBackpropagation Through a NetworkВидео

End of Module Assessment

AI Policy QuizЗаданиеLab 1: Building and Training Your First Neural Network in KerasПрограммированиеNeural Network FoundationsЗадание
02Training and Regularizing Neural Networks11 материалов

Optimization Algorithms

Optimization Algorithms - Recommended ReadingЧтениеSGD, Momentum, and AdamВидео

Training Hyperparameters

Learning Rate and Batch SizeВидеоEpochs and Monitoring TrainingВидео

Overfitting in Deep Learning

Understanding OverfittingВидео

Regularization Techniques

Regularization Techniques - Recommended ReadingЧтениеL2 Regularization (Weight Decay)ВидеоDropoutВидеоEarly Stopping and Batch NormalizationВидео

End of Module Assessment

Lab 2: Applying Regularization to Improve Model GeneralizationПрограммированиеTraining and Regularizing Neural NetworksЗадание
03Convolutional Neural Networks for Image Recognition11 материалов

Introduction to CNNs

Introduction to CNNs - Recommended ReadingЧтениеWhy CNNs for Images?ВидеоThe Convolution OperationВидео

CNN Building Blocks

Pooling LayersВидеоCNN Architecture: Conv → Pool → DenseВидео

Modern CNN Architectures

VGG, ResNet, and Skip ConnectionsВидео

Training CNNs in Practice

Training CNNs in Practice - Recommended ReadingЧтениеData AugmentationВидеоTransfer LearningВидео

End of Module Assessment

Lab 3: Training a CNN for Image Classification with AugmentationПрограммированиеConvolutional Neural Networks for Image RecognitionЗадание
04Sequence Modeling – RNNs, LSTMs, and the Attention Mechanism10 материалов

Recurrent Neural Networks

Recurrent Neural Networks - Recommended ReadingЧтениеSequential Data and RNN ArchitectureВидеоHidden State and Backprop Through TimeВидео

LSTMs

LSTM ArchitectureВидео

The Attention Mechanism

The Attention MechanismВидеоSelf-Attention and QKVВидео

Self-Attention and Multi-Head Attention

Multi-Head AttentionВидеоPositional EncodingВидео

End of Module Assessment

Lab 4: Building a Sequence Model with AttentionПрограммированиеSequence Modeling – RNNs, LSTMs, and the Attention MechanismЗадание
05Transformers, Vision Transformers, and CLIP11 материалов

The Transformer Architecture

The Transformer Architecture - Recommended ReadingЧтениеThe Transformer ArchitectureВидеоEncoder and Decoder StructureВидеоLayer Normalization in TransformersВидео

BERT and GPT

BERT: Encoder-Only TransformerВидеоGPT: Decoder-Only TransformerВидео

Vision Transformers (ViT)

Vision Transformer (ViT)Видео

CLIP and Contrastive Learning

CLIP and Contrastive LearningВидеоZero-Shot Classification with CLIPВидео

End of Module Assessment

Lab 5: Using Pre-trained Vision Transformers and CLIP for Image ClassificationПрограммированиеTransformers, Vision Transformers, and CLIPЗадание