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).
- 13:23, 22 February 2023 Alpha5 talk contribs created page Supervised learning (Redirected page to Supervised machine learning) Tag: New redirect
- 13:22, 22 February 2023 Alpha5 talk contribs created page Supervised training (Redirected page to Supervised machine learning) Tag: New redirect
- 13:13, 22 February 2023 Alpha5 talk contribs created page Unsupervised machine learning (Created page with "{{see also|Machine learning terms}} ===Introduction== Machine learning is a subset of artificial intelligence (AI), which allows computer programs to learn from data without being explicitly programmed. Machine learning models are trained using labeled data - that is, data that has been classified or labeled according to certain criteria. Unfortunately, not all data has been labeled and sometimes it's impossible to manually label it; in such cases unsupervised machine le...")
- 13:12, 22 February 2023 Alpha5 talk contribs created page Unsupervised learning (Redirected page to Unsupervised machine learning) Tag: New redirect
- 13:12, 22 February 2023 Alpha5 talk contribs created page Unsupervised (Redirected page to Unsupervised machine learning) Tag: New redirect
- 13:12, 22 February 2023 Alpha5 talk contribs created page Unsupervised training (Redirected page to Unsupervised machine learning) Tag: New redirect
- 12:59, 22 February 2023 Alpha5 talk contribs created page Labeled data (Redirected page to Labeled example) Tag: New redirect
- 12:58, 22 February 2023 Alpha5 talk contribs created page Unlabeled data (Redirected page to Unlabeled example) Tag: New redirect
- 12:56, 22 February 2023 Alpha5 talk contribs created page Unlabeled example (Created page with "{{see also|Machine learning terms}} ===Introduction== Machine learning often uses labeled data for model training. Labeled data refers to information that has already been classified and labeled by humans, making it simpler for the model to comprehend and learn from. On occasion, however, unlabeled data may also be employed. ==What is Unlabeled Data?== Unlabeled data, as its name suggests, refers to data that has not been labeled or categorized in any way. It's essentia...")
- 12:55, 22 February 2023 Alpha5 talk contribs created page Underfitted (Redirected page to Underfitting) Tag: New redirect
- 12:43, 22 February 2023 Alpha5 talk contribs created page Underfitting (Created page with "{{see also|Machine learning terms}} ===Introduction== Machine learning seeks to build models that can accurately predict the outcomes of unseen data based on patterns learned from training data. Unfortunately, developing an effective model is no small feat and many challenges arise along the way; one major issue being underfitting. Underfitting occurs when a model is too simple to capture underlying patterns in data. ==What is Underfitting?== Underfitting occurs when a...")
- 12:42, 22 February 2023 Alpha5 talk contribs created page Underfit (Redirected page to Underfitting) Tag: New redirect
- 08:42, 22 February 2023 Alpha5 talk contribs created page TPR (Redirected page to True positive rate (TPR)) Tag: New redirect
- 08:42, 22 February 2023 Alpha5 talk contribs created page True positive rate (Redirected page to True positive rate (TPR)) Tag: New redirect
- 08:42, 22 February 2023 Alpha5 talk contribs created page True positive rate (TPR) (Created page with "{{see also|Machine learning terms}} ===Introduction== Machine learning demands the evaluation of a model's performance. One way to do this is through classification metrics like true positive rate (TPR). TPR measures how well a model can correctly identify positive instances. In this article, we'll define TPR and discuss its significance in machine learning. ==Definition== True Positive Rate (TPR) is a classification metric that measures the proportion of actual positiv...")
- 06:28, 22 February 2023 Alpha5 talk contribs created page HF (Redirected page to Hugging Face) Tag: New redirect
- 05:13, 22 February 2023 Alpha5 talk contribs created page TP (Redirected page to True positive (TP)) Tag: New redirect
- 05:13, 22 February 2023 Alpha5 talk contribs created page True positive (Redirected page to True positive (TP)) Tag: New redirect
- 05:12, 22 February 2023 Alpha5 talk contribs created page True positive (TP) (Created page with "===Introduction== Machine learning classification is the process of classifying data into distinct classes. When assessing a model's performance, it is essential to assess its capacity for correctly predicting each data instance's class. One important evaluation metric used in binary classification is True Positive (TP), which measures how many positive samples are correctly classified as positive by the model. ==What is True Positive?== True Positive is a statistic use...")
- 04:55, 22 February 2023 Alpha5 talk contribs created page Machine learning model (Redirected page to Models) Tag: New redirect
- 04:50, 22 February 2023 Alpha5 talk contribs created page True negative (TN) (Created page with "===Introduction== Machine learning classification is the process of accurately predicting a data point's class based on features. This classification can lead to four distinct outcomes: true positive (TP), true negative (TN), false positive (FP) and false negative (FN). In this article, we'll focus on the true negative (TN) outcome. ==What is True Negative (TN)?== True Negative (TN) is one of the possible outcomes in a binary classification problem when the model predic...")
- 04:49, 22 February 2023 Alpha5 talk contribs created page TN (Redirected page to True negative (TN)) Tag: New redirect
- 04:49, 22 February 2023 Alpha5 talk contribs created page True negative (Redirected page to True negative (TN)) Tag: New redirect
- 04:21, 22 February 2023 Alpha5 talk contribs created page Training set (Created page with "===Introduction== Machine learning relies on access to large amounts of data in order to develop models that accurately predict outcomes. This set, known as the training set, helps train the model so it can recognize patterns and make predictions based on newly added information. ==What is a Training Set?== A training set is a collection of data used to train a machine learning model. This set typically contains examples of inputs and outputs that the model uses to lear...")
- 04:21, 22 February 2023 Alpha5 talk contribs created page Training data (Redirected page to Training set) Tag: New redirect
- 01:58, 22 February 2023 Alpha5 talk contribs created page Online model (Redirected page to Dynamic model) Tag: New redirect
- 01:43, 22 February 2023 Alpha5 talk contribs created page Dynamic model (Created page with "===Introduction== Machine learning is an ever-evolving field that utilizes mathematical algorithms and statistical models to empower computer systems to learn from data and make decisions. A dynamic model in machine learning refers to a type of model that can adjust its behavior over time in response to changes in its environment or new information. Dynamic models are especially beneficial in situations where the environment or data being used to train a model are const...")
- 01:15, 22 February 2023 Alpha5 talk contribs created page Early stoppage (Redirected page to Early stopping) Tag: New redirect
- 01:04, 22 February 2023 Alpha5 talk contribs created page Early stopping (Created page with "===Introduction== Machine learning seeks to train a model that can make accurate predictions on new data. Unfortunately, during training it is common for the model to overfit the training data; that is, it becomes too complex and includes irrelevant details or noise in the dataset. Unfortunately, overfitting can lead to poor performance when faced with new scenarios - thus defeating its purpose. Early stopping is an approach used in machine learning to prevent overfittin...")
- 21:44, 21 February 2023 Alpha5 talk contribs created page Online (Redirected page to Dynamic) Tag: New redirect
- 21:33, 21 February 2023 Alpha5 talk contribs created page Dynamic (Created page with "==Introduction== Machine learning is an ever-evolving field that utilizes mathematical algorithms and statistical models to empower computer systems to learn from data and make decisions. A dynamic model in machine learning refers to a type of model that can adjust its behavior over time in response to changes in its environment or new information. Dynamic models are especially beneficial in situations where the environment or data being used to train a model are consta...")
- 21:24, 21 February 2023 Alpha5 talk contribs created page Categorical features (Redirected page to Discrete feature) Tag: New redirect
- 21:23, 21 February 2023 Alpha5 talk contribs created page Categorical feature (Redirected page to Discrete feature) Tag: New redirect
- 21:09, 21 February 2023 Alpha5 talk contribs created page Discrete feature (Created page with "===Introduction== Machine learning uses features, or characteristics or attributes of input data, as a basis for making predictions or decisions. Discrete features (also referred to as categorical features) are those which take on a limited set of values rather than providing an infinite range of values. ==Definition== Discrete features refer to data elements whose values fall outside a finite or infinite set. Examples of discrete features include gender, hair color, oc...")
- 13:26, 21 February 2023 Alpha5 talk contribs created page Depth (Created page with "===Introduction== Depth is an essential concept in machine learning, particularly deep learning, where it refers to the number of layers within a neural network. Neural networks consist of interconnected artificial neurons that process and transform data. The depth of a network is determined by its number of layers and has an immense effect on its performance; more layers equals greater complexity for your model. ==What is depth in machine learning?== Machine learning e...")
- 13:22, 21 February 2023 Alpha5 talk contribs created page Dense feature (Created page with "===Introduction== Machine learning takes advantage of datasets that contain various features which can be utilized to make predictions about an outcome of interest. Features are the individual measurements or attributes assigned to each instance in a dataset; dense features in particular are often employed in this process. ==Definition of Dense Feature== Dense features in machine learning refer to those with a high-dimensional vector representation, where each dimension...")
- 13:10, 21 February 2023 Alpha5 talk contribs created page Deep model (Created page with "===Introduction== In machine learning, a deep model is an artificial neural network composed of multiple layers. These networks are designed to learn representations of data that become increasingly abstract and complex as it progresses through each layer. Deep models have been employed in order to achieve top-of-the-art performance on various tasks such as image and speech recognition, natural language processing, and game playing. ==Background== Artificial neural netw...")
- 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