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

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

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

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

Introduction to Neural Networks and PyTorch

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

О курсе

Get ready to build the foundational PyTorch skills you need to launch your career as an AI Engineer – the fastest growing job title in the United States. Starting with tensors, this course takes you right through to fully trained classification models. You will master tensor operations, build custom datasets, and implement linear regression models using PyTorch's nn.Module and autograd system. Then, you will progress through gradient descent, stochastic and mini-batch training, loss functions, and training/validation workflows. Further, you will build logistic regression classifiers, apply cross-entropy loss, and implement advanced optimization and regularization techniques. Through interactive labs, instructional videos, and an AI-assisted dialogue, you will practice building, training, and evaluating models using real PyTorch code patterns. By the end, you will create a portfolio-worthy project that demonstrates your ability to perform PyTorch classification and gradient-based optimization tasks. Enroll now to enhance your resume and complete a project that showcases your hands-on skills in the AI-driven job market.

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

PyTorch (Machine Learning Library)Regression AnalysisData ProcessingTensorflowProbability & StatisticsApplied Machine LearningMachine LearningDeep LearningSupervised LearningStatistical MethodsPredictive Modeling

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

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

01Exploring Tensors19 материалов

Getting Started with the Course

Course IntroductionВидеоCourse OverviewЧтениеReading: Helpful Tips for Course CompletionPLUGIN

Lesson 1: Working with One-Dimensional Tensors

Introduction to Modern Neural NetworkВидео

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

Joseph Santarcangelo

Ph.D., Data Scientist at IBM

IBM Skills Network Team

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

Introduction to Neural Networks and PyTorch
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 19.5 ч

7 модулей

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

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

Часть программы вашего университета
Introduction to Matrices and VectorsВидео
Introduction to Tensors and Datasets in PyTorchВидео
Basics of PyTorch TensorsDIALOGUE
Understanding 1D Tensors in PyTorchВидео
Common Operations in 1D Tensors using PyTorchВидео
Lab: Understanding 1D Tensors in PyTorchВнешний инструмент
Practice Quiz: One-Dimensional TensorsЗадание

Lesson 2: Working with Two-Dimensional Tensors

Introduction to 2D Tensors in PyTorchВидео2D Tensor Operations in PyTorchВидеоLab: Two-Dimensional TensorsВнешний инструментUnderstanding Differentiation in PyTorchВидеоLab: Differentiation in PyTorchВнешний инструментPractice Quiz: Two-Dimensional TensorsЗадание

Lesson 3: Module Summary and Assessment

Podcast: Summary and Highlights: TensorsPLUGINGraded Quiz: TensorsЗадание
02Building Datasets in PyTorch7 материалов

Lesson 1: Creating and Transforming Datasets

Creating Simple Datasets in PyTorchВидеоLab: Simple DatasetВнешний инструментBuilding Image Datasets in PyTorchВидеоLab: Torch Vision DatasetsВнешний инструментPractice Quiz: DatasetsЗадание

Lesson 2: Module Summary and Assessment

Podcast: Summary and Highlights: DatasetsPLUGINGraded Quiz: DatasetsЗадание
03Applying Linear Regression and Gradient Descent16 материалов

Lesson 1: Predicting and Training with Linear Regression

Linear Regression in PyTorchВидеоLab: Linear Regression 1D: PredictionВнешний инструментLinear Regression Prediction ВидеоReading: Best Practices for Training Linear Regression Models in PyTorchPLUGINTraining Linear Regression ModelsВидеоLoss FunctionsВидеоPractice Quiz: Linear Regression Prediction and TrainingЗадание

Lesson 2: Applying Gradient Descent

Gradient Descent BasicsВидеоReading: Types of Gradient DescentPLUGINCost Functions and Batch Gradient DescentВидеоReading: Cost FunctionsPLUGINPyTorch Linear Regression Training Slope and BiasВидеоLab Linear Regression: PredictionВнешний инструмент

