Tagged articles
2 articles
Page 1 of 1
Data Party THU
Data Party THU
Sep 2, 2025 · Artificial Intelligence

Gradient-Based Multi-Objective Deep Learning: Theory, Algorithms, and LLM Applications

This tutorial provides a systematic overview of gradient‑based multi‑objective optimization for deep learning, covering core solution strategies, algorithmic details, convergence and generalization analyses, and demonstrates how these methods can be applied to fine‑tune and align large language models.

Deep LearningGradient MethodsLLM fine-tuning
0 likes · 3 min read
Gradient-Based Multi-Objective Deep Learning: Theory, Algorithms, and LLM Applications
Model Perspective
Model Perspective
Jun 23, 2024 · Artificial Intelligence

Mastering Multi-Objective Optimization with NSGA-II: Theory and Python Example

This article introduces the fundamentals of multi‑objective optimization, explains the NSGA‑II algorithm’s non‑dominated sorting, crowding distance, and selection mechanisms, and demonstrates its application to a production‑line case study with a complete Python implementation and visualized Pareto front.

Evolutionary AlgorithmsNSGA-IIPareto Front
0 likes · 10 min read
Mastering Multi-Objective Optimization with NSGA-II: Theory and Python Example