Submissions:AlgorithmImplementationExecution

From Odp

(Difference between revisions)
Jump to: navigation, search
Current revision (17:19, 27 August 2016) (view source)
 
Line 38: Line 38:
Output SubClassOf InformationEntity <br>
Output SubClassOf InformationEntity <br>
Task SubClassOf InformationEntity <br>
Task SubClassOf InformationEntity <br>
-
Task SubClassOf definedOn some Input
+
Task SubClassOf definedOn some Input <br>
Top SubClassOf hasInput only Input <br>
Top SubClassOf hasInput only Input <br>
Top SubClassOf hasOutput only Output <br>
Top SubClassOf hasOutput only Output <br>

Current revision


This pattern has been certified.

Related submission, with evaluation history, can be found here

If you are a member of quality committee please visit the

evaluation section

If you are author of this proposal or you want to contribute to this pattern's review, you can:

In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal

Current revision ID: 12852

Graphical representation

Diagram

Image:AlgorithmImplementationExecution_ver2.png

General description

Name: AlgorithmImplementationExecution
Submitted by: AgnieszkaLawrynowicz, DiegoEsteves, PancePanov, SasoDzeroski, TommasoSoru, JoaquinVanschoren
Also Known As:
Intent: To model algorithm specifications, their implementations and executions, together with parameters of implementations, settings of the parameters for the execution, and inputs the execution consumes (e.g., data) and outputs the execution produces (e.g., models, reports).
Domains:

General, Software, Software Engineering, Workflow

Competency Questions:
  • Which algorithm is implemented by this implementation?
  • What are the implementations of this algorithm?
  • Which implementation is executed?
  • What are the parameters of this implementation?
  • What are the parameter settings of particular parameters in this execution?
  • What is the input to this implementation execution?
  • What is the output produced by the this implementation execution?
  • What algorithm does this execution realize?
  • What task does this execution achieves?
  • What is the duration of this execution?
  • What is the input this task is defined on?
Solution description: Beloit it is provided the formalization of the pattern in the Web Ontology Language (OWL) in Manchester syntax:

Algorithm SubClassOf InformationEntity
Implementation SubClassOf InformationEntity
Implementation SubClassOf implements some Algorithm
Implementation SubClassOf hasParameter some Parameter
Execution SubClassOf Process
Execution SubClassOf hasInput some ParameterSetting
Execution SubClassOf realizes some Algorithm
Execution SubClassOf achieves some Task
Execution SubClassOf hasDuration some TimeInterval
Parameter SubClassOf InformationEntity
ParameterSetting SubClassOf InformationEntity
ParameterSetting SubClassOf specifiedBy some Parameter
ParameterSetting SubClassOf hasValue some rdfs:Literal
Input SubClassOf InformationEntity
Output SubClassOf InformationEntity
Task SubClassOf InformationEntity
Task SubClassOf definedOn some Input
Top SubClassOf hasInput only Input
Top SubClassOf hasOutput only Output

Reusable OWL Building Block: https://github.com/ML-Schema/core/blob/master/AlgorithmImplementationExecution.owl (0)
Consequences:
Scenarios: Consider a scenario in machine learning (ML) domain. The scenario deals with a machine learning task completion and it is based on an example derived from the OpenML portal (http://www.openml.org/).
There is an ML Task :task29 which is a supervised classification task defined on the dataset :credit-a. This task is achieved by the Execution :run100241 which executes the Implementation :wekaLogistic of the Algorithm :logisticRegression.
The Implementation :wekaLogistic has five hyperparameters (Parameter): :wekaLogisticC, :wekaLogisticDoNotCheckCapabilities, :wekaLogisticM, :wekaLogisticOutputDebugInfo, :wekaLogisticR. The values of two of these hyperparameters are set. The hyper parameter :wekaLogisticM has value set to -1 (expressed via the ParameterSetting :wekaLogisticMSetting29), and the hyper parameter :wekaLogisticR that has its value set to "1.0E-8"^^xsd:float (expressed via the ParameterSetting :wekaLogisticRSetting29).
The Execution :run100241 has on Input the :credit-a dataset and the parameter settings and its Output is the ML model :wekaLogisticModel100241.
Known Uses: ML Schema, DMOP, Function Ontology, MEX, OBI, OntoDM
Web References:
Other References:
Examples (OWL files):
Extracted From:
Reengineered From:
Has Components:
Specialization Of:
Related CPs:


Elements

The AlgorithmImplementationExecution Content OP locally defines the following ontology elements:

Additional information

Scenarios

Scenarios about AlgorithmImplementationExecution

No scenario is added to this Content OP.

Reviews

Reviews about AlgorithmImplementationExecution

There is no review about this proposal. This revision (revision ID 12852) takes in account the reviews: none

Other info at evaluation tab


Modeling issues

Modeling issues about AlgorithmImplementationExecution

There is no Modeling issue related to this proposal.


References

Add a reference


Personal tools
Quality Committee
Content OP publishers