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

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

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

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

Complete Visual Guide to Machine Learning

Курс от Maven Analytics
Начальный≈ 15.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course is for everyday people looking for an intuitive, beginner-friendly introduction to the world of machine learning and data science. Instead of memorizing complex math or writing code, we'll use simple, visual examples and Excel-based models to break down foundational machine learning concepts and help you build an intuition for exactly how they work. PART 1: QA & Data Profiling In Part 1 we’ll introduce the machine learning workflow and common techniques for cleaning and preparing raw data for analysis. We’ll explore univariate analysis with frequency tables, histograms, kernel densities, and profiling metrics, then dive into multivariate profiling tools like heat maps, violin & box plots, scatter plots, and correlation matrices. PART 2: Classification Modeling In Part 2 we’ll introduce the supervised learning landscape, review the classification workflow, and address key topics like dependent vs. independent variables, feature engineering, data splitting and overfitting. From there we'll review common classification models like K-Nearest Neighbors (KNN), Naïve Bayes, Decision Trees, Random Forests, Logistic Regression and Sentiment Analysis, and share tips for model scoring, selection, and optimization. PART 3: Regression & Forecasting In Part 3 we’ll introduce core building blocks like linear relationships and least squared error, and practice applying them to univariate, multivariate, and non-linear regression models. We'll review diagnostic metrics like R-squared, mean error, F-significance, and P-Values, then use time-series forecasting techniques to identify seasonality, predict nonlinear trends, and measure the impact of key business decisions using intervention analysis. PART 4: Unsupervised Learning In Part 4 we’ll explore the differences between supervised and unsupervised machine learning and introduce several common unsupervised techniques, including cluster analysis, association mining, outlier detection and dimensionality reduction. We'll break down each model in simple terms, from K-means and apriori to outlier detection, principal component analysis, and more. Throughout the course, we’ll introduce real-world scenarios and to solidify key concepts and simulate actual data science use cases. You’ll visualize Olympic athlete demographics and traffic accident rates, use regression to estimate property prices and predict product sales, apply clustering models to identify customer segments, and even measure the business impact of a new website design. If you're an analyst or aspiring data professional looking to build the foundation for a successful career in machine learning or data science, this is the course for you!

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

Unsupervised LearningRegression AnalysisClassification AlgorithmsModel EvaluationStatistical AnalysisMachine LearningForecastingData AnalysisSupervised LearningTime Series Analysis and ForecastingModel OptimizationData PreprocessingStatistical MethodsData ScienceApplied Machine LearningData MiningExploratory Data AnalysisModel TrainingMachine Learning MethodsBusiness Intelligence

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

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

01Intro to Machine Learning10 материалов

Getting Started

Welcome to the Complete Visual Guide to Machine Learning!ЧтениеCourse Structure & OutlineВидеоSetting ExpectationsВидеоDOWNLOAD: Course ResourcesЧтение

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

Maven Analytics

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

Complete Visual Guide to Machine Learning
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 15.1 ч

5 модулей

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

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

Часть программы вашего университета
New Discussion PromptОбсуждение

The ML Landscape & Workflow

Intro to Machine LearningВидеоWhen is ML the right fit?ВидеоThe Machine Learning ProcessВидеоThe Machine Learning LandscapeВидеоQUIZ: Intro to Machine LearningЗадание
02PART 1: Data QA & Profiling48 материалов

Welcome to Part 1!

Welcome to Part 1: QA & Data ProfilingВидео

Intro to Quality Assurance (QA)

Introduction to Data QAВидеоWhy QA?ВидеоVariable TypesВидеоEmpty ValuesВидеоRange CalculationsВидеоCount CalculationsВидеоLeft & Right Censored DataВидеоTable StructureВидеоCASE STUDY: Preliminary QAВидеоBEST PRACTICES: Preliminary QAВидеоQUIZ:Preliminary Data QAЗадание

Univariate Profiling

Introduction to Univariate ProfilingВидеоCategorical VariablesВидеоDiscretizationВидеоNominal vs. OrdinalВидеоCategorical DistributionsВидеоNumerical VariablesВидеоHistograms & Kernel Densities

Multivariate Profiling

Introduction to Multivariate ProfilingВидеоCategorical-CategoricalВидеоCASE STUDY: Heat MapsВидеоCategorical-NumericalВидеоMultivariate Kernel DensitiesВидеоViolin PlotsВидеоBox Plots
03PART 2: Classification Modeling47 материалов

Welcome to Part 2!

Welcome to Part 2: Classification ModelingВидео

Intro to Classification

Supervised vs. Unsupervised LearningВидеоClassification vs. RegressionВидеоRECAP: Key ConceptsВидеоClassification 101ВидеоClassification WorkflowВидеоFeature EngineeringВидеоData SplittingВидеоOverfittingВидеоQUIZ: Intro to ClassificationЗадание

Classification Models

Common Classification ModelsВидеоIntro to K-Nearest Neighbors (KNN)ВидеоKNN ExamplesВидеоCASE STUDY: KNNВидеоIntro to Naïve BayesВидеоNaïve Bayes | Frequency TablesВидеоNaïve Bayes | Conditional Probability

Model Selection & Tuning

Intro to Selection & TuningВидеоHyperparametersВидеоImbalanced ClassesВидеоConfusion MatrixВидеоAccuracy, Precision & RecallВидеоMulti-class Confusion MatrixВидеоMulti-class Scoring
04PART 3: Regression & Forecasting44 материалов

Welcome to Part 3!

Welcome to Part 3: Regression & ForecastingВидео

Intro to Regression

Supervised vs. Unsupervised LearningВидеоRECAP: Key ConceptsВидеоRegression 101ВидеоFeature Engineering for RegressionВидеоPrediction vs. Root-Cause AnalysisВидеоQUIZ: Intro to RegressionЗадание

