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

AI 용어집

인공지능 완전 사전

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

Image classification

Computer vision task consisting of assigning a predefined label to an entire image according to its main content, using machine learning algorithms.

📖
용어

Convolutional Neural Network

Deep learning architecture specialized in image processing, using convolutional layers to automatically extract hierarchical features.

📖
용어

Convolution

Mathematical operation applying a filter (kernel) over an image to detect specific patterns like edges, textures, or shapes.

📖
용어

Pooling

Dimensionality reduction operation that samples extracted features, allowing to reduce computational complexity while preserving essential information.

📖
용어

Softmax

Output activation function converting logits into probability distribution over classes, ensuring that the sum of probabilities equals 1.

📖
용어

Confusion matrix

Performance evaluation table showing the model's correct and incorrect predictions for each class, allowing identification of systematic errors.

📖
용어

One-hot encoding

Vector representation of class labels where each vector contains a single element equal to 1 and all others equal to 0.

📖
용어

ResNet architecture

Family of deep neural networks using residual connections to enable training of very deep networks without performance degradation.

📖
용어

Fully connected layers

Final layers of a CNN where each neuron is connected to all neurons of the previous layer to combine extracted features into final predictions.

📖
용어

Cross-entropy loss

Standard loss function for multi-class classification problems measuring the divergence between predicted probabilities and true labels.

📖
용어

Stratified sampling

Sampling method preserving class distribution when splitting the dataset into training, validation, and test sets.

📖
용어

Grad-CAM

Visualization technique generating heatmaps to interpret CNN decisions by identifying image regions influencing the classification.

📖
용어

Top-k accuracy

Performance metric considering a prediction correct if the true label appears among the model's k most probable predictions.

🔍

결과를 찾을 수 없습니다