|
14 | 14 | xmlns:dcterms="http://purl.org/dc/terms/" |
15 | 15 | xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> |
16 | 16 | <owl:Ontology rdf:about="https://w3id.org/aio/aio-base.owl"> |
17 | | - <owl:versionIRI rdf:resource="https://w3id.org/aio/releases/2024-08-14/aio-base.owl"/> |
| 17 | + <owl:versionIRI rdf:resource="https://w3id.org/aio/releases/2024-11-07/aio-base.owl"/> |
18 | 18 | <dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/> |
19 | 19 | <dcterms:description>This ontology models classes and relationships describing deep learning networks, their component layers and activation functions, as well as potential biases.</dcterms:description> |
20 | 20 | <dcterms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/> |
21 | 21 | <dcterms:title>Artificial Intelligence Ontology</dcterms:title> |
22 | | - <owl:versionInfo>2024-08-14</owl:versionInfo> |
| 22 | + <owl:versionInfo>2024-11-07</owl:versionInfo> |
23 | 23 | </owl:Ontology> |
24 | 24 |
|
25 | 25 |
|
|
1726 | 1726 | <oboInOwl:hasExactSynonym>Structured Learning</oboInOwl:hasExactSynonym> |
1727 | 1727 | <oboInOwl:hasRelatedSynonym>Complexity grading</oboInOwl:hasRelatedSynonym> |
1728 | 1728 | <oboInOwl:hasRelatedSynonym>Sequential learning</oboInOwl:hasRelatedSynonym> |
1729 | | - <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/PreprocessingSubset"/> |
| 1729 | + <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/TrainingStrategySubset"/> |
1730 | 1730 | <rdfs:label>Curriculum Learning</rdfs:label> |
1731 | 1731 | </owl:Class> |
1732 | 1732 |
|
|
4126 | 4126 | <rdfs:subClassOf rdf:resource="https://w3id.org/aio/TrainingStrategies"/> |
4127 | 4127 | <obo:IAO_0000115>A training strategy in which knowledge is passed from one entity such as a person organization or system to another facilitating learning and adaptation in the receiving entity through various methods such as teaching training or data exchange.</obo:IAO_0000115> |
4128 | 4128 | <oboInOwl:hasExactSynonym>Inductive Transfer</oboInOwl:hasExactSynonym> |
4129 | | - <oboInOwl:hasExactSynonym>Skill Acquisition</oboInOwl:hasExactSynonym> |
4130 | 4129 | <oboInOwl:hasRelatedSynonym>Adaptation</oboInOwl:hasRelatedSynonym> |
4131 | 4130 | <oboInOwl:hasRelatedSynonym>Pretrained models</oboInOwl:hasRelatedSynonym> |
4132 | | - <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/PreprocessingSubset"/> |
| 4131 | + <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/TrainingStrategySubset"/> |
4133 | 4132 | <rdfs:label>Knowledge Transfer</rdfs:label> |
4134 | 4133 | </owl:Class> |
4135 | 4134 | <owl:Axiom> |
|
4820 | 4819 |
|
4821 | 4820 | <owl:Class rdf:about="https://w3id.org/aio/MachineLearningTask"> |
4822 | 4821 | <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
4823 | | - <obo:IAO_0000115>A field of inquiry devoted to understanding and building methods that learn from data to improve performance on a set of tasks.</obo:IAO_0000115> |
| 4822 | + <obo:IAO_0000115>A process intended to build methods that learn from data.</obo:IAO_0000115> |
4824 | 4823 | <oboInOwl:hasRelatedSynonym>Machine Learning</oboInOwl:hasRelatedSynonym> |
4825 | 4824 | <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/MachineLearningSubset"/> |
4826 | 4825 | <rdfs:label>Machine Learning Task</rdfs:label> |
4827 | 4826 | </owl:Class> |
4828 | 4827 | <owl:Axiom> |
4829 | 4828 | <owl:annotatedSource rdf:resource="https://w3id.org/aio/MachineLearningTask"/> |
4830 | 4829 | <owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/> |
4831 | | - <owl:annotatedTarget>A field of inquiry devoted to understanding and building methods that learn from data to improve performance on a set of tasks.</owl:annotatedTarget> |
| 4830 | + <owl:annotatedTarget>A process intended to build methods that learn from data.</owl:annotatedTarget> |
4832 | 4831 | <oboInOwl:hasDbXref rdf:resource="https://doi.org/10.6028/NIST.SP.1270"/> |
4833 | 4832 | </owl:Axiom> |
4834 | 4833 |
|
|
5265 | 5264 |
|
5266 | 5265 |
|
5267 | 5266 |
|
5268 | | - <!-- https://w3id.org/aio/ModelEfficiency --> |
5269 | | - |
5270 | | - <owl:Class rdf:about="https://w3id.org/aio/ModelEfficiency"> |
5271 | | - <rdfs:subClassOf rdf:resource="https://w3id.org/aio/Preprocessing"/> |
5272 | | - <obo:IAO_0000115>A preprocessing aimed at making models more efficient, such as knowledge distillation.</obo:IAO_0000115> |
5273 | | - <oboInOwl:hasExactSynonym>Computational Efficiency</oboInOwl:hasExactSynonym> |
5274 | | - <oboInOwl:hasExactSynonym>Model Optimization</oboInOwl:hasExactSynonym> |
5275 | | - <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/PreprocessingSubset"/> |
5276 | | - <rdfs:label>Model Efficiency</rdfs:label> |
5277 | | - </owl:Class> |
5278 | | - <owl:Axiom> |
5279 | | - <owl:annotatedSource rdf:resource="https://w3id.org/aio/ModelEfficiency"/> |
5280 | | - <owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/> |
5281 | | - <owl:annotatedTarget>A preprocessing aimed at making models more efficient, such as knowledge distillation.</owl:annotatedTarget> |
5282 | | - <oboInOwl:hasDbXref rdf:resource="https://doi.org/10.1145/3578938"/> |
5283 | | - </owl:Axiom> |
5284 | | - |
5285 | | - |
5286 | | - |
5287 | 5267 | <!-- https://w3id.org/aio/ModelSelectionBias --> |
5288 | 5268 |
|
5289 | 5269 | <owl:Class rdf:about="https://w3id.org/aio/ModelSelectionBias"> |
|
5575 | 5555 |
|
5576 | 5556 | <owl:Class rdf:about="https://w3id.org/aio/Network"> |
5577 | 5557 | <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
5578 | | - <obo:IAO_0000115>A system of interconnected nodes or entities for communication computation or data exchange.</obo:IAO_0000115> |
| 5558 | + <obo:IAO_0000115>A system of interconnected nodes or entities for communication, computation or data exchange.</obo:IAO_0000115> |
5579 | 5559 | <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/ClassSubset"/> |
5580 | 5560 | <rdfs:label>Network</rdfs:label> |
5581 | 5561 | </owl:Class> |
|
7341 | 7321 | <!-- https://w3id.org/aio/SunkCostFallacyBias --> |
7342 | 7322 |
|
7343 | 7323 | <owl:Class rdf:about="https://w3id.org/aio/SunkCostFallacyBias"> |
7344 | | - <rdfs:subClassOf rdf:resource="https://w3id.org/aio/Bias"/> |
| 7324 | + <rdfs:subClassOf rdf:resource="https://w3id.org/aio/IndividualBias"/> |
7345 | 7325 | <obo:IAO_0000115>A bias characterized by the tendency to continue an endeavor due to previously invested resources despite costs outweighing benefits.</obo:IAO_0000115> |
7346 | 7326 | <oboInOwl:hasExactSynonym>Sunk Cost Fallacy</oboInOwl:hasExactSynonym> |
7347 | 7327 | <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/BiasSubset"/> |
|
7739 | 7719 | <!-- https://w3id.org/aio/TrainingStrategies --> |
7740 | 7720 |
|
7741 | 7721 | <owl:Class rdf:about="https://w3id.org/aio/TrainingStrategies"> |
7742 | | - <rdfs:subClassOf rdf:resource="https://w3id.org/aio/Preprocessing"/> |
| 7722 | + <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
7743 | 7723 | <obo:IAO_0000115>A preprocessing used to train machine learning models including techniques such as supervised learning unsupervised learning reinforcement learning and transfer learning aimed at optimizing model performance.</obo:IAO_0000115> |
7744 | 7724 | <oboInOwl:hasExactSynonym>Instructional Methods</oboInOwl:hasExactSynonym> |
7745 | 7725 | <oboInOwl:hasExactSynonym>Learning Techniques</oboInOwl:hasExactSynonym> |
7746 | | - <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/PreprocessingSubset"/> |
| 7726 | + <oboInOwl:inSubset rdf:resource="https://w3id.org/aio/TrainingStrategySubset"/> |
7747 | 7727 | <rdfs:label>Training Strategies</rdfs:label> |
7748 | 7728 | </owl:Class> |
7749 | 7729 |
|
|
0 commit comments