Lesson 3: Module Summary and Assessment

Podcast: Summary and Highlights: Linear Regression and Gradient DescentPLUGINGraded Quiz: Linear Regression and Gradient DescentЗадание
04Training Linear Regression Models the PyTorch Way12 материалов

Lesson 1: Training Models with Gradient Descent Methods and PyTorch Workflows

Stochastic Gradient DescentВидеоLab: Stochastic Gradient Descent and Data LoaderВнешний инструментMini-Batch Gradient DescentВидеоMini-Batch Gradient DescentВнешний инструментOptimization in PyTorchВидеоLab: Optimization in PyTorchВнешний инструментTraining, Validation, and Test SplitВидеоTraining, Validation, and Test Split in PyTorchВидеоLab: Training, Validation, and Test Split in PyTorchВнешний инструментPractice Quiz: Gradient Descent Methods and Training Workflows in PyTorchЗадание

Lesson 2: Module Summary and Assessment

Summary and Highlights: Linear Regression the PyTorch WayPLUGINGraded Quiz: Linear Regression PyTorch WayЗадание
05Extending Linear Regression to Multiple Inputs and Outputs12 материалов

Lesson 1: Predicting and Training with Multiple Input-Output Linear Regression

Multiple Linear Regression TrainingВидеоLab: Multiple Linear Regression TrainingВнешний инструментMultiple Linear Regression PredictionВидеоLab: Multiple Linear Regression PredictionВнешний инструментLinear Regression Multiple OutputsВидеоLab: Linear Regression with Multiple OutputsВнешний инструментVideo: Multiple Output Linear Regression TrainingВидеоLab: Training Linear Regression with Multiple OutputsВнешний инструментCurrent Trends in PyTorchВидеоPractice Quiz: Multiple Input-Output Linear RegressionЗадание

Lesson 2: Module Summary and Assessment

Summary and Highlights: Multiple Input-Output Linear RegressionPLUGINGraded Quiz: Multiple Input Output Linear RegressionЗадание
06Applying Logistic Regression for Classification15 материалов

Lesson 1: Building Linear Classifiers and Logistic Regression Predictions

Introduction to Linear ClassifiersВидеоSigmoid Function and Probability Thresholding ВидеоLogistic Regression PredictionВидеоLogistic Regression PredictionВнешний инструментPractice Quiz: Logistic Regression for ClassificationЗадание

Lesson 2: Optimizing Logistic Regression with Cross-Entropy Loss

Bernoulli Distribution and Maximum Likelihood EstimationВидеоVideo: Cross-Entropy Loss in Logistic RegressionВидеоApplying Cross-Entropy Loss in PyTorch Logistic RegressionВидеоLab: Logistic Regression Mean Square ErrorВнешний инструментLab: Logistic Regression Cross EntropyВнешний инструментAdvanced Optimization and Training TechniquesВидеоRegularization and GeneralizationВидеоPractice Quiz: Logistic Regression and Cross-EntropyЗадание

Lesson 3: Module Summary and Assessment

Summary and Highlights: Logistic Regression for ClassificationPLUGINGraded Quiz: Logistic Regression for ClassificationЗадание
07Final Project, Final Quiz, and Course Wrap-Up10 материалов

Lesson 1: Final Project

Practice Project: Neural Network for Breast Cancer ClassificationВнешний инструментFinal Project OverviewPLUGINReading: Final Project Submission Guidelines and DeliverablesPLUGINFinal Project: League of Legends Match PredictorВнешний инструментOption 1: AI Graded - Final Project: Submission and EvaluationВнешний инструментOption 2: Peer Graded - Final Project Submission and EvaluationВзаимная проверкаFinal ExamЗадание

Course Wrap-Up

Podcast: Course Wrap-up PLUGINCongratulations and Next StepsЧтениеTeam and AcknowledgmentsЧтение
Practice Quiz: Gradient DescentЗадание