Models Index#
Models#
Classes#
AbductiveReasoningModel#
| IRI | https://w3id.org/ssbd/AbductiveReasoningModel |
| Annotations | |
|---|---|
| prefLabel | AbductiveReasoningModel |
| 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 |
| 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 |
| 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 |
| 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 |
| seeAlso | ![]() |
| definition | A machine-based system that perceives its environment, pursues goals, adapts to feedback/change and provides information/takes action. |
| Formal description | |
| subClassOf | MathematicalModel |
| Subclasses | CognitionAndLearningModel, PerceptionModel, BehaviorModel |
ArtificialNeuralNetwork#
| IRI | https://w3id.org/ssbd/ArtificialNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | ArtificialNeuralNetwork |
| altLabel | NeuralNetwork |
| 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 | DeepLearningModel, Autoencoder |
AtomicInteractionModel#
| IRI | https://w3id.org/emmo/hume#AtomicInteractionModel |
| Annotations | |
|---|---|
| prefLabel | AtomicInteractionModel |
| 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 |
| Formal description | |
| subClassOf | MaterialsModel |
| Subclasses | AtomicInteractionModel, StructureManipulationModel, AtomisticMolecularDynamics |
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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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, DecisionTree, SupportVectorMachine, NaiveBayes |
Clustering#
| IRI | https://w3id.org/ssbd/Clustering |
| Annotations | |
|---|---|
| prefLabel | 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 |
| Formal description | |
| subClassOf | ArtificialIntelligenceModel |
| Subclasses | MachineLearningModel, Logic, ProbabilityModel, PlanningModel, KnowledgeRepresentation, AnalogicalReasoningModel, AbductiveReasoningModel |
CollaborativeFiltering#
| IRI | https://w3id.org/ssbd/CollaborativeFiltering |
| Annotations | |
|---|---|
| prefLabel | CollaborativeFiltering |
| 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 |
Computation#
| IRI | https://w3id.org/ssbd/Computation |
| Annotations | |
|---|---|
| prefLabel | Computation |
| definition | Copmutation |
| Formal description | |
| subClassOf | Thing |
| Subclasses | DataProcessing |
ComputerVision#
| IRI | https://w3id.org/ssbd/ComputerVision |
| Annotations | |
|---|---|
| prefLabel | ComputerVision |
| altLabel | MachineVision |
| 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 | ImageSegmentation, ImageClassification, TargetTracking, ObjectDetection |
ContentExtraction#
| IRI | https://w3id.org/ssbd/ContentExtraction |
| Annotations | |
|---|---|
| prefLabel | ContentExtraction |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| definition | A software program aimed for data processing. |
| Formal description | |
| subClassOf | Software |
| Restrictions | |
DecisionTree#
| IRI | https://w3id.org/ssbd/DecisionTree |
| Annotations | |
|---|---|
| prefLabel | DecisionTree |
| 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 |
| 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 |
| 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 | GenerativeAIModel, RecurrentNeuralNetwork, TransformerAI, GraphNeuralNetwork, GenerativeAdversarialNetwork, SiameseNeuralNetwork, DeepFeedForwardNetwork, ConvolutionNeuralNetwork |
DimensionalityReduction#
| IRI | https://w3id.org/ssbd/DimensionalityReduction |
| Annotations | |
|---|---|
| prefLabel | DimensionalityReduction |
| 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, PrincipalComponentAnalysis, LinearDiscriminantAnalysis, TDistributedStochasticNeighborEmbedding |
DynamicProgramming#
| IRI | https://w3id.org/ssbd/DynamicProgramming |
| Annotations | |
|---|---|
| prefLabel | DynamicProgramming |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| Formal description | |
| subClassOf | Thing |
| Subclasses | MathematicalModel |
KnowledgeRepresentation#
| IRI | https://w3id.org/ssbd/KnowledgeRepresentation |
| Annotations | |
|---|---|
| prefLabel | KnowledgeRepresentation |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 | SupervisedLearningModel, EnsembleLearningModel, ArtificialNeuralNetwork, DimensionalityReduction, ReinforcedLearningModel, SemiSupervicedLearningModel, UnsupervicedLearningModel |
MachineTranslation#
| IRI | https://w3id.org/ssbd/MachineTranslation |
| Annotations | |
|---|---|
| prefLabel | MachineTranslation |
| 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 |
| definition | A solvable set of one Physics Equation and one or more Materials Relations. |
| Formal description | |
| subClassOf | PhysicsBasedModel |
| Subclasses | AtomisticModel, ElectronicModel, MesoscopicModel, ContinuumModel |
MathematicalModel#
| IRI | https://w3id.org/emmo/hume#MathematicalModel |
| Annotations | |
|---|---|
| prefLabel | MathematicalModel |
| 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 | QSARModel, DataBasedModel, PhysicsBasedModel, ArtificialIntelligenceModel, StatisticalModel |
MesoscopicModel#
| IRI | https://w3id.org/emmo/hume#MesoscopicModel |
| Annotations | |
|---|---|
| prefLabel | MesoscopicModel |
| 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 |
| Formal description | |
| subClassOf | Thing |
| Subclasses | FunctionalModel, ResemblanceModel, AnalogicalModel |
ModernGenerativeAIModel#
| IRI | https://w3id.org/ssbd/ModernGenerativeAIModel |
| Annotations | |
|---|---|
| prefLabel | ModernGenerativeAIModel |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| definition | An AI model that understands and generates human language. |
| Formal description | |
| subClassOf | PerceptionModel |
| Subclasses | NaturalLanguageGeneration, NaturalLanguageUnderstanding |
Example
Chatbots
NaturalLanguageUnderstanding#
| IRI | https://w3id.org/ssbd/NaturalLanguageUnderstanding |
| Annotations | |
|---|---|
| prefLabel | NaturalLanguageUnderstanding |
| 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 | ContentExtraction, NaturalLanguageClassification, MachineTranslation, QuestionAnswering |
ObjectDetection#
| IRI | https://w3id.org/ssbd/ObjectDetection |
| Annotations | |
|---|---|
| prefLabel | ObjectDetection |
| 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 |
| 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 |
| 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 | MaterialsModel, PhysicsEquation |
PhysicsEquation#
| IRI | https://w3id.org/emmo/hume#PhysicsEquation |
| Annotations | |
|---|---|
| prefLabel | PhysicsEquation |
| 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 |
| 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 |
| 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 | RandomForest, Bagging, Boosting, XGBoostRegressor |
PrincipalComponentAnalysis#
| IRI | https://w3id.org/ssbd/PrincipalComponentAnalysis |
| Annotations | |
|---|---|
| prefLabel | PrincipalComponentAnalysis |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 | MonteCarloLearningModel, DynamicProgramming, HeuristicLearningModel |
RemommenderSystem#
| IRI | https://w3id.org/ssbd/RecommenderSystem |
| Annotations | |
|---|---|
| prefLabel | RemommenderSystem |
| altLabel | Recommendation |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 | SelfTrainingModel, GraphBasedLearningModel, LowDensitySeparationModel |
SiameseNeuralNetwork#
| IRI | https://w3id.org/ssbd/SiameseNeuralNetwork |
| Annotations | |
|---|---|
| prefLabel | SiameseNeuralNetwork |
| 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 |
| Formal description | |
| subClassOf | Thing |
| Subclasses | DataProcessingSoftware |
StatisticalModel#
| IRI | https://w3id.org/emmo/hume#StatisticalModel |
| Annotations | |
|---|---|
| prefLabel | StatisticalModel |
| 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 |
| 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 |
| 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 |
| definition | A physics based model that manipulates atomic structures. |
| Formal description | |
| subClassOf | AtomisticModel |
SupervisedLearningModel#
| IRI | https://w3id.org/ssbd/SupervisedLearningModel |
| Annotations | |
|---|---|
| prefLabel | SupervisedLearningModel |
| 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, PredictionLearningModel, RemommenderSystem |
SupportVectorMachine#
| IRI | https://w3id.org/ssbd/SupportVectorMachine |
| Annotations | |
|---|---|
| prefLabel | SupportVectorMachine |
| altLabel | SVM |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
