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

AI 용어집

인공지능 완전 사전

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

Text classification

NLP task consisting of automatically assigning a textual document to one or more predefined categories based on its semantic content.

📖
용어

Binary classification

Type of classification where the model must choose between two mutually exclusive classes, usually represented as positive/negative or 0/1.

📖
용어

Multi-class classification

Classification problem where each instance must be assigned to exactly one class among three or more, with mutually exclusive classes.

📖
용어

Multi-label classification

Variant of classification where a document can be simultaneously associated with multiple non-exclusive labels or categories.

📖
용어

Naive Bayes

Probabilistic classification algorithm based on Bayes' theorem with a conditional independence assumption between features.

📖
용어

SVM (Support Vector Machine)

Supervised learning algorithm that finds the optimal hyperplane separating classes in high-dimensional space by maximizing the margin.

📖
용어

Bag-of-Words

Text representation that counts word occurrences without considering their order or grammatical context.

📖
용어

TF-IDF

Statistical metric evaluating the importance of a word in a document relative to a corpus, combining term frequency and inverse document frequency.

📖
용어

Word Embeddings

Dense vector representations of words in a continuous space where semantic distances between words are preserved.

📖
용어

Transformers

Neural network architecture based on attention mechanisms that allows capturing long-range dependencies in sequences.

📖
용어

Confusion Matrix

A table for visualizing classifier performance by comparing predictions to true labels by class.

📖
용어

Cross-validation

Robust evaluation technique dividing data into subsets to train and test the model multiple times on different partitions.

📖
용어

Precision

Metric measuring the proportion of correct positive predictions among all positive predictions made by the model.

📖
용어

Recall

Metric evaluating the model's ability to correctly identify all actual positive instances in the dataset.

📖
용어

F1 Score

Harmonic mean of precision and recall, providing a single balanced measure of classification performance.

📖
용어

Overfitting

Phenomenon where the model learns training data too specifically and poorly generalizes to new unseen data.

📖
용어

Tokenization

Process of segmenting text into elementary units (tokens) such as words, subwords, or characters for analysis.

📖
용어

Stemming

Text normalization technique that reduces words to their morphological root by removing suffixes and prefixes.

📖
용어

Lemmatization

Linguistic process that reduces words to their canonical form (lemma) using morphological analysis and a dictionary.

🔍

결과를 찾을 수 없습니다