Command Palette
Search for a command to run...
Wiki
Machine Learning Glossary: Explore definitions and explanations of key AI and ML concepts
A quantum computer is a device that uses quantum logic to perform general computations. It is a specific implementation of quantum computing.
Quantum neural network (QNN) is a network composed of several quantum neurons according to a certain topological structure.
Robustness refers to the ability of a computer system to handle errors during execution and the ability of an algorithm to continue to operate normally when encountering anomalies such as input and calculation.
Supervised learning is a machine learning method in which the output is related to the input. A pattern can be learned or established from the training data, and new instances can be inferred based on this pattern.
Structural risk is a compromise between empirical risk and expected risk. A regularization term (penalty term) is added after the empirical risk function to obtain structural risk.
Structural risk minimization (SRM) is an inductive principle in machine learning. It is often used as a strategy to prevent overfitting.
The squeeze function is a function that squeezes a larger range of input into a smaller range. It is often used as an activation function.
Weighted voting is a voting method that takes weights into account.
Neighbor Component Analysis (NCA) is a distance measurement learning method associated with KNN (K Nearest Neighbors), which belongs to supervised learning methods. It was first proposed by Goldberger et al. in 2004.
The intra-class scatter matrix represents the scatter of each sample point around the mean.
Comprehensibility refers to how easy something is to understand, mainly whether it is easy for readers to understand.
Polarity detection is the process of classifying the sentiment polarity of text in natural language.
The activation function is a dynamic principle that is often used in neural network models. It defines how a neuron changes its activation value based on the activity of other neurons. The general activation function depends on the weights in the network, which can introduce nonlinear factors and is often used to solve problems that cannot be solved with linear equations.
A parse tree, also called a concrete syntax tree, is a representation of the results of a syntax analysis, which represents the grammatical structure of a language in a tree shape.
Structure is a method of displaying a neural network topology diagram, which is often used in the field of neural networks. In a neural network, variables can be the weights and incentive values of neuron connections.
Analytical gradient refers to the use of backpropagation in neural network algorithms to calculate the gradient of the objective function with respect to each parameter.
Approximation or approximation means that one thing is similar to another thing, but not exactly the same.
Approximate Bayesian Computation (ABC) is a computational method based on Bayesian statistics that can be used to estimate the posterior distribution of model parameters.
Approximate inference methods refer to sampling and learning from a large amount of data and using hypothesis-verification logic to continuously approach the true model.
In mathematics, a distance matrix is a matrix (i.e. a two-dimensional array) containing the distances between pairs of points.
Plug and Play Generative Network (PPGN) is a model proposed by Nguyen et al. in 2016.
The column name attribute refers to the 'name-related' feature of the data, and the corresponding value is the name of some symbol or thing.
Cumulative error back propagation is a neural network algorithm that uses a gradient descent-based strategy to adjust parameters in the negative gradient direction of the target, with the goal of minimizing the training error. It is also called the "back propagation algorithm", or "BP algorithm" for short.
Grouping related samples together is generally used for unsupervised learning. Once all samples are grouped, researchers can optionally assign meaning to each cluster. There are many clustering algorithms, for example, the k-means algorithm clusters samples based on their proximity to the centroid, as shown below: After that, researchers can […]
A quantum computer is a device that uses quantum logic to perform general computations. It is a specific implementation of quantum computing.
Quantum neural network (QNN) is a network composed of several quantum neurons according to a certain topological structure.
Robustness refers to the ability of a computer system to handle errors during execution and the ability of an algorithm to continue to operate normally when encountering anomalies such as input and calculation.
Supervised learning is a machine learning method in which the output is related to the input. A pattern can be learned or established from the training data, and new instances can be inferred based on this pattern.
Structural risk is a compromise between empirical risk and expected risk. A regularization term (penalty term) is added after the empirical risk function to obtain structural risk.
Structural risk minimization (SRM) is an inductive principle in machine learning. It is often used as a strategy to prevent overfitting.
The squeeze function is a function that squeezes a larger range of input into a smaller range. It is often used as an activation function.
Weighted voting is a voting method that takes weights into account.
Neighbor Component Analysis (NCA) is a distance measurement learning method associated with KNN (K Nearest Neighbors), which belongs to supervised learning methods. It was first proposed by Goldberger et al. in 2004.
The intra-class scatter matrix represents the scatter of each sample point around the mean.
Comprehensibility refers to how easy something is to understand, mainly whether it is easy for readers to understand.
Polarity detection is the process of classifying the sentiment polarity of text in natural language.
The activation function is a dynamic principle that is often used in neural network models. It defines how a neuron changes its activation value based on the activity of other neurons. The general activation function depends on the weights in the network, which can introduce nonlinear factors and is often used to solve problems that cannot be solved with linear equations.
A parse tree, also called a concrete syntax tree, is a representation of the results of a syntax analysis, which represents the grammatical structure of a language in a tree shape.
Structure is a method of displaying a neural network topology diagram, which is often used in the field of neural networks. In a neural network, variables can be the weights and incentive values of neuron connections.
Analytical gradient refers to the use of backpropagation in neural network algorithms to calculate the gradient of the objective function with respect to each parameter.
Approximation or approximation means that one thing is similar to another thing, but not exactly the same.
Approximate Bayesian Computation (ABC) is a computational method based on Bayesian statistics that can be used to estimate the posterior distribution of model parameters.
Approximate inference methods refer to sampling and learning from a large amount of data and using hypothesis-verification logic to continuously approach the true model.
In mathematics, a distance matrix is a matrix (i.e. a two-dimensional array) containing the distances between pairs of points.
Plug and Play Generative Network (PPGN) is a model proposed by Nguyen et al. in 2016.
The column name attribute refers to the 'name-related' feature of the data, and the corresponding value is the name of some symbol or thing.
Cumulative error back propagation is a neural network algorithm that uses a gradient descent-based strategy to adjust parameters in the negative gradient direction of the target, with the goal of minimizing the training error. It is also called the "back propagation algorithm", or "BP algorithm" for short.
Grouping related samples together is generally used for unsupervised learning. Once all samples are grouped, researchers can optionally assign meaning to each cluster. There are many clustering algorithms, for example, the k-means algorithm clusters samples based on their proximity to the centroid, as shown below: After that, researchers can […]