コース一覧へ戻る
SCI1005 学部

WU | 知的最適化

古典的な勾配法から現代的な進化的メタヒューリスティクス、多目的最適化、サロゲート支援モデル、連合機械学習アプリケーションに至るまで、インテリジェント最適化技法の理論と応用を網羅した上級コースです。

5.0
45.0h
300 受講者
2 lessons
0 いいね
人工知能
学習を開始

コース概要

📚 コンテンツ概要

古典的な数学的最適化、進化的計算、現代の機械学習の交差点を探索する高度なコース。単一目的および多目的最適化、データ駆動型戦略、ニューラルアーキテクチャサーチやフェデレーテッドラーニングなどの先端トピックをカバー。

データ駆動型かつ多目的最適化を通じて、知能の進化をマスターせよ。

🎯 学習目標

  1. [複雑なデータ駆動型数学的問題に高度な最適化手法を適用する。]
  2. [多目的シナリオ用の進化的および機械学習アーキテクチャを設計・評価する。]

レッスン 共 2 课时 · 预计 45.0h

レッスン

Lesson

This lecture introduces the fundamentals of optimization by defining core components such as decision vectors, objective functions, and constraints within a search space. Students will learn to distinguish between classical gradient-based methods, which are effective for convex problems, and stochastic evolutionary algorithms designed to navigate complex, non-convex landscapes.

This lesson introduces Genetic Algorithms as stochastic search heuristics, focusing on the distinction between genotypes and phenotypes and the importance of effective variable representation. Students learn to implement the evolutionary loop—including selection, crossover, and mutation—while addressing technical challenges like Hamming cliffs through binary, Gray, and real-coded mapping techniques.