All public logs

Combined display of all available logs of AI 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)
  • 12:48, 21 February 2023 Alpha5 talk contribs created page Model hubs (Created page with "{{Needs Expansion}} Hugging Face")
  • 12:47, 21 February 2023 Alpha5 talk contribs created page Model hub (Redirected page to Model hubs) Tag: New redirect
  • 07:17, 21 February 2023 Alpha5 talk contribs created page Data sets (Redirected page to Datasets) Tag: New redirect
  • 07:10, 21 February 2023 Alpha5 talk contribs created page Data set (Redirected page to Datasets) Tag: New redirect
  • 07:09, 21 February 2023 Alpha5 talk contribs created page Dataset (Redirected page to Datasets) Tag: New redirect
  • 07:09, 21 February 2023 Alpha5 talk contribs moved page Data set or dataset to Datasets
  • 07:09, 21 February 2023 Alpha5 talk contribs created page Data set or dataset (Created page with "===Definition== Datasets in machine learning refer to a collection of information collected for training, testing, and assessing a model. They typically consist of input data (features) and their corresponding output or label data. Datasets can vary in size, format, and complexity depending on the problem being addressed. ==Importance== Datasets are essential elements in machine learning, as they serve to train, test and evaluate models. The quality and quantity of the...")
  • 06:44, 21 February 2023 Alpha5 talk contribs created page Examples (Redirected page to Example) Tag: New redirect
  • 06:44, 21 February 2023 Alpha5 talk contribs created page Features (Redirected page to Feature) Tag: New redirect
  • 06:21, 21 February 2023 Alpha5 talk contribs created page DataFrame (Created page with "===Introduction== Data is the backbone of machine learning models. To effectively work with data, it must be organized and formatted for analysis - which is where DataFrames come into play. A DataFrame is a two-dimensional table-like data structure where rows and columns of information are organized. It's an essential concept in data analysis and widely employed in machine learning applications. ==Definition== DataFrame is a tabular data structure in which information i...")
  • 16:51, 20 February 2023 Alpha5 talk contribs created page Convergence (Created page with "==Introduction== Machine learning aims to train a model to perform a specific task, such as recognizing images or predicting stock prices. The training process involves altering parameters in the model based on input data in order to minimize some objective function such as mean squared error between predicted and actual outputs. Convergence refers to when model parameters stop changing or do so slowly after being trained. ==Defining Convergence== Convergence is typical...")
  • 14:49, 20 February 2023 Alpha5 talk contribs created page Clipping (Created page with "===Introduction== Clipping is a technique employed in machine learning to prevent the weights of a neural network from growing too large during optimization. Excess weights can lead to instability during training, causing the network to diverge and fail to converge on an optimal solution. ==The Need for Clipping== Machine learning algorithms like stochastic gradient descent (SGD) are commonly employed to update the weights of a neural network during training. SGD works...")
  • 14:35, 20 February 2023 Alpha5 talk contribs created page Class imbalanced dataset (Redirected page to Class-imbalanced dataset) Tag: New redirect
  • 14:31, 20 February 2023 Alpha5 talk contribs created page Class imbalance (Redirected page to Class-imbalance dataset) Tag: New redirect
  • 14:30, 20 February 2023 Alpha5 talk contribs created page Class-imbalanced dataset (Created page with "===Introduction== Class imbalance is a frequent issue in machine learning, where one or more classes in a dataset have significantly fewer examples than others. This imbalance makes it difficult for machine learning algorithms to accurately predict the minority class, leading to biased and inaccurate models. This article will define class-imbalanced datasets in machine learning, discuss its challenges, and present various techniques to address this issue. ==Defining a...")
  • 13:15, 20 February 2023 Alpha5 talk contribs created page Feature set (Created page with "==Introduction== In machine learning, a feature set is a collection of features or attributes that are used to represent a data point. These features are used to train a model to learn patterns in the data and make predictions on new data. The quality and relevance of the feature set are crucial to the success of the model, and feature engineering is an important step in the machine learning pipeline. ==What are features?== Features are properties or characteristics of...")
  • 13:05, 20 February 2023 Alpha5 talk contribs deleted page Feature extraction (content was: "#REDIRECT Feature engineering", and the only contributor was "Alpha5" (talk))
  • 12:59, 20 February 2023 Alpha5 talk contribs created page Feature extraction (Redirected page to Feature engineering) Tag: New redirect
  • 12:54, 20 February 2023 Alpha5 talk contribs created page Feature engineering (Created page with "==Introduction== Feature engineering is a critical process in machine learning that involves selecting, extracting, and transforming relevant features or variables from raw data to improve the accuracy and performance of machine learning models. Feature engineering is a complex and challenging process that requires domain knowledge, creativity, and expertise in data manipulation techniques. The objective of feature engineering is to transform raw data into a more suitabl...")
  • 12:27, 20 February 2023 Alpha5 talk contribs created page Machine learning models (Redirected page to Models) Tag: New redirect
  • 12:26, 20 February 2023 Alpha5 talk contribs created page Categorical (Redirected page to Categorical data) Tag: New redirect
  • 12:24, 20 February 2023 Alpha5 talk contribs created page Continuous (Redirected page to Continuous feature) Tag: New redirect
  • 12:21, 20 February 2023 Alpha5 talk contribs created page Continuous feature (Created page with "===Introduction== Machine learning usually divides data into two primary types: continuous and categorical. Continuous features, also referred to as numerical or quantitative features, refer to variables that take on a range of numeric values like age, weight, and height. These features are commonly employed in regression models that aim to predict an output variable such as sales or revenue based on input features. Understanding continuous features is critical for creat...")
  • 11:43, 20 February 2023 Alpha5 talk contribs created page Classification threshold (Created page with "===Introduction== Machine learning classification is a task where the goal is to assign an input data point to one of several predefined categories or classes. One critical decision that must be made while performing classification is setting the classification threshold; this determines when the algorithm assigns a data point to one class or another. ==What is Classification Threshold?== Classification threshold is a value that indicates the minimum probability that da...")
  • 11:23, 20 February 2023 Alpha5 talk contribs created page Regression (Redirected page to Regression model) Tag: New redirect
  • 11:20, 20 February 2023 Alpha5 talk contribs created page Classification (Redirected page to Classification model) Tag: New redirect
  • 11:18, 20 February 2023 Alpha5 talk contribs created page Classification model (Created page with "==Introduction== Machine learning is a branch of computer science that allows computers to learn from data without being explicitly programmed. One major goal is creating models that can automatically make predictions based on input data. A classification model, for instance, utilizes machine learning algorithms in order to predict which class a new input belongs in. ==What is a Classification Model?== Classification models are machine learning algorithms that take inpu...")
  • 09:44, 20 February 2023 Alpha5 talk contribs created page Feature (Created page with "===Introduction== Machine learning takes into account features, which are quantifiable aspects or characteristics of a data point that are used to build predictive models. These elements, also referred to as predictors or independent variables, are selected based on their capacity for explaining variations in the dependent variable - that is, the target variable that the model seeks to predict. Features are an integral component of machine learning algorithms, as they i...")
  • 09:36, 20 February 2023 Alpha5 talk contribs created page Feature cross (Created page with "===Introduction== Machine learning algorithms rely heavily on features to extract useful information from data. Feature engineering is the process of selecting and manipulating raw data to create new ones that better depict patterns and relationships present in it. One advanced feature engineering technique used is feature crossing. ==What is Feature Crossing?== Feature crossing is a technique for creating new features by combining two or more existing ones in a dataset...")
  • 03:22, 20 February 2023 Alpha5 talk contribs created page False positive rate (FPR) (Created page with "===Introduction== Machine learning models use classification models to predict whether an input belongs in a certain class or not. Unfortunately, these predictions aren't always correct and sometimes the model may indicate that an input belongs in one class when it actually doesn't - this is known as a false positive and the rate at which false positives occur is known as the false positive rate (FPR). ==What is false positive rate (FPR)?== False Positive Rate (FPR) is...")
  • 01:42, 20 February 2023 Alpha5 talk contribs created page FP (Redirected page to False positive (FP)) Tag: New redirect
  • 01:41, 20 February 2023 Alpha5 talk contribs created page False positive (Redirected page to False positive (FP)) Tag: New redirect
  • 00:48, 20 February 2023 Alpha5 talk contribs created page False positive (FP) (Created page with "===Introduction== Machine learning models utilize classification to detect different patterns in data and make predictions based on them. False positive (FP) refers to a situation when the model predicts an event has taken place but it wasn't true; this can happen when it recognizes a pattern similar to what was desired but which does not match exactly. FPs have serious repercussions, especially within healthcare where misdiagnosis could lead to incorrect treatments and...")
  • 17:19, 19 February 2023 Alpha5 talk contribs created page False negative (FN) (Created page with "==Introduction== In machine learning, a false negative (FN) occurs when a model predicts a negative outcome for an input when the true outcome is positive. In other words, this occurs when the model fails to identify positive instances correctly. False negatives are frequently linked with Type II errors in statistics - when one fails to reject a null hypothesis when it is actually false. In binary classification, a false negative can be defined as when the model incorre...")
  • 17:12, 19 February 2023 Alpha5 talk contribs created page FN (Redirected page to False negative (FN)) Tag: New redirect
  • 17:12, 19 February 2023 Alpha5 talk contribs created page False negative (Redirected page to False negative (FN)) Tag: New redirect
  • 16:41, 19 February 2023 Alpha5 talk contribs created page Example (Created page with " ==Introduction== Machine learning is a subfield of artificial intelligence (AI) that focuses on the development of algorithms that can learn from data and make predictions or decisions without being explicitly programmed. An important component of machine learning is the use of examples or training data, which consists of input data and the corresponding desired output. In this article, we will explain what an example is in machine learning and how it is used to train...")
  • 16:24, 19 February 2023 Alpha5 talk contribs created page Epoch (Created page with "===Introduction== In machine learning, an epoch is a term used to indicate one complete pass through the entire training dataset during the learning process. Training a machine learning model involves optimizing parameters using large datasets; each iteration known as an epoch. The number of epochs can be set by the user and determines how often the algorithm will traverse all data points. In this article we'll explore the concept of an epoch in machine learning, its sig...")
  • 01:51, 19 February 2023 Alpha5 talk contribs created page Embedding layer (Created page with "===Introduction== Machine learning often deals with high-dimensional vectors, which can be challenging to process and analyze directly. To solve this problem, machine learning models often incorporate an "embedding layer," which transforms the input data into a lower dimensional space where it's easier to interpret. This embedding layer plays a major role in many machine learning algorithms such as neural networks and has applications across various fields from natural l...")
  • 01:38, 19 February 2023 Alpha5 talk contribs created page Classes (Redirected page to Class) Tag: New redirect
  • 01:31, 19 February 2023 Alpha5 talk contribs created page Class (Created page with "==Introduction== Machine learning utilizes classes, which are groups of categories or labels used for categorizing data points or instances. Classes play an integral role in various machine learning tasks like classification and clustering; they represent various objects, events, or phenomena we want to model and make predictions on. ==What is a class?== Machine learning classes are collections of categories or labels used to label data points. For instance, binary clas...")
  • 00:10, 19 February 2023 Alpha5 talk contribs created page Categorical data (Created page with "===Introduction== Categorical data is a type of machine learning information that represents qualitative or nominal features rather than numerical or continuous values. It often represents attributes or characteristics of objects or events which cannot be quantified quantitatively. Categorical data plays an essential role in many machine learning tasks such as classification, clustering and regression; this article will give an extensive explanation of categorical data t...")
  • 00:10, 19 February 2023 Alpha5 talk contribs created page Bins (Redirected page to Bucketing) Tag: New redirect
  • 00:09, 19 February 2023 Alpha5 talk contribs created page Buckets (Redirected page to Bucketing) Tag: New redirect
  • 23:43, 18 February 2023 Alpha5 talk contribs created page Binning (Redirected page to Bucketing) Tag: New redirect
  • 23:38, 18 February 2023 Alpha5 talk contribs created page Bucketing (Created page with "===Introduction== Bucketing, also referred to as binning, is a data preprocessing technique in machine learning that involves grouping continuous numerical data into discrete categories or "buckets" based on their range of values. This can be beneficial for various reasons such as simplifying the data, eliminating noise and outliers, and improving model accuracy. In this article we'll provide an overview of bucketing in machine learning including its advantages, potentia...")
  • 13:31, 18 February 2023 Alpha5 talk contribs created page AUC (Area Under the Curve) (Created page with "==Introduction== In machine learning, the AUC (Area Under the ROC Curve) is a popular metric used to evaluate the performance of binary classification models. It measures the ability of the model to distinguish between the positive and negative classes based on the output probabilities of the model. ==What is AUC?== AUC is a measure of the area under the curve of a Receiver Operating Characteristic (ROC) curve, which is a graph that represents the trade-off between the...")
  • 13:31, 18 February 2023 Alpha5 talk contribs created page Area under the curve (Redirected page to AUC (Area Under the Curve)) Tag: New redirect
  • 13:30, 18 February 2023 Alpha5 talk contribs created page Area Under the Curve (Redirected page to AUC (Area Under the Curve)) Tag: New redirect
  • 13:30, 18 February 2023 Alpha5 talk contribs created page AUC (Redirected page to AUC (Area Under the Curve)) Tag: New redirect
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
Retrieved from "http:///wiki/Special:Log"