핵톤의 사용자 기여
IT 위키
2024년 11월 4일 (월)
- 11:472024년 11월 4일 (월) 11:47 차이 역사 −4 Entropy (Data Science) 편집 요약 없음 태그: 시각 편집
- 11:462024년 11월 4일 (월) 11:46 차이 역사 +2,577 새글 Entropy (Data Science) Created page with "'''Entropy (Data Science)''' In '''Data Science''', '''Entropy''' is a measure of randomness or uncertainty in a dataset. Often used in Decision Trees and other machine learning algorithms, entropy quantifies the impurity or unpredictability of information in a set of data. In classification tasks, entropy helps determine the best way to split data to reduce uncertainty and increase homogeneity in the resulting subsets. ==How Entropy Works== Entropy, denoted as H, is ca..." 태그: 시각 편집
- 11:432024년 11월 4일 (월) 11:43 차이 역사 +3,463 새글 Decision Tree Created page with "'''Decision Tree''' A '''Decision Tree''' is a supervised learning algorithm used for both classification and regression tasks. It structures decisions as a tree-like model, where each internal node represents a test on a feature, each branch represents an outcome of that test, and each leaf node represents a class label or prediction. Decision Trees are highly interpretable and can work with both categorical and numerical data, making them widely applicable across vari..." 최신 태그: 시각 편집
- 11:392024년 11월 4일 (월) 11:39 차이 역사 +3,898 새글 Random Forest Created page with "'''Random Forest''' is an ensemble learning method that combines multiple Decision Trees to improve classification or regression accuracy. It is designed to mitigate the limitations of single Decision Trees, such as overfitting and sensitivity to data variations, by building a "forest" of trees and aggregating their predictions. This approach often leads to greater model stability and accuracy. ==How It Works== Random Forest creates multiple Decision Trees during trainin..." 최신 태그: 시각 편집
- 11:342024년 11월 4일 (월) 11:34 차이 역사 +34 Support Vector Machine 편집 요약 없음 최신 태그: 시각 편집
- 11:332024년 11월 4일 (월) 11:33 차이 역사 +26 Logistic Regression 편집 요약 없음 최신 태그: 시각 편집
- 11:332024년 11월 4일 (월) 11:33 차이 역사 +3,885 새글 Logistic Regression Created page with "'''Logistic regression''' is a statistical and machine learning algorithm used for binary classification tasks, where the output variable is categorical and typically represents two classes (e.g., yes/no, spam/not spam, fraud/not fraud). Despite its name, Logistic Regression is a classification algorithm, not a regression algorithm, as it predicts probabilities of classes rather than continuous values. ==How It Works== Logistic Regression models the probability of a bin..." 태그: 시각 편집
- 11:332024년 11월 4일 (월) 11:33 차이 역사 −3,900 Logistic regression Redirected page to Logistic Regression 최신 태그: 새 넘겨주기 시각 편집
- 11:292024년 11월 4일 (월) 11:29 차이 역사 +4,198 새글 Support Vector Machine Created page with "'''Support Vector Machine (SVM)''' is a powerful supervised machine learning algorithm used for both classification and regression tasks, though it is primarily used in classification. SVM works by finding the optimal boundary, or hyperplane, that best separates the data points of different classes. SVM is effective in high-dimensional spaces and is especially suitable for binary classification problems. ==How It Works== SVM aims to maximize the margin between data point..." 태그: 시각 편집
- 11:242024년 11월 4일 (월) 11:24 차이 역사 +10 Logistic regression 편집 요약 없음 태그: 시각 편집
- 11:222024년 11월 4일 (월) 11:22 차이 역사 +2,216 Logistic regression 편집 요약 없음 태그: 시각 편집: 전환됨
- 11:202024년 11월 4일 (월) 11:20 차이 역사 +49 Regression Algorithm 편집 요약 없음 최신 태그: 시각 편집
- 11:182024년 11월 4일 (월) 11:18 차이 역사 +42 Independence (Linear Regression) 편집 요약 없음 최신 태그: 시각 편집
- 11:182024년 11월 4일 (월) 11:18 차이 역사 +2,379 새글 Independence (Linear Regression) Created page with "In the context of '''Linear Regression''', '''independence''' refers to the assumption that each observation in the dataset is independent of the others. This assumption is crucial for producing unbiased estimates and valid predictions. When observations are independent, it implies that the value of one observation does not influence or provide information about another observation. ==Importance of the Independence Assumption== Independence is a foundational assumption f..." 태그: 시각 편집
- 11:152024년 11월 4일 (월) 11:15 차이 역사 +3,427 새글 Linear Regression Created page with "'''Linear Regression''' is a fundamental regression algorithm used in machine learning and statistics to model the relationship between a dependent variable and one or more independent variables. It assumes a linear relationship between the variables, which means the change in the dependent variable is proportional to the change in the independent variables. Linear Regression is commonly used for predictive analysis and trend forecasting. ==Types of Linear Regression== T..." 최신 태그: 시각 편집
- 11:102024년 11월 4일 (월) 11:10 차이 역사 +3,307 새글 분류:Data Science Created page with "The field of '''Data Science''' encompasses a wide range of concepts, techniques, and tools focused on extracting insights and knowledge from data. It involves interdisciplinary approaches from statistics, computer science, mathematics, and domain-specific expertise to process, analyze, and interpret complex datasets. Data Science is applied across various industries, including healthcare, finance, marketing, and technology, to make data-driven decisions, predict trends,..." 최신 태그: 시각 편집
- 11:082024년 11월 4일 (월) 11:08 차이 역사 +2,011 새글 Discrete Created page with "In mathematics and computer science, '''discrete''' refers to distinct, separate values or entities, as opposed to continuous values. Discrete data or structures consist of isolated points or categories, often represented by integers or categorical labels. In contrast, continuous data have values that fall within a range and can take on any value within that interval. ==Examples of Discrete Data== Discrete data is commonly found in many fields and applications: *'''Count..." 최신 태그: 시각 편집
- 11:062024년 11월 4일 (월) 11:06 차이 역사 +26 Classification Algorithm 편집 요약 없음 최신 태그: 시각 편집
- 11:052024년 11월 4일 (월) 11:05 차이 역사 +4,552 새글 Classification Algorithm Created page with "'''Classification algorithms''' are a group of machine learning methods used to categorize data into discrete classes or labels. These algorithms learn from labeled data during training and make predictions by assigning an input to one of several possible categories. Classification is widely applied in areas like image recognition, spam filtering, and medical diagnosis. ==Types of Classification Algorithms== There are various types of classification algorithms, each with..." 태그: 시각 편집
- 11:002024년 11월 4일 (월) 11:00 차이 역사 +4,260 새글 Regression Algorithm Created page with "'''Regression algorithms''' are a family of machine learning methods used for predicting continuous numerical values based on input features. Unlike classification, which predicts discrete classes, regression predicts outputs that can take any real number value. Regression algorithms are widely used in various fields, such as finance, economics, and environmental science, where predicting quantities (like stock prices, sales, or temperatures) is essential. ==Types of Reg..." 태그: 시각 편집
- 10:572024년 11월 4일 (월) 10:57 차이 역사 +3,441 새글 K-Nearest Neighbor Created page with "'''K-Nearest Neighbo'''r, often abbreviated as '''K-NN''', is a simple and intuitive classification and regression algorithm used in supervised machine learning. It classifies new data points based on the majority class among its nearest neighbors in the feature space. K-NN is a non-parametric algorithm, meaning it makes no assumptions about the underlying data distribution, making it v..." 최신 태그: 시각 편집
- 10:462024년 11월 4일 (월) 10:46 차이 역사 +26 Data Science 편집 요약 없음 최신 태그: 시각 편집
- 10:462024년 11월 4일 (월) 10:46 차이 역사 +3,635 새글 Data Science Created page with "Data Science is an interdisciplinary field that uses scientific methods, algorithms, and systems to extract knowledge and insights from both structured and unstructured data. It combines elements of statistics, computer science, and domain expertise to analyze complex data and derive actionable conclusions. The goal of Data Science is often to make data-driven decisions, predict trends, and provide meaningful insights that can guide business and research. ==Key Component..." 태그: 시각 편집
- 10:442024년 11월 4일 (월) 10:44 차이 역사 +1,003 새글 Bayes' Theorem Created page with "'''Bayes' theorem''' is a fundamental principle in probability theory and statistics, which describes how to update the probability of a hypothesis based on new evidence. It provides a mathematical framework for reasoning under uncertainty and is often used in machine learning, especially in algorithms like Naive Bayes. The theorem is expressed as: P(A | B) = (P(B | A) * P(A)) / P(B) where: *'''P(A | B)''' is the posterior probability: the probability of event A occur..." 최신 태그: 시각 편집
- 10:402024년 11월 4일 (월) 10:40 차이 역사 +28 Naive Bayes 편집 요약 없음 최신 태그: 시각 편집: 전환됨
- 10:382024년 11월 4일 (월) 10:38 차이 역사 +2,137 새글 Naive Bayes Created page with "**Naive Bayes** The '''Naive Bayes''' algorithm is a probability-based classification method that calculates the likelihood of data belonging to a specific class by using conditional probabilities. As suggested by the term "naive," this algorithm assumes that each feature is independent of the others. While this assumption is often unrealistic, Naive Bayes proves to be practical and efficient in classification tasks, providing good performance on real-world data. Naive..."
2024년 11월 3일 (일)
- 00:282024년 11월 3일 (일) 00:28 차이 역사 +1,368 기계 학습 편집 요약 없음 최신 태그: 시각 편집
- 00:242024년 11월 3일 (일) 00:24 차이 역사 +2,423 기계 학습 머신러닝에 대한 넘겨주기를 제거함 태그: 넘겨주기 제거
- 00:242024년 11월 3일 (일) 00:24 차이 역사 −2,422 머신러닝 기계 학습 문서로 넘겨주기 최신 태그: 새 넘겨주기
- 00:162024년 11월 3일 (일) 00:16 차이 역사 +2,575 새글 Model Interpretability 새 문서: '''Model interpretability''' is the ability to understand or explain how a model performs predictions. It indicates whether a model’s decisions can be explained to humans and how well the reasoning behind them can be communicated. == Interpretability by Model Type == The following list generally starts with models that are considered to have higher interpretability. === Linear Regression === * A simple mathematical model that assigns linear coefficients to each feature,... 최신 태그: 시각 편집
- 00:072024년 11월 3일 (일) 00:07 차이 역사 +3 모델 해석 가능성 편집 요약 없음 최신 태그: 시각 편집
- 00:072024년 11월 3일 (일) 00:07 차이 역사 +842 모델 해석 가능성 편집 요약 없음 태그: 시각 편집
- 00:052024년 11월 3일 (일) 00:05 차이 역사 +2,058 새글 모델 해석 가능성 새 문서: Model Interpretability 모델 해석 가능성은 인공지능이나 기계 학습 모델이 예측을 어떻게 수행하는지 이해하거나 설명할 수 있는 능력을 의미한다. 이는 모델이 내리는 결정을 사람에게 설명할 수 있는지, 또 그 이유를 얼마나 잘 전달할 수 있는지를 나타낸. == 모델별 해석 가능성 == 아래 목록은 일반적으로 해석 가능성이 높은 모델을 우선적으로 작성한 내용이다....
- 00:032024년 11월 3일 (일) 00:03 차이 역사 +41 새글 모델 해석가능성 모델 해석 가능성 문서로 넘겨주기 최신 태그: 새 넘겨주기
- 00:022024년 11월 3일 (일) 00:02 차이 역사 −1,969 해석 가능한 모델 모델 해석가능성 문서로 넘겨주기 최신 태그: 새 넘겨주기
2024년 11월 2일 (토)
- 12:482024년 11월 2일 (토) 12:48 차이 역사 +1 토큰 링 편집 요약 없음 최신 태그: 시각 편집
- 08:242024년 11월 2일 (토) 08:24 차이 역사 +109 CRUD 편집 요약 없음 최신 태그: 시각 편집
- 08:182024년 11월 2일 (토) 08:18 차이 역사 +671 CRUD 편집 요약 없음 태그: 시각 편집
- 06:112024년 11월 2일 (토) 06:11 차이 역사 +18 CRUD 편집 요약 없음 태그: 시각 편집
- 06:112024년 11월 2일 (토) 06:11 차이 역사 +27 CRUD 편집 요약 없음 태그: 시각 편집
- 06:102024년 11월 2일 (토) 06:10 차이 역사 +1,014 새글 CRUD 새 문서: CRUD는 '''Create, Read, Update, Delete'''의 약자로, 데이터베이스 관리 및 애플리케이션 개발에서 필수적인 네 가지 기본 작업을 의미한다. == 구성 == # '''Create (생성)''': 데이터베이스에 새로운 데이터를 추가하는 작업이다. #* 예를 들어, 사용자 계정 생성, 주문 등록, 제품 추가 등이 포함될 수 있다. # '''Read (읽기)''': 기존 데이터를 조회하거나 보는 작업이다. #* 예를 들... 태그: 시각 편집
- 05:592024년 11월 2일 (토) 05:59 차이 역사 +32 선형 회귀 편집 요약 없음 최신 태그: 시각 편집
- 05:542024년 11월 2일 (토) 05:54 차이 역사 +1,974 선형 회귀 편집 요약 없음 태그: 시각 편집
- 05:312024년 11월 2일 (토) 05:31 차이 역사 +435 선형 회귀 편집 요약 없음 태그: 시각 편집
- 05:232024년 11월 2일 (토) 05:23 차이 역사 +2,009 새글 해석 가능한 모델 새 문서: Interpretable Models 해석 가능한 모델은 모델이 생성하는 예측 결과에 대한 설명을 쉽게 이해할 수 있는 모델을 말합니다. 주로 특성(feature)이 결과에 미치는 영향을 명확하게 파악할 수 있는 모델들이 여기에 해당됩니다. == 모델별 해석 가능성 == 아래 목록은 일반적으로 해석 가능성이 높은 모델을 우선적으로 작성한 내용이다. 아래쪽에 있는 모델들은 해석 가능성... 태그: 시각 편집
- 03:542024년 11월 2일 (토) 03:54 차이 역사 +148 로지스틱 회귀 편집 요약 없음 최신 태그: 시각 편집
2024년 10월 31일 (목)
- 12:492024년 10월 31일 (목) 12:49 차이 역사 +2 로지스틱 회귀 편집 요약 없음 태그: 시각 편집
- 12:482024년 10월 31일 (목) 12:48 차이 역사 +4 로지스틱 회귀 편집 요약 없음 태그: 시각 편집
- 12:482024년 10월 31일 (목) 12:48 차이 역사 +4 Logistic regression 편집 요약 없음 태그: 시각 편집
- 12:252024년 10월 31일 (목) 12:25 차이 역사 +7 Logistic regression 편집 요약 없음 태그: 시각 편집