Regression Modeling 101

Intro to Regression ModelingВидеоLinear RelationshipsВидеоLeast Squared ErrorВидеоUnivariate Linear RegressionВидеоCASE STUDY: Univariate Linear RegressionВидеоMultiple Linear RegressionВидео

Regression Model Diagnostics

Intro to Model DiagnosticsВидеоSample Model OutputВидеоR-SquaredВидеоMean Error Metrics (MSE, MAE, MAPE)ВидеоHomoskedasticityВидеоNull HypothesisВидеоF-Significance

Time-Series Forecasting

Intro to ForecastingВидеоSeasonalityВидеоAuto Correlation FunctionВидеоCASE STUDY: Seasonality with ACFВидеоOne-Hot EncodingВидеоCASE STUDY: Seasonality with One-Hot EncodingВидеоLinear Trending
05PART 4: Unsupervised Learning50 материалов

Welcome to Part 4!

Welcome to Part 4: Unsupervised LearningВидео

Intro to Unsupervised Machine Learning

Supervised vs. Unsupervised LearningВидеоCommon Unsupervised TechniquesВидеоUnsupervised ML WorkflowВидеоRECAP: Feature EngineeringВидеоKEY TAKEAWAYS: Intro to Unsupervised MLВидеоQUIZ: Intro to Unsupervised MLЗадание

Clustering & Segmentation

Introduction to Cluster AnalysisВидеоClustering BasicsВидеоIntro to K-MeansВидеоWSS & Elbow PlotsВидеоK-Means FAQsВидеоCASE STUDY: K-MeansВидеоIntro to Hierarchical Clustering

Association Mining & Basket Analysis

Introduction to Association MiningВидеоAssociation Mining BasicsВидеоThe Apriori AlgorithmВидеоBasket Analysis ExamplesВидеоMinimum Support ThresholdsВидеоInfrequent ItemsetsВидео

Outlier Detection

Introduction to OutliersВидеоOutlier Detection BasicsВидеоCross-Sectional OutliersВидеоCross-Sectional Outlier ExampleВидеоCASE STUDY: Cross-Sectional OutlierВидеоTime-Series OutliersВидео

Dimensionality Reduction

Introduction to Dimensionality ReductionВидеоDimensionality Reduction BasicsВидеоPrinciple Component AnalysisВидеоPCA ExampleВидеоInterpreting ComponentsВидеоScree PlotsВидеоAdvanced Techniques

Wrapping Up

Course ConclusionВидеоMore from Maven AnalyticsВидео
Видео
CASE STUDY: HistogramsВидео
Normal DistributionВидео
CASE STUDY: Normal DistributionВидео
Univariate Data ProfilingВидео
ModeВидео
MeanВидео
MedianВидео
PercentileВидео
VarianceВидео
Standard DeviationВидео
SkewnessВидео
BEST PRACTICES: Univariate ProfilingВидео
QUIZ: Univariate ProfilingЗадание
Видео
Limitations of Categorical DistributionsВидео
Numerical-NumericalВидео
CorrelationВидео
Correlation vs. CausationВидео
Visualizing Third DimensionВидео
CASE STUDY: CorrelationВидео
BEST PRACTICES: Multivariate ProfilingВидео
QUIZ: Multivariate ProfilingЗадание
Looking Ahead to Part 2Видео
Видео
CASE STUDY: Naïve BayesВидео
Intro to Decision TreesВидео
Decision Trees | Entropy 101Видео
Entropy & Information GainВидео
Decision Tree ExamplesВидео
Random ForestsВидео
CASE STUDY: Decision TreesВидео
Intro to Logistic RegressionВидео
Logistic Regression ExampleВидео
False Positives vs. False NegativesВидео
Logistic Regression EquationВидео
The Likelihood FunctionВидео
Multivariate Logistic RegressionВидео
CASE STUDY: Logistic RegressionВидео
Intro to Sentiment AnalysisВидео
Cleaning Text DataВидео
"Bag of Words" AnalysisВидео
CASE STUDY: Sentiment AnalysisВидео
QUIZ: Classification ModelsЗадание
Видео
Model SelectionВидео
Model DriftВидео
QUIZ: Model Selection & TuningЗадание
Looking Ahead to Part 3Видео
Non-Linear RegressionВидео
CASE STUDY: Non-Linear RegressionВидео
QUIZ: Regression ModelingЗадание
Видео
T-Values & P-ValuesВидео
MulticollinearityВидео
Variance Inflation FactorВидео
RECAP: Sample Model OutputВидео
QUIZ: Model DiagnosticsЗадание
Видео
CASE STUDY: Seasonality with Linear TrendВидео
SmoothingВидео
CASE STUDY: SmoothingВидео
Non-Linear TrendsВидео
CASE STUDY: Non-Linear TrendВидео
Intervention AnalysisВидео
CASE STUDY: Intervention AnalysisВидео
QUIZ: Time-Series ForecastingЗадание
Looking Ahead to Part 4Видео
Видео
Anatomy of a DendrogramВидео
Hierarchical Clustering FAQsВидео
KEY TAKEAWAYS: Clustering & SegmentationВидео
QUIZ: Clustering & SegmentationЗадание
Multiple Item SetsВидео
CASE STUDY: AprioriВидео
Markov ChainsВидео
CASE STUDY: Markov ChainsВидео
KEY TAKEAWAYS: Association MiningВидео
QUIZ: Association MiningЗадание
Time-Series Outlier ExampleВидео
KEY TAKEAWAYS: Outlier DetectionВидео
QUIZ: Outlier DetectionЗадание
Видео
KEY TAKEAWAYS: Dimensionality ReductionВидео
QUIZ: Dimensionality ReductionЗадание