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

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

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

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

Building and Optimizing AI Models

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

О курсе

Building and Optimizing AI Models introduces the foundational engineering practices required to design, train, and optimize machine learning models for modern AI systems. In this course, you will explore statistical machine learning methods, neural network architectures, and deep learning optimization techniques used to develop high-performing predictive models. You will begin by applying supervised and unsupervised algorithms to train and evaluate predictive models. Next, you will design custom neural network architectures and experiment with different layer configurations to improve model accuracy and efficiency. The course also introduces transfer learning and deep learning optimization strategies that help adapt pretrained models to domain-specific tasks. Finally, you will analyze algorithm performance and benchmark model implementations to understand trade-offs between accuracy, latency, and computational cost. By the end of this course, you will be able to design neural networks, optimize deep learning workflows, and evaluate model performance using industry-standard metrics. Tools and technologies covered include Python, TensorFlow, neural network frameworks, and model performance benchmarking techniques.

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

Model EvaluationConvolutional Neural NetworksData StructuresTransfer LearningFine-tuningArtificial Neural NetworksAlgorithmsModel OptimizationNetwork ArchitectureFeature EngineeringMachine Learning MethodsMachine LearningUnsupervised LearningApplied Machine LearningArtificial Intelligence and Machine Learning (AI/ML)Predictive ModelingDeep LearningMachine Learning AlgorithmsModel TrainingSupervised Learning

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

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

01Optimize AI: Build & Evaluate Predictive Models: Train and Validate Predictive Models with Supervised and Unsupervised Algorithms8 материалов
Welcome and What You’ll LearnВидеоYour Modeling GoalsDIALOGUESupervised vs. Unsupervised Modeling: When to Use EachВидеоHow Cross-Validation Improves Model ReliabilityЧтение

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

Professionals from the Industry

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

Building and Optimizing AI Models
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 11.1 ч

8 модулей

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

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Пушту, Индонезийский, Испанский, Дари, Японский

Часть программы вашего университета
Walkthrough: Training Logistic Regression and K-Means in scikit-learnВидео
Hands-On Activity: Train Two Models and Run 5-Fold CVЗадание
Choosing the Right Model for the TaskDIALOGUE
Practice Quiz: Model Fit CheckЗадание
02Optimize AI: Build & Evaluate Predictive Models: Improve Model Performance Through Metric-Driven Feature Engineering9 материалов
Why Metrics Drive Better ModelingВидеоDiagnose Your Model’s Weak SpotsDIALOGUEInterpreting Accuracy, Precision, Recall, and F1ВидеоFeature Engineering Fundamentals: Transform, Combine, ImproveЧтениеDemo: Interaction Features Improve F1ВидеоHands-On Activity: Improve a Model’s F1 Score with New FeaturesЗаданиеDebugging Failing Models with MetricsDIALOGUEPractice Quiz: Fix the ModelЗаданиеGraded Quiz: Build, Validate, and Improve a Predictive ModelЗадание
03Design and build custom neural networks: Selecting the Right Neural Network Architecture8 материалов

Selecting the Right Neural Network Architecture

Welcome and Why Architecture Choices MatterВидеоYour Architecture Decision ProcessDIALOGUEComparing Neural Network TopologiesВидеоUnderstanding Task, Data, and Compute ConstraintsЧтениеHow to Evaluate Architecture Fit in PracticeВидеоHands-on Activity: Choose the Best Architecture Under Real ConstraintsЗаданиеRevisiting Your Architecture Decision DIALOGUEPractice Quiz: Architecture Selection Mini-ReviewЗадание
04Design and build custom neural networks: Building Custom Neural Network Architectures 9 материалов
Why Build Custom ArchitecturesВидеоYour Custom Architecture StrategyDIALOGUELayers, Activations, and RegularizationВидеоDesigning a Custom Network Step by StepЧтениеScreencast: Constructing a Custom Model in PyTorchВидеоHands-on Activity: Build Your Own Network ArchitectureЗаданиеValidate Your Architecture With CoachDIALOGUEPractice Quiz: Improve a Baseline Model With RegularizationЗаданиеGraded Assessment: Custom Neural Network Architechture EvaluationЗадание
05Optimize Deep Learning Models for Peak AI: Transfer Learning Foundations8 материалов
Welcome and Orientation ВидеоYour Experience with Limited DataDIALOGUEWhy Transfer Learning WorksВидеоA Practical Introduction to Transfer LearningЧтениеFine-Tuning Workflow Step-by-StepВидеоHands-On Activity: Fine-Tune a Pretrained Model on a Small DatasetЗаданиеTroubleshooting Your Fine-Tuning PipelineDIALOGUEQuiz: Check Your Transfer Learning BasicsЗадание
06Optimize Deep Learning Models for Peak AI: Evaluate Deep Model Configurations for Accuracy and Efficiency9 материалов
Accuracy vs. Efficiency: The Real Trade-OffsВидеоBalancing Constraints in Your WorkflowDIALOGUEPractical Model Training Tips for Reliable Machine Learning PerformanceЧтениеHyperparameter Sweeps: Comparing Configurations Fairly (Optuna Example)ВидеоQuantization as a Configuration Choice: Speed vs. Accuracy (TensorRT Example)ВидеоHands-On Activity: Run a Mini Optimization ComparisonЗаданиеWhich Configuration Should You Deploy?DIALOGUEPractice Quiz: Evaluating Model Performance Trade-OffsЗаданиеGraded Assessment: Model Optimization Decision ChallengeЗадание
07Optimize and Benchmark AI Algorithms for Speed: Choosing Faster Approaches Using Complexity and Data Structures7 материалов
Welcome and Why Speed Matters in Real AI SystemsВидеоClarify Your Complexity IntuitionDIALOGUEUnderstanding Complexity: From Big-O to Practical SpeedВидеоData Structures That Scale: Trees, Hash Maps, and HeapsЧтениеHands-On Activity: Complexity Match-Up: Predict the Faster MethodЗаданиеHidden Costs: Constants, Cache Effects, and Real-World SlowdownsВидеоPractice Quiz: Test Your Complexity and Data Structure SkillsЗадание
08Optimize and Benchmark AI Algorithms for Speed: Prototype, Measure, and Benchmark Algorithms8 материалов
Why Benchmarking Beats GuessworkВидеоThink Like a Performance EngineerDIALOGUEBuilding Simple Benchmarks: Tools, Timers, and Fair TestsВидеоInterpreting Benchmark Data: Throughput, Latency, Memory, and CurvesЧтениеHands-On Activity: Benchmark Two Approaches and CompareЗаданиеDocumenting Benchmarks for Engineering DecisionsЧтениеPractice Quiz: Check Your Benchmarking and Performance InsightsЗаданиеGraded Quiz: Algorithm Performance and Benchmarking AssessmentЗадание