title | layout | tab | order | tags |
---|---|---|---|---|
Glossary |
true |
3 |
related-tag |
0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Adversarial attack
Type of attack which seeks to trick machine learning models into misclassifying inputs by maliciously tampering with input data
Classification
Process of arranging things in groups which are distinct from each other, and are separated by clearly determined lines of demarcation
Data labeling
Process of assigning tags or categories to each data point in a dataset
Data poisoning
Type of attack that inject poisoning samples into the data
Ensemble
See: Model Ensemble
Intrusion Detection Systems (IDS)
Security service that monitors and analyzes network or system events for the purpose of finding, and providing real-time or near real-time warning of, attempts to access system resources in an unauthorized manner.
Intrusion Prevention System (IPS)
System that can detect an intrusive activity and can also attempt to stop the activity, ideally before it reaches its targets.
MLOps
The selection, application, interpretation, deployment, and maintenance of machine learning models within an AI-enabled system
Model
Detailed description or scaled representation of one component of a larger system that can be created, operated, and analyzed to predict actual operational characteristics of the final produced component
Model ensemble
Art of combining a diverse set of learners (individual models) together to improvise on the stability and predictive power of the model
Obfuscation
Defense mechanism in which details of the model or training data are kept secret by adding a large amount of valid but useless information to a data store
Overfitting
Overfitting is when a statistical model begins to describe the random error in the data rather than the relationships between variables. This occurs when the model is too complex
Regularisation
Controlling model complexity by adding information in order to solve ill-posed problems or to prevent overfitting
Spam
The abuse of electronic messaging systems to indiscriminately send unsolicited bulk messages
Underfitting
Underfitting is when a data model is unable to capture the relationship between the input and output variables accurately, generating a high error rate on both the training set and unseen data