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

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

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

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

Supervised Machine Learning: Regression and Classification

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

О курсе

In the first course of the Machine Learning Specialization, you will: • Build machine learning models in Python using popular machine learning libraries NumPy and scikit-learn. • Build and train supervised machine learning models for prediction and binary classification tasks, including linear regression and logistic regression The Machine Learning Specialization is a foundational online program created in collaboration between DeepLearning.AI and Stanford Online. In this beginner-friendly program, you will learn the fundamentals of machine learning and how to use these techniques to build real-world AI applications. This Specialization is taught by Andrew Ng, an AI visionary who has led critical research at Stanford University and groundbreaking work at Google Brain, Baidu, and Landing.AI to advance the AI field. This 3-course Specialization is an updated and expanded version of Andrew’s pioneering Machine Learning course, rated 4.9 out of 5 and taken by over 4.8 million learners since it launched in 2012. It provides a broad introduction to modern machine learning, including supervised learning (multiple linear regression, logistic regression, neural networks, and decision trees), unsupervised learning (clustering, dimensionality reduction, recommender systems), and some of the best practices used in Silicon Valley for artificial intelligence and machine learning innovation (evaluating and tuning models, taking a data-centric approach to improving performance, and more.) By the end of this Specialization, you will have mastered key concepts and gained the practical know-how to quickly and powerfully apply machine learning to challenging real-world problems. If you’re looking to break into AI or build a career in machine learning, the new Machine Learning Specialization is the best place to start.

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

Regression AnalysisLogistic RegressionSupervised LearningFeature EngineeringModel TrainingClassification AlgorithmsPython ProgrammingModel OptimizationApplied Machine LearningAlgorithmsJupyterScikit Learn (Machine Learning Library)Predictive ModelingData PreprocessingArtificial IntelligenceNumPyModel EvaluationMachine Learning AlgorithmsMachine Learning

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

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

01Week 1: Introduction to Machine Learning29 материалов

Overview of Machine Learning

Welcome to machine learning!ВидеоApplications of machine learningВидеоIntake SurveyВнешний инструментJoin the DeepLearning.AI Forum to ask questions, get support, or share amazing ideas!Чтение

Supervised vs. Unsupervised Machine Learning

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

Andrew Ng

Instructor

Aarti Bagul

Curriculum Engineer

Geoff Ladwig

Curriculum Engineer

Eddy Shyu

Instructor

Supervised Machine Learning: Regression and Classification
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 33.3 ч

3 модулей

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

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

Часть программы вашего университета
What is machine learning?Видео
Supervised learning part 1Видео
Supervised learning part 2Видео
Unsupervised learning part 1Видео
Unsupervised learning part 2Видео
Jupyter NotebooksВидео
Python and Jupyter NotebooksЛабораторная

Practice Quiz: Supervised vs unsupervised learning

Practice quiz: Supervised vs unsupervised learningЗадание

Regression Model

Linear regression model part 1ВидеоLinear regression model part 2ВидеоOptional lab: Model representationЛабораторнаяCost function formulaВидеоCost function intuitionВидеоVisualizing the cost functionВидеоVisualization examplesВидеоOptional lab: Cost functionЛабораторная

Practice Quiz: Regression Model

Practice quiz: RegressionЗадание

Train the model with gradient descent

Gradient descentВидеоImplementing gradient descentВидеоGradient descent intuitionВидеоLearning rateВидеоGradient descent for linear regressionВидеоRunning gradient descentВидеоOptional lab: Gradient descentЛабораторная

Practice quiz: Train the model with gradient descent

Practice quiz: Train the model with gradient descentЗадание
02Week 2: Regression with multiple input variables18 материалов

Multiple linear regression

Multiple featuresВидеоVectorization part 1ВидеоVectorization part 2ВидеоOptional lab: Python, NumPy and vectorizationЛабораторнаяGradient descent for multiple linear regressionВидеоOptional Lab: Multiple linear regressionЛабораторная

Practice quiz: Multiple linear regression

Practice quiz: Multiple linear regressionЗадание

Gradient descent in practice

Feature scaling part 1ВидеоFeature scaling part 2ВидеоChecking gradient descent for convergenceВидеоChoosing the learning rateВидеоOptional Lab: Feature scaling and learning rateЛабораторнаяFeature engineeringВидео

Practice quiz: Gradient descent in practice

Practice quiz: Gradient descent in practiceЗадание

Week 2 practice lab: Linear regression

Week 2 practice lab: Linear regressionПрограммирование
03Week 3: Classification28 материалов

Classification with logistic regression

MotivationsВидеоOptional lab: ClassificationЛабораторнаяLogistic regressionВидеоOptional lab: Sigmoid function and logistic regressionЛабораторнаяDecision boundaryВидеоOptional lab: Decision boundaryЛабораторная

Practice quiz: Classification with logistic regression

Practice quiz: Classification with logistic regressionЗадание

Cost function for logistic regression

Cost function for logistic regressionВидеоOptional lab: Logistic lossЛабораторнаяSimplified Cost Function for Logistic RegressionВидеоOptional lab: Cost function for logistic regressionЛабораторная

Practice quiz: Cost function for logistic regression

Practice quiz: Cost function for logistic regressionЗадание

Gradient descent for logistic regression

Gradient Descent ImplementationВидеоOptional lab: Gradient descent for logistic regressionЛабораторнаяOptional lab: Logistic regression with scikit-learnЛабораторная

Practice quiz: Gradient descent for logistic regression

Practice quiz: Gradient descent for logistic regressionЗадание

The problem of overfitting

The problem of overfittingВидеоAddressing overfittingВидеоOptional lab: OverfittingЛабораторнаяCost function with regularizationВидеоRegularized linear regressionВидеоRegularized logistic regressionВидео

Practice quiz: The problem of overfitting

Practice quiz: The problem of overfittingЗадание

End of Access to Lab Notebooks

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

Week 3 practice lab: logistic regression

Week 3 practice lab: logistic regressionПрограммирование

Conversations with Andrew (Optional)

Andrew Ng and Fei-Fei Li on Human-Centered AIВидео

Acknowledgments

AcknowledgmentsЧтение
Polynomial regressionВидео
Optional lab: Feature engineering and Polynomial regressionЛабораторная
Optional lab: Linear regression with scikit-learnЛабораторная
Optional lab: RegularizationЛабораторная