🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Incremental Learning

Learning paradigm where a model continuously improves from new data without requiring complete retraining on historical data. This approach allows real-time adaptation while preserving previously acquired knowledge.

📖
용어

Continual Learning

AI field aiming to develop systems capable of sequentially learning multiple tasks without complete reset. The goal is to create adaptive models that accumulate knowledge over the long term.

📖
용어

Dynamic Expandable Networks

Models capable of dynamically adapting their architecture by adding new units or layers when new classes or tasks appear. This controlled expansion enables efficient growth without compromising existing performance.

📖
용어

Regularization-based Methods

Family of approaches using penalty terms in the loss function to constrain modifications of important weights. These methods identify and protect critical parameters for performance on previous tasks.

📖
용어

Architecture-based Methods

Continual learning strategies modifying the network structure to accommodate new knowledge without interfering with old knowledge. These approaches include dynamic expansion and dedicated resource allocation per task.

📖
용어

Replay-based Methods

Continual learning techniques using storage and selective reuse of past data to maintain performance. These methods vary in their strategy for selecting and resampling stored experiences.

📖
용어

Task-incremental Learning

Continual learning scenario where task identity is known during inference, allowing the use of masks or specific sub-networks. This simplification facilitates knowledge separation between different tasks.

📖
용어

Domain-incremental Learning

Paradigm where classes remain constant but data distribution changes progressively between tasks. The model must adapt to new domains while maintaining its ability to recognize all classes.

📖
용어

Class-incremental learning

Most challenging scenario where new classes are introduced progressively without knowledge of task identity. The model must distinguish between old and new classes while avoiding forgetting past knowledge.

🔍

결과를 찾을 수 없습니다