Models Index#
Models#
Classes#
AbductiveReasoningModel#
| IRI | https://w3id.org/ssbd/AbductiveReasoningModel |
| Annotations | |
|---|---|
| prefLabel | AbductiveReasoningModel |
| label | abductive reasoning model |
| definition | Identifies the most plausible explanation for incomplete observations. Analogical Reasoning |
| Formal description | |
| subClassOf | CognitionAndLearningModel |
Adaboost#
| IRI | https://w3id.org/ssbd/Adaboost |
| Annotations | |
|---|---|
| prefLabel | Adaboost |
| label | adaboost |
| definition | A supervised ensemble learning algorithm primarily used for classification and, less commonly, regression tasks. |
| Formal description | |
| subClassOf | Classification |
AnalogicalModel#
| IRI | https://w3id.org/emmo/hume#AnalogicalIcon |
| Annotations | |
|---|---|
| prefLabel | AnalogicalModel |
| altLabel | AnalogicalIcon |
| label | analogical model |
| definition | A model that represents the internal logical structure of the object. |
| scopeNote | A model that focus on HOW the object works., The subclass of model inspired by Peirceian category (b) the diagram, whose internal relations, mainly dyadic or so taken, represent by analogy (with the same logic) the relations in something (e.g. math formula, geometric flowchart). |
| Formal description | |
| subClassOf | Model |
| Subclasses | MathematicalModel |
Example
A physics equation is replicating the mechanisms internal to the object.
Electrical diagram is diagrammatic and resemblance
MODA and CHADA are diagrammatic representation of a simulation or a characterisation workflow.
AnalogicalReasoningModel#
| IRI | https://w3id.org/ssbd/AnalogicalReasoningModel |
| Annotations | |
|---|---|
| prefLabel | AnalogicalReasoningModel |
| label | analogical reasoning model |
| definition | Solves new problems by drawing parallels to known scenarios. |
| Formal description | |
| subClassOf | CognitionAndLearningModel |
ArtificialIntelligenceModel#
| IRI | https://w3id.org/emmo/hume#ArtificialIntelligenceModel |
| Annotations | |
|---|---|
| prefLabel | ArtificialIntelligenceModel |
| altLabel | ArtificialIntelligence |
| label | artificial intelligence model |
| seeAlso | ![]() |
| definition | A machine-based system that perceives its environment, pursues goals, adapts to feedback/change and provides information/takes action. |
| scopeNote | The ArtificialIntelligenceModel branch is modelled after Wang et al. Artificial intelligence in product lifecycle management (2021) Int J Adv Manuf Technol 114, 771-796, DOI: 10.1007/s00170-021-06882-1. |
| Formal description | |
| subClassOf | MathematicalModel |
| Subclasses | CognitionAndLearningModel, PerceptionModel, BehaviorModel |
ArtificialNeuralNetwork#
| IRI | https://w3id.org/ssbd/ArtificialNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | ArtificialNeuralNetwork |
| altLabel | NeuralNetwork |
| label | artificial neural network |
| definition | AI model inspired by the human brain, featuring interconnected layers of artificial neurons that process data to recognize complex patterns, make predictions, and drive machine learning, especially in tasks like computer vision and natural language processing., Neural networks learn by adjusting connection weights via training, with deep networks employing multiple layers for high-level abstraction. |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | Autoencoder, DeepLearningModel |
AtomicInteractionModel#
| IRI | https://w3id.org/emmo/hume#AtomicInteractionModel |
| Annotations | |
|---|---|
| prefLabel | AtomicInteractionModel |
| label | atomic interaction model |
| definition | A physics-based model based on a physics equation describing the interaction between atoms. |
| Formal description | |
| subClassOf | AtomisticModel |
AtomisticModel#
| IRI | https://w3id.org/emmo/hume#AtomisticModel |
| Annotations | |
|---|---|
| prefLabel | AtomisticModel |
| label | atomistic model |
| Formal description | |
| subClassOf | MaterialsModel |
| Subclasses | AtomisticMolecularDynamics, StructureManipulationModel, AtomicInteractionModel |
Example
A physics-based model based on a physics equation describing the behaviour of atoms.
AtomisticMolecularDynamics#
| IRI | https://w3id.org/emmo/hume#AtomisticMolecularDynamics |
| Annotations | |
|---|---|
| prefLabel | AtomisticMolecularDynamics |
| label | atomistic molecular dynamics |
| definition | Atomistic model that models the physical movements of atoms and molecules over time by numerically solving Newton’s equations of motion. |
| Formal description | |
| subClassOf | AtomisticModel |
Autoencoder#
| IRI | https://w3id.org/ssbd/Autoencoder |
| Annotations | |
|---|---|
| prefLabel | Autoencoder |
| label | autoencoder |
| definition | Neural networks designed to compress input data into a lower-dimensional bottleneck layer and then reconstruct it, effectively learning efficient, non-linear representations. |
| Formal description | |
| subClassOf | ArtificialNeuralNetwork, DimensionalityReduction |
Bagging#
| IRI | https://w3id.org/ssbd/Bagging |
| Annotations | |
|---|---|
| prefLabel | Bagging |
| label | bagging |
| definition | A prediction learning meta-algorithm designed to improve the stability and accuracy of predictive models, specifically by reducing variance and helping to avoid overfitting. |
| Formal description | |
| subClassOf | PredictionLearningModel |
BehaviorModel#
| IRI | https://w3id.org/ssbd/BehaviorModel |
| Annotations | |
|---|---|
| prefLabel | BehaviorModel |
| label | behavior model |
| definition | AI systems trained on vast, multimodal datasets—including video, sensor data, and action logs—to understand, predict, and simulate human-like actions and complex decision-making processes. |
| scopeNote | Unlike LLMs that process text, LBMs focus on "what people do," utilizing reinforcement learning to adapt to dynamic environments. |
| Formal description | |
| subClassOf | ArtificialIntelligenceModel |
Boosting#
| IRI | https://w3id.org/ssbd/Boosting |
| Annotations | |
|---|---|
| prefLabel | Boosting |
| label | boosting |
| definition | A prediction learning ensemble model designed to improve the predictive performance of models by converting multiple "weak learners" (models with low predictive power, often simple decision trees) into a single "strong learner". |
| Formal description | |
| subClassOf | PredictionLearningModel |
Classification#
| IRI | https://w3id.org/ssbd/Classification |
| Annotations | |
|---|---|
| prefLabel | Classification |
| label | classification |
| definition | A supervised learning model that trains models using labeled data to categorize new, unseen data into predefined classes. |
| Formal description | |
| subClassOf | SupervisedLearningModel |
| Subclasses | ExtraTreesClassifier, Adaboost, SupportVectorMachine, NaiveBayes, DecisionTree |
Clustering#
| IRI | https://w3id.org/ssbd/Clustering |
| Annotations | |
|---|---|
| prefLabel | Clustering |
| label | clustering |
| definition | An unsupervised learning model that automatically groups unlabeled data into clusters based on similarities in their features. |
| Formal description | |
| subClassOf | UnsupervicedLearningModel |
CognitionAndLearningModel#
| IRI | https://w3id.org/ssbd/CognitionAndLearningModel |
| Annotations | |
|---|---|
| prefLabel | CognitionAndLearningModel |
| altLabel | Blends artificial intelligence with cognitive science to simulate human thought processes (sensing, reasoning, and learning) rather than just executing predefined rules., CognitiveAI |
| label | cognition and learning model |
| Formal description | |
| subClassOf | ArtificialIntelligenceModel |
| Subclasses | MachineLearningModel, ProbabilityModel, KnowledgeRepresentation, Logic, PlanningModel, AbductiveReasoningModel, AnalogicalReasoningModel |
CollaborativeFiltering#
| IRI | https://w3id.org/ssbd/CollaborativeFiltering |
| Annotations | |
|---|---|
| prefLabel | CollaborativeFiltering |
| label | collaborative filtering |
| definition | A widely used recommender system model that primarily operates by leveraging similarities between users and items based on past interactions (like ratings or purchases). |
| Formal description | |
| subClassOf | RemommenderSystem |
ComputerVision#
| IRI | https://w3id.org/ssbd/ComputerVision |
| Annotations | |
|---|---|
| prefLabel | ComputerVision |
| altLabel | MachineVision |
| label | computer vision |
| definition | AI system that is able to acquire, understand and use digital images to recognize activities, objects, and images. |
| scopeNote | |
| Formal description | |
| subClassOf | PerceptionModel |
| Subclasses | ImageClassification, ObjectDetection, ImageSegmentation, TargetTracking |
ContentExtraction#
| IRI | https://w3id.org/ssbd/ContentExtraction |
| Annotations | |
|---|---|
| prefLabel | ContentExtraction |
| label | content extraction |
| definition | A natural language model tha tinvolves analyzing text to move beyond keyword matching, identifying the "who, what, and why" behind user input by extracting entities, themes, and semantic relationships. |
| Formal description | |
| subClassOf | NaturalLanguageUnderstanding |
ContinuumModel#
| IRI | https://w3id.org/emmo/hume#ContinuumModel |
| Annotations | |
|---|---|
| prefLabel | ContinuumModel |
| label | continuum model |
| Formal description | |
| subClassOf | MaterialsModel |
Example
A physics-based model based on a physics equation describing the behaviour of continuum volume.
ConvolutionNeuralNetwork#
| IRI | https://w3id.org/ssbd/ConvolutionNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | ConvolutionNeuralNetwork |
| label | convolution neural network |
| definition | A type of deep learning based on feedforward neural network that learns features via filter (or kernel) optimization. |
| Formal description | |
| subClassOf | DeepLearningModel |
CumulativeHypergeometricTest#
| IRI | https://w3id.org/emmo/hume#CumulativeHypergeometricTest |
| Annotations | |
|---|---|
| prefLabel | CumulativeHypergeometricTest |
| label | cumulative hypergeometric test |
| definition | A statistical test that determines the statistical significance (p-value) of observing `k` or more/fewer successes in a sample drawn without replacement from a finite population. It tests if a subpopulation is over- or under-represented, often calculating `P(X>=k)` or `P(X<=k)`. It is essential for small populations where sampling changes probabilities. |
| Formal description | |
| subClassOf | StatisticalTest |
DataBasedModel#
| IRI | https://w3id.org/emmo/hume#DataBasedModel |
| Annotations | |
|---|---|
| prefLabel | DataBasedModel |
| label | data based model |
| definition | A mathematical model based on observed data, measurements, or experimental results. |
| Formal description | |
| subClassOf | MathematicalModel |
| Subclasses | MachineLearningModel |
DataProcessing#
| IRI | https://w3id.org/emmo/hume#DataProcessing |
| Annotations | |
|---|---|
| prefLabel | DataProcessing |
| label | data processing |
| definition | A computation that provides a data output following the elaboration of some input data, using a data processing application. |
| Formal description | |
| subClassOf | Computation |
| Restrictions | |
DataProcessingSoftware#
| IRI | https://w3id.org/emmo/hume#DataProcessingSoftware |
| Annotations | |
|---|---|
| prefLabel | DataProcessingSoftware |
| altLabel | DataProcessingApplication |
| label | data processing software |
| definition | A software program aimed for data processing. |
| Formal description | |
| subClassOf | Software |
| Restrictions | |
DecisionTree#
| IRI | https://w3id.org/ssbd/DecisionTree |
| Annotations | |
|---|---|
| prefLabel | DecisionTree |
| label | decision tree |
| definition | A non-parametric, supervised learning algorithm used for both classification and regression tasks. |
| Formal description | |
| subClassOf | Classification |
DeepFeedForwardNetwork#
| IRI | https://w3id.org/ssbd/DeepFeedForwardNetwork |
| Annotations | |
|---|---|
| prefLabel | DeepFeedForwardNetwork |
| label | deep feed forward network |
| definition | Foundational deep learning model that approximate complex functions by mapping inputs to outputs through multiple, unidirectional hidden layers. |
| Formal description | |
| subClassOf | DeepLearningModel |
DeepLearningModel#
| IRI | https://w3id.org/ssbd/DeepLearningModel |
| Annotations | |
|---|---|
| prefLabel | DeepLearningModel |
| label | deep learning model |
| definition | Machine learning based on artificial neural networks with multiple layers (often hundreds) that simulate the human brain's structure to learn complex, non-linear patterns from vast datasets. |
| scopeNote | Deep learning powers modern AI in image recognition, NLP, and generative models, outperforming traditional algorithms. |
| Formal description | |
| subClassOf | ArtificialNeuralNetwork |
| Subclasses | DeepFeedForwardNetwork, GenerativeAdversarialNetwork, ConvolutionNeuralNetwork, SiameseNeuralNetwork, GenerativeAIModel, TransformerAI, RecurrentNeuralNetwork, GraphNeuralNetwork |
DimensionalityReduction#
| IRI | https://w3id.org/ssbd/DimensionalityReduction |
| Annotations | |
|---|---|
| prefLabel | DimensionalityReduction |
| label | dimensionality reduction |
| definition | AI model that transforms high-dimensional datasets into lower-dimensional representations while preserving essential information, mitigating the "curse of dimensionality. |
| scopeNote | |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | Autoencoder, LinearDiscriminantAnalysis, PrincipalComponentAnalysis, TDistributedStochasticNeighborEmbedding |
DynamicProgramming#
| IRI | https://w3id.org/ssbd/DynamicProgramming |
| Annotations | |
|---|---|
| prefLabel | DynamicProgramming |
| label | dynamic programming |
| definition | , A reinforced learning model for solving complex problems by breaking them down into smaller, simpler subproblems and storing the results to avoid redundant calculations. |
| Formal description | |
| subClassOf | ReinforcedLearningModel |
ElectronicModel#
| IRI | https://w3id.org/emmo/hume#ElectronicModel |
| Annotations | |
|---|---|
| prefLabel | ElectronicModel |
| label | electronic model |
| definition | A physics-based model based on a physics equation describing the behaviour of electrons. |
| Formal description | |
| subClassOf | MaterialsModel |
Example
Density functional theory. Hartree-Fock.
EnsembleLearningModel#
| IRI | https://w3id.org/ssbd/EnsembleLearningModel |
| Annotations | |
|---|---|
| prefLabel | EnsembleLearningModel |
| label | ensemble learning model |
| definition | A machine learning model that combines multiple individual models (often called base learners or weak learners) to produce a single, more accurate, and robust predictive model. |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | ExtraTreesClassifier |
ExpertSystem#
| IRI | https://w3id.org/ssbd/ExpertSystem |
| Annotations | |
|---|---|
| prefLabel | ExpertSystem |
| label | expert system |
| definition | AI system that contains manually inputted rules and data to copy human decision-making abilities. |
| scopeNote | |
| Formal description | |
| subClassOf | KnowledgeRepresentation |
ExtraTreesClassifier#
| IRI | https://w3id.org/ssbd/ExtraTreesClassifier |
| Annotations | |
|---|---|
| prefLabel | ExtraTreesClassifier |
| label | extra trees classifier |
| definition | An ensemble learning model that builds multiple decision trees by choosing random splits for each node, rather than searching for the most discriminative threshold like Random Forest. |
| Formal description | |
| subClassOf | Classification, EnsembleLearningModel |
FunctionalModel#
| IRI | https://w3id.org/emmo/hume#FunctionalIcon |
| Annotations | |
|---|---|
| prefLabel | FunctionalModel |
| altLabel | FunctionalIcon |
| label | functional model |
| definition | A model that imitates one representative character of the object. It share external similarities with the object, but not necessarily the same internal logical structure. |
| scopeNote | A model that focusing WHAT the object does., This subclass of model inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else. |
| Formal description | |
| subClassOf | Model |
| Subclasses | Replica |
Example
A data based model is only a functional model, since it provide the same relations between the properties of the object (e.g., it can predict some properties as function of others) but is not considering the internal mechanisms (i.e., it can ignore the physics).
GenerativeAIModel#
| IRI | https://w3id.org/emmo/hume#GenerativeAIModel |
| Annotations | |
|---|---|
| prefLabel | GenerativeAIModel |
| altLabel | GenerativeArtificialIntelligenceModel |
| label | generative AI model |
| definition | An AI model that can generate new content, like text, images or code. |
| Formal description | |
| subClassOf | DeepLearningModel |
| Subclasses | ModernGenerativeAIModel |
Example
Chatbots
GenerativeAdversarialNetwork#
| IRI | https://w3id.org/ssbd/GenerativeAdversarialNetwork |
| Annotations | |
|---|---|
| prefLabel | GenerativeAdversarialNetwork |
| label | generative adversarial network |
| definition | A deep learning framework where two neural networks, the generator and discriminator, compete against each other to create new, synthetic instances of data (images, music, text) that resemble training data. |
| Formal description | |
| subClassOf | DeepLearningModel |
GraphBasedLearningModel#
| IRI | https://w3id.org/ssbd/GraphBasedLearningModel |
| Annotations | |
|---|---|
| prefLabel | GraphBasedLearningModel |
| altLabel | GraphBasedAlgorithm |
| label | graph based learning model |
| definition | A semi-superviced machine learning paradigm that analyzes data structured as nodes and edges, exploiting topological relationships rather than treating data points as independent. |
| Formal description | |
| subClassOf | SemiSupervicedLearningModel |
GraphNeuralNetwork#
| IRI | https://w3id.org/ssbd/GraphNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | GraphNeuralNetwork |
| label | graph neural network |
| definition | Deep learning model designed to analyze data represented as graphs with nodes (entities) and edges (relationships). |
| Formal description | |
| subClassOf | DeepLearningModel |
HeuristicLearningModel#
| IRI | https://w3id.org/ssbd/HeuristicLearningModel |
| Annotations | |
|---|---|
| prefLabel | HeuristicLearningModel |
| altLabel | HeuristicMethod |
| label | heuristic learning model |
| definition | , An experience-based, discovery-oriented reinforced learning model to problem-solving that uses "rules of thumb," intuition, and mental shortcuts to find satisfactory solutions quickly when optimal ones are impractical. |
| scopeNote | |
| Formal description | |
| subClassOf | ReinforcedLearningModel |
ImageClassification#
| IRI | https://w3id.org/ssbd/ImageClassification |
| Annotations | |
|---|---|
| prefLabel | ImageClassification |
| label | image classification |
| definition | A core computer vision task that assigns a predefined label or category to an entire image based on its visual content. |
| Formal description | |
| subClassOf | ComputerVision |
ImageSegmentation#
| IRI | https://w3id.org/ssbd/ImageSegmentation |
| Annotations | |
|---|---|
| prefLabel | ImageSegmentation |
| label | image segmentation |
| definition | Computer vision algorithm for partitioning a digital image into distinct, meaningful regions at the pixel level to identify object boundaries and simplify image analysis. |
| Formal description | |
| subClassOf | ComputerVision |
Information#
| IRI | https://w3id.org/ssbd/Information |
| Annotations | |
|---|---|
| prefLabel | Information |
| label | information |
| Formal description | |
| subClassOf | Thing |
| Subclasses | MathematicalModel |
KnowledgeRepresentation#
| IRI | https://w3id.org/ssbd/KnowledgeRepresentation |
| Annotations | |
|---|---|
| prefLabel | KnowledgeRepresentation |
| label | knowledge representation |
| seeAlso | Liu HC, You JX, Li Z, Tian G (2017) Fuzzy Petri nets for knowledge representation and reasoning: A literature review. Eng Appl Artif Intell 60:45–56. |
| definition | Represent facts in the format of reusable knowledge. It combines a series of rules to simulate how a human brain functions through artificial means. It can make inferences and judgments based on knowledge provided by one or more experts and simulate human experts' decision-making process. |
| Formal description | |
| subClassOf | CognitionAndLearningModel |
| Subclasses | ExpertSystem |
LargeLanguageModel#
| IRI | https://w3id.org/ssbd/LargeLanguageModel |
| Annotations | |
|---|---|
| prefLabel | LargeLanguageModel |
| altLabel | LLM |
| label | large language model |
| definition | A specialized subset of Generative Artificial Intelligence that is fundamentally defined by its use of transformer architecture (specifically encoders, decoders, or both) to process and generate human-like text by predicting the next token in a sequence. |
| Formal description | |
| subClassOf | ModernGenerativeAIModel, TextGeneration |
LinearDiscriminantAnalysis#
| IRI | https://w3id.org/ssbd/LinearDiscriminantAnalysis |
| Annotations | |
|---|---|
| prefLabel | LinearDiscriminantAnalysis |
| label | linear discriminant analysis |
| definition | A dimensionality reduction model used in classification tasks to find a feature subspace that maximizes class separability. |
| Formal description | |
| subClassOf | DimensionalityReduction |
Logic#
| IRI | https://w3id.org/ssbd/Logic |
| Annotations | |
|---|---|
| prefLabel | Logic |
| altLabel | DeductiveReasoning |
| label | logic |
| definition | A AI system based on generic rules of the reasoning behind different cases of problem-solving. |
| Formal description | |
| subClassOf | CognitionAndLearningModel |
Example
If A=B and B=C, then A=C
LogisticRegressionModel#
| IRI | https://w3id.org/ssbd/LogisticRegressionModel |
| Annotations | |
|---|---|
| prefLabel | LogisticRegressionModel |
| label | logistic regression model |
| definition | A fundamental supervised machine learning algorithm used for classification, predicting the probability of a categorical dependent variable. |
| Formal description | |
| subClassOf | RegressionModel |
LowDensitySeparationModel#
| IRI | https://w3id.org/ssbd/LowDensitySeparationModel |
| Annotations | |
|---|---|
| prefLabel | LowDensitySeparationModel |
| label | low density separation model |
| definition | A semi-supervised model where the decision boundary between classes is placed in a low-density region of the data distribution. |
| Formal description | |
| subClassOf | SemiSupervicedLearningModel |
MachineLearningModel#
| IRI | https://w3id.org/emmo/hume#MachineLearningModel |
| Annotations | |
|---|---|
| prefLabel | MachineLearningModel |
| label | machine learning model |
| seeAlso | Hutter F, Kotthoff L, Vanschoren J (2019) Automated Machine Learning. Springer, New York. |
| definition | AI model that learns progressively by discovering implicit patterns and performing an intellectual task without explicit instructions in advance. |
| Formal description | |
| subClassOf | CognitionAndLearningModel, DataBasedModel |
| Subclasses | EnsembleLearningModel, ReinforcedLearningModel, UnsupervicedLearningModel, SemiSupervicedLearningModel, SupervisedLearningModel, ArtificialNeuralNetwork, DimensionalityReduction |
MachineTranslation#
| IRI | https://w3id.org/ssbd/MachineTranslation |
| Annotations | |
|---|---|
| prefLabel | MachineTranslation |
| label | machine translation |
| definition | A natural language understanding model that enables machine translation to move beyond word-for-word substitution by analyzing intent, context, and semantic meaning. |
| Formal description | |
| subClassOf | NaturalLanguageUnderstanding |
MaterialsModel#
| IRI | https://w3id.org/emmo/hume#MaterialsModel |
| Annotations | |
|---|---|
| prefLabel | MaterialsModel |
| label | materials model |
| definition | A solvable set of one Physics Equation and one or more Materials Relations. |
| Formal description | |
| subClassOf | PhysicsBasedModel |
| Subclasses | ElectronicModel, AtomisticModel, ContinuumModel, MesoscopicModel |
MathematicalModel#
| IRI | https://w3id.org/emmo/hume#MathematicalModel |
| Annotations | |
|---|---|
| prefLabel | MathematicalModel |
| label | mathematical model |
| definition | An analogical model expressed in mathematical language. |
| scopeNote | A mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour. Abramowitz and Stegun, 1968 |
| Formal description | |
| subClassOf | AnalogicalModel, Information |
| Subclasses | PhysicsBasedModel, DataBasedModel, ArtificialIntelligenceModel, QSARModel, StatisticalModel |
MesoscopicModel#
| IRI | https://w3id.org/emmo/hume#MesoscopicModel |
| Annotations | |
|---|---|
| prefLabel | MesoscopicModel |
| label | mesoscopic model |
| Formal description | |
| subClassOf | MaterialsModel |
Example
A physics-based model based on a physics equation describing the behaviour of mesoscopic entities, i.e. a set of bounded atoms like a molecule, bead or nanoparticle.
Model#
| IRI | https://w3id.org/ssbd/Model |
| Annotations | |
|---|---|
| prefLabel | Model |
| label | model |
| Formal description | |
| subClassOf | Thing |
| Subclasses | AnalogicalModel, FunctionalModel, ResemblanceModel |
ModernGenerativeAIModel#
| IRI | https://w3id.org/ssbd/ModernGenerativeAIModel |
| Annotations | |
|---|---|
| prefLabel | ModernGenerativeAIModel |
| label | modern generative AI model |
| definition | Generative AI based on the transformer architecture. |
| Formal description | |
| subClassOf | GenerativeAIModel, TransformerAI |
| Subclasses | LargeLanguageModel |
MonteCarloLearningModel#
| IRI | https://w3id.org/ssbd/MonteCarloLearningModel |
| Annotations | |
|---|---|
| prefLabel | MonteCarloLearningModel |
| altLabel | MonteCarloMethod |
| label | Monte Carlo learning model |
| definition | A model-free reinforcement learning model that estimates value functions by averaging total returns from complete episodes of experience. |
| Formal description | |
| subClassOf | ReinforcedLearningModel |
NaiveBayes#
| IRI | https://w3id.org/ssbd/NaiveBayes |
| Annotations | |
|---|---|
| prefLabel | NaiveBayes |
| label | Naive Bayes |
| definition | A family of supervised learning algorithms used for classification problems, such as spam detection and sentiment analysis. |
| Formal description | |
| subClassOf | Classification |
NaturalLanguageClassification#
| IRI | https://w3id.org/ssbd/NaturalLanguageClassification |
| Annotations | |
|---|---|
| prefLabel | NaturalLanguageClassification |
| label | natural language classification |
| definition | A natural language understandig model that automatically assigns predefined categories, tags, or labels to unstructured text. |
| Formal description | |
| subClassOf | NaturalLanguageUnderstanding |
NaturalLanguageGeneration#
| IRI | https://w3id.org/ssbd/NaturalLanguageGeneration |
| Annotations | |
|---|---|
| prefLabel | NaturalLanguageGeneration |
| label | natural language generation |
| definition | A subfield of natural language processing (NLP) that automatically converts structured data or input into human-like written or spoken text. |
| Formal description | |
| subClassOf | NaturalLanguageProcessingModel |
| Subclasses | TextGeneration |
NaturalLanguageProcessingModel#
| IRI | https://w3id.org/emmo/hume#NaturalLanguageProcessingModel |
| Annotations | |
|---|---|
| prefLabel | NaturalLanguageProcessingModel |
| label | natural language processing model |
| definition | An AI model that understands and generates human language. |
| Formal description | |
| subClassOf | PerceptionModel |
| Subclasses | NaturalLanguageUnderstanding, NaturalLanguageGeneration |
Example
Chatbots
NaturalLanguageUnderstanding#
| IRI | https://w3id.org/ssbd/NaturalLanguageUnderstanding |
| Annotations | |
|---|---|
| prefLabel | NaturalLanguageUnderstanding |
| label | natural language understanding |
| definition | A subfield natural language processing (NLP) that enables machines to comprehend the intent, sentiment, and context behind human language. |
| Formal description | |
| subClassOf | NaturalLanguageProcessingModel |
| Subclasses | QuestionAnswering, ContentExtraction, MachineTranslation, NaturalLanguageClassification |
ObjectDetection#
| IRI | https://w3id.org/ssbd/ObjectDetection |
| Annotations | |
|---|---|
| prefLabel | ObjectDetection |
| label | object detection |
| definition | A computer vision model that combines image classification and localization to identify, label, and locate multiple objects within images or videos. |
| Formal description | |
| subClassOf | ComputerVision |
PerceptionModel#
| IRI | https://w3id.org/ssbd/PerceptionModel |
| Annotations | |
|---|---|
| prefLabel | PerceptionModel |
| altLabel | KnowledgeBasedInferenceEngine |
| label | perception model |
| definition | AI model that interact with the external world and process sensory information. |
| Formal description | |
| subClassOf | ArtificialIntelligenceModel |
| Subclasses | ComputerVision, NaturalLanguageProcessingModel |
PhysicsBasedModel#
| IRI | https://w3id.org/emmo/hume#PhysicsBasedModel |
| Annotations | |
|---|---|
| prefLabel | PhysicsBasedModel |
| label | physics based model |
| definition | A mathematical model based on a fundamental physics theory which defines the relations between physics quantities of an entity. |
| Formal description | |
| subClassOf | MathematicalModel |
| Subclasses | PhysicsEquation, MaterialsModel |
PhysicsEquation#
| IRI | https://w3id.org/emmo/hume#PhysicsEquation |
| Annotations | |
|---|---|
| prefLabel | PhysicsEquation |
| label | physics equation |
| definition | An 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities. |
| Formal description | |
| subClassOf | PhysicsBasedModel |
Example
The Newton’s equation of motion. The Schrödinger equation. The Navier-Stokes equation.
PlanningModel#
| IRI | https://w3id.org/ssbd/PlanningModel |
| Annotations | |
|---|---|
| prefLabel | PlanningModel |
| altLabel | Planning |
| label | planning model |
| definition | System for intelligent planning and scheduling of tasks. |
| Formal description | |
| subClassOf | CognitionAndLearningModel |
PredictionLearningModel#
| IRI | https://w3id.org/ssbd/PredictionLearningModel |
| Annotations | |
|---|---|
| prefLabel | PredictionLearningModel |
| altLabel | PredictiveModelling |
| label | prediction learning model |
| definition | A branch of supervised learning that uses historical data, statistical algorithms, and data mining techniques to identify patterns and forecast future outcomes. |
| Formal description | |
| subClassOf | SupervisedLearningModel |
| Subclasses | XGBoostRegressor, Bagging, Boosting, RandomForest |
PrincipalComponentAnalysis#
| IRI | https://w3id.org/ssbd/PrincipalComponentAnalysis |
| Annotations | |
|---|---|
| prefLabel | PrincipalComponentAnalysis |
| label | principal component analysis |
| definition | linear feature extraction model that transforms data into a new set of variables (principal components) that maximize variance. |
| Formal description | |
| subClassOf | DimensionalityReduction |
ProbabilityModel#
| IRI | https://w3id.org/ssbd/ProbabilityModel |
| Annotations | |
|---|---|
| prefLabel | ProbabilityModel |
| altLabel | InductiveReasoning |
| label | probability model |
| seeAlso | Anastasopoulos A, Chiang D, Duong L (2016) An unsupervised probability model for speech-to-translation alignment of low-resource languages. arXiv preprint arXiv:1609.08139. |
| definition | AI system based on the probabilistic relationships between variables based on mathematical models. |
| scopeNote | Generalizes from specific observations, identifying patterns to predict outcomes (probabilistic). |
| Formal description | |
| subClassOf | CognitionAndLearningModel |
QSARModel#
| IRI | https://w3id.org/ssbd/QSARModel |
| Annotations | |
|---|---|
| prefLabel | QSARModel |
| label | QSAR model |
| seeAlso | https://www.oecd.org/en/topics/sub-issues/assessment-of-chemicals/quantitative-structure-activity-relationships-project.html |
| definition | A mathematical model (often a statistical correlation) relating one or more quantitative parameters derived from chemical structure to a quantitative measure of a property or activity (e.g. related to physical-chemical properties, ecotoxicology, environmental fate and transport, and human health hazards). QSARs are quantitative models yielding a continuous or categorical result. |
| scopeNote | The aim of a QSAR model is typically to reduce time, monetary cost and needed animal testing., To facilitate practical application of (Q)SAR approaches in regulatory contexts by governments and industry and to improve their regulatory acceptance, the OECD (Q)SAR project has developed various outcomes such as the principles for the validation of (Q)SAR models, guidance documents as well as the QSAR Toolbox. |
| Formal description | |
| subClassOf | MathematicalModel |
QuestionAnswering#
| IRI | https://w3id.org/ssbd/QuestionAnswering |
| Annotations | |
|---|---|
| prefLabel | QuestionAnswering |
| label | question answering |
| definition | A subfield of natural language processing and information retrieval that focuses on building systems capable of automatically answering questions posed by humans in natural language. |
| Formal description | |
| subClassOf | NaturalLanguageUnderstanding |
RandomForest#
| IRI | https://w3id.org/ssbd/RandomForest |
| Annotations | |
|---|---|
| prefLabel | RandomForest |
| label | random forest |
| definition | A prediction learning model for classification and regression that builds multiple decision trees during training. |
| Formal description | |
| subClassOf | PredictionLearningModel |
RecurrentNeuralNetwork#
| IRI | https://w3id.org/ssbd/RecurrentNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | RecurrentNeuralNetwork |
| label | recurrent neural network |
| definition | Neural network designed for sequential or time-series data, featuring feedback connections that allow information to persist. |
| Formal description | |
| subClassOf | DeepLearningModel |
RegressionModel#
| IRI | https://w3id.org/ssbd/RegressionModel |
| Annotations | |
|---|---|
| prefLabel | RegressionModel |
| label | regression model |
| definition | A supervised learning model used to predict continuous, numerical output values based on labeled training data. |
| Formal description | |
| subClassOf | SupervisedLearningModel |
| Subclasses | StepwiseRegressionModel, LogisticRegressionModel |
ReinforcedLearningModel#
| IRI | https://w3id.org/ssbd/ReinforcedLearningModel |
| Annotations | |
|---|---|
| prefLabel | ReinforcedLearningModel |
| altLabel | ReinforcementLearning |
| label | reinforced learning model |
| definition | A machine learning model where an intelligent "agent" learns to make optimal, sequential decisions by interacting with an environment, using trial-and-error to maximize cumulative rewards. |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | DynamicProgramming, MonteCarloLearningModel, HeuristicLearningModel |
RemommenderSystem#
| IRI | https://w3id.org/ssbd/RecommenderSystem |
| Annotations | |
|---|---|
| prefLabel | RemommenderSystem |
| altLabel | Recommendation |
| label | remommender system |
| definition | A information filtering system using supervised learning to suggest items most relevant to a particular user. |
| Formal description | |
| subClassOf | SupervisedLearningModel |
| Subclasses | CollaborativeFiltering |
Replica#
| IRI | https://w3id.org/emmo/hume#Replica |
| Annotations | |
|---|---|
| prefLabel | Replica |
| label | replica |
| definition | A model that not only resembles the object, but also can express some of the object's functions. |
| Formal description | |
| subClassOf | FunctionalModel, ResemblanceModel |
Example
A small scale replica of a plane tested in a wind gallery shares the same functionality in terms of aerodynamic behaviour of the bigger one.
Pinocchio is a functional model of a boy since it imitates the external behaviour without having the internal biological structure of a human being (it is made of magic wood…).
ResemblanceModel#
| IRI | https://w3id.org/emmo/hume#ResemblanceIcon |
| Annotations | |
|---|---|
| prefLabel | ResemblanceModel |
| altLabel | ResemblanceIcon |
| label | resemblance model |
| definition | A model that mimics the spatial or temporal shape of the object. |
| scopeNote | A model that focus on WHERE/WHEN the object is, in the sense of spatial or temporal shape., The subclass of model inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture). |
| Formal description | |
| subClassOf | Model |
| Subclasses | Replica |
Example
A geographical map that imitates the shape of the landscape and its properties at a specific historical time.
SelfTrainingModel#
| IRI | https://w3id.org/ssbd/SelfTrainingModel |
| Annotations | |
|---|---|
| prefLabel | SelfTrainingModel |
| label | self training model |
| definition | A semi-supervised machine learning model that improves model performance by iteratively labeling unlabeled data. |
| Formal description | |
| subClassOf | SemiSupervicedLearningModel |
SemiSupervicedLearningModel#
| IRI | https://w3id.org/ssbd/SemiSupervicedLearningModel |
| Annotations | |
|---|---|
| prefLabel | SemiSupervicedLearningModel |
| label | semi superviced learning model |
| definition | A machine learning paradigm that trains models using a small amount of labeled data combined with a large volume of unlabeled data. |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | LowDensitySeparationModel, SelfTrainingModel, GraphBasedLearningModel |
SiameseNeuralNetwork#
| IRI | https://w3id.org/ssbd/SiameseNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | SiameseNeuralNetwork |
| label | Siamese neural network |
| definition | Class of neural network architectures containing two or more identical subnetworks with shared weights. |
| Formal description | |
| subClassOf | DeepLearningModel |
Software#
| IRI | https://w3id.org/ssbd/Software |
| Annotations | |
|---|---|
| prefLabel | Software |
| label | software |
| Formal description | |
| subClassOf | Thing |
| Subclasses | DataProcessingSoftware |
StatisticalModel#
| IRI | https://w3id.org/emmo/hume#StatisticalModel |
| Annotations | |
|---|---|
| prefLabel | StatisticalModel |
| label | statistical model |
| definition | A mathematical model that embodies a set of statistical assumptions concerning the generation of sample data (and similar data from a larger population). |
| Formal description | |
| subClassOf | MathematicalModel |
| Subclasses | StatisticalTest |
StatisticalTest#
| IRI | https://w3id.org/emmo/hume#StatisticalTest |
| Annotations | |
|---|---|
| prefLabel | StatisticalTest |
| label | statistical test |
| definition | A statistical model for analyzing data to determine if research results are significant and to decide whether to reject the null hypothesis, assessing if findings occurred by chance. |
| Formal description | |
| subClassOf | StatisticalModel |
| Subclasses | CumulativeHypergeometricTest |
StepwiseRegressionModel#
| IRI | https://w3id.org/ssbd/StepwiseRegressionModel |
| Annotations | |
|---|---|
| prefLabel | StepwiseRegressionModel |
| label | stepwise regression model |
| definition | A regression model of fitting regression models in which the choice of predictive variables is carried out by an automatic procedure. |
| Formal description | |
| subClassOf | RegressionModel |
StructureManipulationModel#
| IRI | https://w3id.org/emmo/hume#StructureManipulationModel |
| Annotations | |
|---|---|
| prefLabel | StructureManipulationModel |
| label | structure manipulation model |
| definition | A physics based model that manipulates atomic structures. |
| Formal description | |
| subClassOf | AtomisticModel |
SupervisedLearningModel#
| IRI | https://w3id.org/ssbd/SupervisedLearningModel |
| Annotations | |
|---|---|
| prefLabel | SupervisedLearningModel |
| label | supervised learning model |
| definition | A machine learning paradigm where models are trained using labeled data (input data paired with the correct output) to learn mapping functions that predict outcomes for new, unseen data. |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | RegressionModel, Classification, RemommenderSystem, PredictionLearningModel |
SupportVectorMachine#
| IRI | https://w3id.org/ssbd/SupportVectorMachine |
| Annotations | |
|---|---|
| prefLabel | SupportVectorMachine |
| altLabel | SVM |
| label | support vector machine |
| definition | Supervised machine learning algorithms used for classification, regression, and outlier detection. |
| Formal description | |
| subClassOf | Classification |
TDistributedStochasticNeighborEmbedding#
| IRI | https://w3id.org/ssbd/TDistributedStochasticNeighborEmbedding |
| Annotations | |
|---|---|
| prefLabel | TDistributedStochasticNeighborEmbedding |
| altLabel | t-SNE |
| label | t-distributed stochastic neighbor embedding |
| definition | A non-linear dimensionality reduction model excellent for visualizing high-dimensional data in 2D or 3D. |
| Formal description | |
| subClassOf | DimensionalityReduction |
TargetTracking#
| IRI | https://w3id.org/ssbd/TargetTracking |
| Annotations | |
|---|---|
| prefLabel | TargetTracking |
| label | target tracking |
| definition | A computer vision model for automatically identifying objects in a video and interpreting them as a set of trajectories with high accuracy. |
| Formal description | |
| subClassOf | ComputerVision |
TextGeneration#
| IRI | https://w3id.org/ssbd/TextGeneration |
| Annotations | |
|---|---|
| prefLabel | TextGeneration |
| label | text generation |
| definition | Natural language subfield that focuses on automatically producing human-like, coherent, and contextually relevant text or speech from structured or unstructured data. |
| Formal description | |
| subClassOf | NaturalLanguageGeneration |
| Subclasses | LargeLanguageModel |
TransformerAI#
| IRI | https://w3id.org/ssbd/TransformerAI |
| Annotations | |
|---|---|
| prefLabel | TransformerAI |
| label | transformer AI |
| definition | Deep-learning architecture introduced by Google in 2017 that power modern generative AI like ChatGPT and Gemini. |
| scopeNote | |
| Formal description | |
| subClassOf | DeepLearningModel |
| Subclasses | ModernGenerativeAIModel |
UnsupervicedLearningModel#
| IRI | https://w3id.org/ssbd/UnsupervicedLearningModel |
| Annotations | |
|---|---|
| prefLabel | UnsupervicedLearningModel |
| label | unsuperviced learning model |
| definition | A type of machine learning that analyzes and clusters unlabeled datasets to discover hidden patterns, structures, or relationships without human intervention. |
| Formal description | |
| subClassOf | MachineLearningModel |
| Subclasses | Clustering |
XGBoostRegressor#
| IRI | https://w3id.org/ssbd/XGBoostRegessor |
| Annotations | |
|---|---|
| prefLabel | XGBoostRegressor |
| label | XGBoost regressor |
| definition | An optimized machine learning algorithm that uses an ensemble of decision trees within a gradient boosting framework to predict continuous numerical values. |
| scopeNote | XGBoost Regressor is widely used in data science competitions and real-world applications due to its speed, performance, and features like built-in regularization and automatic handling of missing values. |
| Formal description | |
| subClassOf | PredictionLearningModel |
