All public logs

From IT Wiki

Combined display of all available logs of IT Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 02:53, 5 November 2024 핵톤 talk contribs created page Similarity (Data Science) (Created page with "In data science, similarity refers to a measure of how alike two data points, items, or sets of features are. It is a fundamental concept in various machine learning and data analysis tasks, particularly in clustering, recommendation systems, and classification. Similarity metrics quantify the closeness or resemblance between data points, enabling models to group, rank, or classify them based on shared characteristics. ==Key Similarity Measures== Several similarity metri...") Tag: Visual edit
  • 02:28, 5 November 2024 핵톤 talk contribs created page Cross-Validation (Created page with "Cross-Validation is a technique in machine learning used to evaluate a model’s performance on unseen data. It involves partitioning the dataset into multiple subsets, training the model on some subsets while testing on others. Cross-validation helps detect overfitting and underfitting, ensuring the model generalizes well to new data. ==Key Concepts in Cross-Validation== Cross-validation is based on the following key principles: *'''Training and Validation Splits''': Cr...") Tag: Visual edit
  • 02:26, 5 November 2024 핵톤 talk contribs created page Underfitting (Created page with "Underfitting is a common issue in machine learning where a model is too simple to capture the underlying patterns in the data. As a result, the model performs poorly on both training and test datasets, failing to achieve high accuracy. Underfitting occurs when the model lacks the capacity or complexity needed to represent the relationships within the data. ==Causes of Underfitting== Several factors contribute to underfitting in machine learning models: *'''Over-Simplifie...") Tag: Visual edit
  • 02:25, 5 November 2024 핵톤 talk contribs created page Overfitting (Created page with "'''Overfitting''' is a common issue in machine learning where a model learns the training data too closely, capturing noise and specific patterns that do not generalize well to new, unseen data. This results in high accuracy on the training set but poor performance on test data, as the model fails to generalize and instead memorizes irrelevant details. ==Causes of Overfitting== Several factors contribute to overfitting in machine learning models: *'''Complex Models''': M...") Tag: Visual edit
  • 02:22, 5 November 2024 핵톤 talk contribs created page Unsupervised Learning (Created page with "Unsupervised Learning is a type of machine learning where the model is trained on an unlabeled dataset, meaning the data has no predefined outputs. The goal is for the model to discover hidden patterns, structures, or relationships within the data. Unsupervised learning is widely used for tasks like clustering, dimensionality reduction, and anomaly detection, where understanding the inherent structure of data is valuable. ==Key Concepts in Unsupervised Learning== Several...") Tag: Visual edit
  • 02:21, 5 November 2024 핵톤 talk contribs created page Supervised Learning (Created page with "'''Supervised Learning''' is a type of machine learning where the model is trained on a labeled dataset, meaning each input comes with a corresponding output. The goal is to learn a mapping from inputs to outputs, allowing the model to make predictions or classifications based on new, unseen data. Supervised learning is widely used in applications where historical data can be used to predict future outcomes. ==Key Concepts in Supervised Learning== Several key concepts fo...") Tag: Visual edit
  • 02:20, 5 November 2024 핵톤 talk contribs created page First Principles Algorithm (Created page with "First Principles Algorithms are computational methods that rely on fundamental principles, such as mathematics, statistics, physics, or other scientific laws, to model and predict outcomes. Unlike empirical or data-driven approaches, these algorithms are based on established principles and are often used to provide interpretable and theoretically sound predictions. Common first principles algorithms include Decision Trees, Naïve Bayes, and k-Nearest Neighbors (kNN), whi...") Tag: Visual edit
  • 02:15, 5 November 2024 핵톤 talk contribs created page Learner (Data Science) (Created page with "In data science, a '''learner''' is an algorithm or model that "learns" patterns from data to make predictions or decisions. Often referred to as an '''inducer or induction algorithm''', a learner uses data samples to induce a general model that can predict outcomes on new, unseen data. The learning process involves identifying relationships between features (input variables) and target variables (output), refining the model with each iteration or training cycle. ==Termi...") Tag: Visual edit
  • 02:07, 5 November 2024 핵톤 talk contribs created page Rows (Data Science) (Created page with "In data science, a '''row''' represents a single record or observation in a dataset. Rows, often referred to as '''examples, instances, or data points''', contain values for each feature or attribute, capturing one complete set of information in a structured format. Each row is typically analyzed as an individual unit, providing insights that contribute to broader trends or predictions when aggregated with other rows. ==Terminology== Several terms are used interchangeabl...") Tag: Visual edit
  • 02:03, 5 November 2024 핵톤 talk contribs created page Feature (Data Science) (Created page with "In data science, a '''feature''' is an individual measurable property or characteristic of a data point that is used as input to a predictive model. Terms such as '''feature, columns, attributes, variables, and independent variables''' are often used interchangeably to refer to the input characteristics in a dataset that are used for analysis or model training. ==Types of Features== Features can take various forms depending on the type of data and the problem being solve...") Tag: Visual edit
  • 14:35, 4 November 2024 핵톤 talk contribs created page Cold Start Problem (Created page with "The Cold Start Problem is a common challenge in recommender systems, where the system struggles to make accurate recommendations due to a lack of sufficient data. This problem affects new users, new items, or entire systems that lack historical data, limiting the effectiveness of collaborative and content-based filtering techniques. ==Types of Cold Start Problems== Cold start issues can occur in several contexts: *'''User Cold Start''': When a new user joins the platform...") Tag: Visual edit
  • 14:34, 4 November 2024 핵톤 talk contribs created page Content-Based Filtering (Created page with "Content-Based Filtering is a recommendation technique that suggests items to users based on the characteristics of items they have previously shown interest in. Unlike collaborative filtering, which relies on user behavior patterns, content-based filtering uses item attributes or features to make recommendations. ==How Content-Based Filtering Works== Content-based filtering involves analyzing item attributes and matching them to a user’s preferences or past interaction...") Tag: Visual edit
  • 14:32, 4 November 2024 핵톤 talk contribs created page Category:Artificial Intelligence (Created page with "Artificial Intelligence (AI) is a branch of computer science focused on creating systems capable of performing tasks that typically require human intelligence. This includes areas such as learning, reasoning, problem-solving, perception, and language understanding. AI is applied across a broad range of fields, including robotics, natural language processing, computer vision, and more. ==Subfields of Artificial Intelligence== AI encompasses various subfields, each address...") Tag: Visual edit
  • 14:31, 4 November 2024 핵톤 talk contribs created page Collaborative Filtering (Created page with "Collaborative Filtering is a popular technique in recommender systems that predicts a user’s interest by identifying patterns from the behavior and preferences of similar users or items. It relies on the assumption that if users have agreed on past items, they are likely to agree on similar items in the future. ==Types of Collaborative Filtering== Collaborative Filtering can be divided into two main approaches: *'''User-Based Collaborative Filtering''': Recommends item...") Tag: Visual edit
  • 14:29, 4 November 2024 핵톤 talk contribs created page Recommender System (Created page with "A Recommender System is a data-driven algorithm designed to suggest relevant items or content to users based on their preferences, behavior, or similar users’ choices. It is widely used in e-commerce, streaming services, social media, and other online platforms to enhance user experience by delivering personalized recommendations. ==Types of Recommender Systems== There are several main types of recommender systems, each with different approaches to making recommendatio...") Tag: Visual edit
  • 14:27, 4 November 2024 핵톤 talk contribs created page AUC (Redirected page to Area Under the Curve) Tags: New redirect Visual edit
  • 14:26, 4 November 2024 핵톤 talk contribs created page Precision-Recall Curve (Created page with "The Precision-Recall Curve is a graphical representation used in binary classification to evaluate a model's performance, especially in imbalanced datasets. It plots precision (y-axis) against recall (x-axis) at various threshold settings, showing the trade-off between the two metrics as the decision threshold changes. ==What is a Precision-Recall Curve?== A Precision-Recall Curve shows how well a model balances precision (the accuracy of positive predictions) and recall...") Tag: Visual edit
  • 14:19, 4 November 2024 핵톤 talk contribs created page Gain Chart (Created page with "A Gain Chart, or Cumulative Gain Chart, is a graphical tool used to evaluate the effectiveness of a predictive model by showing the cumulative percentage of positive outcomes identified as more of the dataset is included. It helps assess how well the model ranks positive cases, particularly in applications where targeting high-value instances is essential. ==What is a Gain Chart?== A Gain Chart plots the cumulative percentage of positive outcomes (y-axis) against the cum...") Tag: Visual edit
  • 14:19, 4 November 2024 핵톤 talk contribs created page Cumulative Response Curve (Created page with "'''Cumulative Response Curve (CRC)''' is graphical tools used in predictive modeling and data science to assess a model's ability to capture positive outcomes as more of the dataset is selected. They provide insight into how effectively a model identifies the highest value cases early in the ranking. ==What is a Cumulative Response Curve?== A Cumulative Response Curve plots the cumulative percentage of actual positive instances (y-axis) against the cumulative percentage...") Tag: Visual edit
  • 14:18, 4 November 2024 핵톤 talk contribs created page Lift Curve (Created page with "A '''Lift Curve''' is a graphical representation used in predictive modeling to measure the effectiveness of a model in identifying positive outcomes, compared to a baseline of random selection. It shows how much more likely the model is to capture positive cases within selected segments compared to a random approach. ==What is a Lift Curve?== A Lift Curve plots the lift (y-axis) against the cumulative percentage of the dataset selected (x-axis). It illustrates how well...") Tag: Visual edit
  • 14:17, 4 November 2024 핵톤 talk contribs created page Cumulative Response Curves (Created page with "'''Cumulative Response Curves (CRC)''' are graphical tools used in predictive modeling and data science to assess a model's ability to capture positive outcomes as more of the dataset is selected. They provide insight into how effectively a model identifies the highest value cases early in the ranking. ==What is a Cumulative Response Curve?== A Cumulative Response Curve plots the cumulative percentage of actual positive instances (y-axis) against the cumulative percentag...") Tag: Visual edit
  • 14:16, 4 November 2024 핵톤 talk contribs created page Gain (Data Science) (Created page with "'''Gain''' is a metric used in data science, marketing, and predictive modeling to measure the cumulative success of a model in capturing positive outcomes as more of the dataset is utilized. It provides insight into how effectively a model ranks and selects positive cases, particularly in applications where maximizing the return on targeted resources is essential. ==What is Gain?== Gain quantifies the cumulative proportion of positive outcomes identified by the model as...") Tag: Visual edit
  • 14:15, 4 November 2024 핵톤 talk contribs created page Lift (Data Science) (Created page with "'''Lift''' is a metric used in marketing, sales, and data science to measure the effectiveness of a predictive model, especially in identifying positive outcomes such as likely buyers or high-risk customers. It quantifies how much better a model performs in comparison to random chance. ==Understanding Lift== Lift evaluates the concentration of positive instances (e.g., buyers, responders) within a selected group compared to the overall rate of positives in the entire pop...") Tag: Visual edit
  • 14:12, 4 November 2024 핵톤 talk contribs created page Data Science Cheat Sheet (Created page with "== Confusion Matrix and F1 Score == '''Confusion Matrix''' {| class="wikitable" |- ! !!Predicted Positive!!Predicted Negative |- |'''Actual Positive'''||True Positive (TP)||False Negative (FN) |- |'''Actual Negative'''||False Positive (FP)||True Negative (TN) |} '''F1 Score''' = 2 * (Precision * Recall) / (Precision + Recall) * 2 * (Positive Predictive Value * True Positive Rate) / (Positive Predictive Value + True Positive Rate) * 2 * (TP) / (TP + FP + FN) ==...") Tag: Visual edit
  • 14:11, 4 November 2024 핵톤 talk contribs created page Specificity (Data Science) (Created page with "'''Specificity''', also known as the '''True Negative Rate (TNR)''', is a metric used in binary classification to measure the proportion of actual negative cases that are correctly identified by the model. It reflects the model’s ability to avoid false positives and accurately classify negative instances. ==Definition== Specificity is calculated as: :'''<big>Specificity = True Negatives / (True Negatives + False Positives)</big>''' A higher specificity value indicates...") Tag: Visual edit
  • 13:59, 4 November 2024 핵톤 talk contribs created page Sensitivity (Redirected page to Recall (Data Science)) Tags: New redirect Visual edit
  • 13:59, 4 November 2024 핵톤 talk contribs created page True Positive Rate (Redirected page to Recall (Data Science)) Tags: New redirect Visual edit
  • 13:57, 4 November 2024 핵톤 talk contribs created page False Positive Rate (Created page with "The '''False Positive Rate (FPR)''' is a metric used in binary classification to measure the proportion of actual negatives that are incorrectly identified as positives by the model. It is an important metric for understanding the model's tendency to produce false alarms. ==Definition== The False Positive Rate is calculated as: :'''FPR = False Positives / (False Positives + True Negatives)''' This metric represents the likelihood of a negative instance being misclassifie...") Tag: Visual edit
  • 12:15, 4 November 2024 핵톤 talk contribs created page Area Under the Curve (Created page with "The Area Under the Curve (AUC) is a metric used in classification tasks to evaluate the overall performance of a binary classification model. It represents the area under the ROC (Receiver Operating Characteristic) Curve, providing a single value that summarizes the model’s ability to distinguish between positive and negative classes across all thresholds. ==Definition== AUC values range from 0 to 1: *'''AUC = 1''': Indicates a perfect classifier that co...") Tag: Visual edit
  • 12:13, 4 November 2024 핵톤 talk contribs created page ROC Curve (Created page with "The '''ROC (Receiver Operating Characteristic) Curve''' is a graphical representation used to evaluate the performance of a binary classification model. It plots the true positive rate (sensitivity) against the false positive rate (1 - specificity) at various threshold settings, providing insight into the trade-offs between sensitivity and specificity. ==Definition== The ROC Curve is created by plotting: *'''True Positive Rate (TPR)''' or Sensitivity: TPR = True Positive...") Tag: Visual edit
  • 12:05, 4 November 2024 핵톤 talk contribs created page Classification Metrics (Created page with "'''Classification metrics''' are evaluation measures used to assess the performance of classification models in machine learning and data science. These metrics help determine how well a model can predict the correct class labels, particularly in supervised learning tasks. ==Common Classification Metrics== There are several widely used classification metrics, each serving different aspects of model performance: *'''Accuracy''': Measures the ratio of correct predictions t...") Tag: Visual edit
  • 12:03, 4 November 2024 핵톤 talk contribs created page Confusion Matrix (Created page with "'''Confusion Matrix''' is a tool used in data science and machine learning to evaluate the performance of a classification model. It provides a tabular summary of the model's predictions against the actual values, breaking down the number of correct and incorrect predictions for each class. ==Structure== The confusion matrix is typically a 2x2 table for binary classification, with the following layout: *'''True Positives (TP)''': Correctly predicted positive instances *...") Tag: Visual edit
  • 11:59, 4 November 2024 핵톤 talk contribs created page Recall (Data Science) (Created page with "'''Recall''' is a metric used in data science, particularly in classification problems, to measure the completeness of positive predictions. It represents the ratio of true positive predictions to the sum of true positives and false negatives, reflecting the model's ability to identify all relevant instances within the data. ==Definition== Recall is calculated as: :'''Recall = True Positives / (True Positives + False Negatives)''' This metric is crucial when the focus is...") Tag: Visual edit
  • 11:58, 4 November 2024 핵톤 talk contribs created page Precision (Data Science) (Created page with "'''Precision''' is a metric used in data science, particularly in classification problems, to measure the accuracy of positive predictions. It is defined as the ratio of true positive predictions to the sum of true positive and false positive predictions, offering insights into the model's performance in correctly identifying positive instances. ==Definition== Precision is calculated as: :'''<big>Precision = True Positives / (True Positives + False Positives)</big>''' Th...") Tag: Visual edit
  • 11:55, 4 November 2024 핵톤 talk contribs created page Accuracy (Redirected page to Accuracy (Data Science)) Tags: New redirect Visual edit
  • 11:55, 4 November 2024 핵톤 talk contribs created page Accuracy (Data Science) (Created page with "Accuracy is a metric used in data science to measure the performance of a model, particularly in classification problems. It represents the ratio of correctly predicted instances to the total number of instances. ==Definition== Accuracy is calculated as: :'''<big>Accuracy = (True Positives + True Negatives) / (Total Number of Instances)</big>''' This metric is often used in classification problems, where the goal is to determine how well a model can predict class labels....") Tag: Visual edit
  • 11:51, 4 November 2024 핵톤 talk contribs created page Gini Impurity (Data Science) (Created page with "'''Gini Impurity''' is a metric used in data science, particularly in decision tree algorithms, to measure the "impurity" or diversity of a dataset. It helps in determining how well a split at a node separates the data into distinct classes, making it essential for classification problems. ==Definition== Gini impurity calculates the probability that a randomly chosen element from a dataset will be incorrectly classified if it is randomly labeled accordi...") Tag: Visual edit
  • 11:46, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:43, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:39, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:33, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:29, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:18, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:15, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:10, 4 November 2024 핵톤 talk contribs created page Category: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,...") Tag: Visual edit
  • 11:08, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:05, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 11:00, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 10:57, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
  • 10:46, 4 November 2024 핵톤 talk contribs created page 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...") Tag: Visual edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)