(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Graphical representation header}} | {{Graphical representation header}} | ||
{{Graphical representation | {{Graphical representation | ||
− | |ImageName= | + | |ImageName=AlgorithmImplementationExecution_ver2.png |
}} | }} | ||
{{Content OP Proposal Template | {{Content OP Proposal Template | ||
Line 16: | Line 16: | ||
What is the input to this implementation execution?, | What is the input to this implementation execution?, | ||
What is the output produced by the this implementation execution?, | What is the output produced by the this implementation execution?, | ||
− | What task this execution | + | What algorithm does this execution realize?, |
+ | What task does this execution achieves?, | ||
What is the duration of this execution?, | What is the duration of this execution?, | ||
What is the input this task is defined on? | What is the input this task is defined on? | ||
Line 25: | Line 26: | ||
Implementation SubClassOf implements some Algorithm <br> | Implementation SubClassOf implements some Algorithm <br> | ||
Implementation SubClassOf hasParameter some Parameter <br> | Implementation SubClassOf hasParameter some Parameter <br> | ||
− | + | Execution SubClassOf Process <br> | |
− | Execution SubClassOf | + | |
Execution SubClassOf hasInput some ParameterSetting <br> | Execution SubClassOf hasInput some ParameterSetting <br> | ||
− | Execution SubClassOf | + | Execution SubClassOf realizes some Algorithm <br> |
− | Execution SubClassOf | + | Execution SubClassOf achieves some Task <br> |
Execution SubClassOf hasDuration some TimeInterval <br> | Execution SubClassOf hasDuration some TimeInterval <br> | ||
Parameter SubClassOf InformationEntity <br> | Parameter SubClassOf InformationEntity <br> | ||
ParameterSetting SubClassOf InformationEntity <br> | ParameterSetting SubClassOf InformationEntity <br> | ||
ParameterSetting SubClassOf specifiedBy some Parameter <br> | ParameterSetting SubClassOf specifiedBy some Parameter <br> | ||
− | ParameterSetting SubClassOf hasValue some | + | ParameterSetting SubClassOf hasValue some rdfs:Literal <br> |
Input SubClassOf InformationEntity <br> | Input SubClassOf InformationEntity <br> | ||
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 hasOutput only Output <br> | ||
|ReusableOWLBuildingBlock=https://github.com/ML-Schema/core/blob/master/AlgorithmImplementationExecution.owl | |ReusableOWLBuildingBlock=https://github.com/ML-Schema/core/blob/master/AlgorithmImplementationExecution.owl | ||
− | |Scenario=Consider a scenario in machine learning (ML) domain. The scenario deals with a machine learning task | + | |Scenario=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/). <br> There is an ML Task <code>:task29</code> which is a supervised classification task defined on the dataset <code>:credit-a</code>. This task is achieved by the Execution <code>:run100241</code> which executes the Implementation <code>:wekaLogistic</code> of the Algorithm <code>:logisticRegression</code>. <br>The Implementation <code>:wekaLogistic</code> has five hyperparameters (Parameter): <code>:wekaLogisticC</code>, <code>:wekaLogisticDoNotCheckCapabilities</code>, <code>:wekaLogisticM</code>, <code>:wekaLogisticOutputDebugInfo</code>, <code>:wekaLogisticR</code>. The values of two of these hyperparameters are set. The hyper parameter <code>:wekaLogisticM</code> has value set to -1 (expressed via the ParameterSetting <code>:wekaLogisticMSetting29</code>), and the hyper parameter <code>:wekaLogisticR</code> that has its value set to <code>"1.0E-8"^^xsd:float</code> (expressed via the ParameterSetting <code>:wekaLogisticRSetting29</code>). <br> The Execution <code>:run100241</code> has on Input the <code>:credit-a</code> dataset and the parameter settings and its Output is the ML model <code>:wekaLogisticModel100241</code>. |
|KnownUse=ML Schema, DMOP, Function Ontology, MEX, OBI, OntoDM | |KnownUse=ML Schema, DMOP, Function Ontology, MEX, OBI, OntoDM | ||
|ReengineeredFrom=ML Schema, https://www.w3.org/community/ml-schema/ | |ReengineeredFrom=ML Schema, https://www.w3.org/community/ml-schema/ |
Diagram
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: | |
Competency Questions: |
|
Solution description: | Beloit it is provided the formalization of the pattern in the Web Ontology Language (OWL) in Manchester syntax:
Algorithm SubClassOf InformationEntity |
Reusable OWL Building Block: | 1 (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: |
The AlgorithmImplementationExecution Content OP locally defines the following ontology elements:
No scenario is added to this Content OP.
This revision (revision ID 12852) takes in account the reviews: none
Other info at evaluation tab