<https://w3id.org/nno/ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<https://w3id.org/nno/ontology> <http://purl.org/dc/terms/title> "The FAIRnets Ontology" .
<https://w3id.org/nno/ontology> <http://www.w3.org/2002/07/owl#versionInfo> "2.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
<https://w3id.org/nno/ontology> <http://www.w3.org/2000/01/rdf-schema#comment> "This is the FAIRnets Ontology. Designed by the AIFB (http://www.aifb.kit.edu).\nIt enables to formalize Artificial Neural Networks in RDF, making it possible to represent existing Neural Networks according the FAIR principles." .
<https://w3id.org/nno/ontology> <http://purl.org/dc/terms/issued> "2019-03-22" .
<https://w3id.org/nno/ontology> <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/nno/ontology#" .
<https://w3id.org/nno/ontology> <http://www.w3.org/2000/01/rdf-schema#label> "The FAIRnets Ontology" .
<https://w3id.org/nno/ontology> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" .
<https://w3id.org/nno/ontology> <http://purl.org/vocab/vann/preferredNamespacePrefix> "nno" .
<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<https://w3id.org/nno/ontology#hasLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/nno/ontology#hasLayer> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasLayer> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#hasLayer> <http://www.w3.org/2000/01/rdf-schema#comment> "Layer of the Neural Network." .
<https://w3id.org/nno/ontology#hasLayer> <http://www.w3.org/2000/01/rdf-schema#label> "has layer" .
<https://w3id.org/nno/ontology#hasLossFunction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/nno/ontology#hasLossFunction> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasLossFunction> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/nno/ontology#LossFunction> .
<https://w3id.org/nno/ontology#hasLossFunction> <http://www.w3.org/2000/01/rdf-schema#comment> "Loss function used by Neural Network." .
<https://w3id.org/nno/ontology#hasLossFunction> <http://www.w3.org/2000/01/rdf-schema#label> "has loss function" .
<https://w3id.org/nno/ontology#hasModel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/nno/ontology#hasModel> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#hasModel> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasModel> <http://www.w3.org/2000/01/rdf-schema#comment> "Model of the repository." .
<https://w3id.org/nno/ontology#hasModel> <http://www.w3.org/2000/01/rdf-schema#label> "has model" .
<https://w3id.org/nno/ontology#hasOptimizer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/nno/ontology#hasOptimizer> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasOptimizer> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#hasOptimizer> <http://www.w3.org/2000/01/rdf-schema#comment> "Optimization function used by Neural Network (e.g. SGD, Adam or RMSprop)." .
<https://w3id.org/nno/ontology#hasOptimizer> <http://www.w3.org/2000/01/rdf-schema#label> "has optimizer" .
<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/dc/terms/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/description> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/license> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/license> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/dc/terms/references> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/references> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://purl.org/dc/terms/references> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://usefulinc.com/ns/doap#category> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://usefulinc.com/ns/doap#category> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<http://usefulinc.com/ns/doap#category> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://usefulinc.com/ns/doap#category> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates an assigned topic" .
<http://www.w3.org/2002/07/owl#topDataProperty> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Layer> .
<http://www.w3.org/2002/07/owl#topDataProperty> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/nno/ontology#dataset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#dataset> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#dataset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<https://w3id.org/nno/ontology#dataset> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the used dataset for training and evaluating" .
<https://w3id.org/nno/ontology#dataset> <http://www.w3.org/2000/01/rdf-schema#label> "data set" .
<https://w3id.org/nno/ontology#hasBaseModel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasBaseModel> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasBaseModel> <http://www.w3.org/2000/01/rdf-schema#comment> "Base model from keras application" .
<https://w3id.org/nno/ontology#hasBaseModel> <http://www.w3.org/2000/01/rdf-schema#label> "has base model" .
<https://w3id.org/nno/ontology#hasBaseModelKeywords> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasBaseModelKeywords> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#BaseModel> .
<https://w3id.org/nno/ontology#hasBaseModelKeywords> <http://www.w3.org/2000/01/rdf-schema#comment> "Keywords of base model" .
<https://w3id.org/nno/ontology#hasBaseModelKeywords> <http://www.w3.org/2000/01/rdf-schema#label> "has base model keywords" .
<https://w3id.org/nno/ontology#hasDownloadCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasDownloadCount> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#hasDownloadCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<https://w3id.org/nno/ontology#hasDownloadCount> <http://www.w3.org/2000/01/rdf-schema#comment> "Number of downloads for this particular model." .
<https://w3id.org/nno/ontology#hasDownloadCount> <http://www.w3.org/2000/01/rdf-schema#label> "has download count" .
<https://w3id.org/nno/ontology#hasLayerKeywords> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasLayerKeywords> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#hasLayerKeywords> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<https://w3id.org/nno/ontology#hasLayerKeywords> <http://www.w3.org/2000/01/rdf-schema#comment> "Keywords of a layer" .
<https://w3id.org/nno/ontology#hasLayerKeywords> <http://www.w3.org/2000/01/rdf-schema#label> "has layer keywords" .
<https://w3id.org/nno/ontology#hasLayerParameters> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasLayerParameters> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#hasLayerParameters> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<https://w3id.org/nno/ontology#hasLayerParameters> <http://www.w3.org/2000/01/rdf-schema#comment> "Parameters of a layer" .
<https://w3id.org/nno/ontology#hasLayerParameters> <http://www.w3.org/2000/01/rdf-schema#label> "has layer parameters" .
<https://w3id.org/nno/ontology#hasLayerSequence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasLayerSequence> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#hasLayerSequence> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<https://w3id.org/nno/ontology#hasLayerSequence> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the sequence of the layers. Starts at 1, the number of layers is n-1, at n: Number of layers." .
<https://w3id.org/nno/ontology#hasLayerSequence> <http://www.w3.org/2000/01/rdf-schema#label> "has layer sequence" .
<https://w3id.org/nno/ontology#hasMetric> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasMetric> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasMetric> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<https://w3id.org/nno/ontology#hasMetric> <http://www.w3.org/2000/01/rdf-schema#comment> "Reflects potential real-world impact of the Model.\nDetermines the Accuracy, Precision etc. of the model." .
<https://w3id.org/nno/ontology#hasMetric> <http://www.w3.org/2000/01/rdf-schema#label> "has metric" .
<https://w3id.org/nno/ontology#hasModelSequence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasModelSequence> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasModelSequence> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<https://w3id.org/nno/ontology#hasModelSequence> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the sequence of models, starts at 1" .
<https://w3id.org/nno/ontology#hasModelSequence> <http://www.w3.org/2000/01/rdf-schema#label> "has model sequence" .
<https://w3id.org/nno/ontology#hasModelType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasModelType> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#Model> .
<https://w3id.org/nno/ontology#hasModelType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<https://w3id.org/nno/ontology#hasModelType> <http://www.w3.org/2000/01/rdf-schema#comment> "type of the model" .
<https://w3id.org/nno/ontology#hasModelType> <http://www.w3.org/2000/01/rdf-schema#label> "has model type" .
<https://w3id.org/nno/ontology#hasRepositoryLink> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasRepositoryLink> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#hasRepositoryLink> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<https://w3id.org/nno/ontology#hasRepositoryLink> <http://www.w3.org/2000/01/rdf-schema#comment> "Link to the respository (e.g. github) where the model and further information can be found." .
<https://w3id.org/nno/ontology#hasRepositoryLink> <http://www.w3.org/2000/01/rdf-schema#label> "has repository link" .
<https://w3id.org/nno/ontology#hasintendedUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#hasintendedUse> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#hasintendedUse> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<https://w3id.org/nno/ontology#hasintendedUse> <http://www.w3.org/2000/01/rdf-schema#comment> "Primary intended use and users (domain) for which the Neural Network was trained for." .
<https://w3id.org/nno/ontology#hasintendedUse> <http://www.w3.org/2000/01/rdf-schema#label> "has intended use" .
<https://w3id.org/nno/ontology#stars> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#stars> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#stars> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<https://w3id.org/nno/ontology#stars> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates watchers count" .
<https://w3id.org/nno/ontology#stars> <http://www.w3.org/2000/01/rdf-schema#label> "stars" .
<https://w3id.org/nno/ontology#usedFramework> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/nno/ontology#usedFramework> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/nno/ontology#NeuralNetwork> .
<https://w3id.org/nno/ontology#usedFramework> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<https://w3id.org/nno/ontology#usedFramework> <http://www.w3.org/2000/01/rdf-schema#comment> "Framework (e.g. Keras, Pandas, numpy, etc.) used to create this model." .
<https://w3id.org/nno/ontology#usedFramework> <http://www.w3.org/2000/01/rdf-schema#label> "used framework" .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "Organization the person belongs to." .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#comment> "Person who makes this ontology." .
<https://w3id.org/nno/ontology#Activation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Activation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Activation> <http://www.w3.org/2000/01/rdf-schema#comment> "Applies an activation function to an output." .
<https://w3id.org/nno/ontology#Activation> <http://www.w3.org/2000/01/rdf-schema#label> "Activation Layer" .
<https://w3id.org/nno/ontology#ActivityRegularization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ActivityRegularization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#ActivityRegularization> <http://www.w3.org/2000/01/rdf-schema#comment> "Layer that applies an update to the cost function based input activity." .
<https://w3id.org/nno/ontology#ActivityRegularization> <http://www.w3.org/2000/01/rdf-schema#label> "Activity Regularization Layer" .
<https://w3id.org/nno/ontology#AveragePooling1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#AveragePooling1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#AveragePooling1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Average pooling for temporal data." .
<https://w3id.org/nno/ontology#AveragePooling1D> <http://www.w3.org/2000/01/rdf-schema#label> "Average Pooling 1D Layer" .
<https://w3id.org/nno/ontology#AveragePooling2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#AveragePooling2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#AveragePooling2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Average pooling operation for spatial data." .
<https://w3id.org/nno/ontology#AveragePooling2D> <http://www.w3.org/2000/01/rdf-schema#label> "Average Pooling 2D Layer" .
<https://w3id.org/nno/ontology#AveragePooling3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#AveragePooling3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#AveragePooling3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Average pooling operation for 3D data (spatial or spatio-temporal)." .
<https://w3id.org/nno/ontology#AveragePooling3D> <http://www.w3.org/2000/01/rdf-schema#label> "Average Pooling 3D Layer" .
<https://w3id.org/nno/ontology#BaseModel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#BaseModel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#BaseModel> <http://www.w3.org/2000/01/rdf-schema#comment> "Base model from keras application" .
<https://w3id.org/nno/ontology#BaseModel> <http://www.w3.org/2000/01/rdf-schema#label> "Base Model" .
<https://w3id.org/nno/ontology#BatchNormalization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#BatchNormalization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#NormalizationLayer> .
<https://w3id.org/nno/ontology#BatchNormalization> <http://www.w3.org/2000/01/rdf-schema#comment> "Batch normalization layer (Ioffe and Szegedy, 2014).\n\nNormalize the activations of the previous layer at each batch, i.e. applies a transformation that maintains the mean activation close to 0 and the activation standard deviation close to 1." .
<https://w3id.org/nno/ontology#BatchNormalization> <http://www.w3.org/2000/01/rdf-schema#label> "Batch Normalization Layer" .
<https://w3id.org/nno/ontology#ClassificationLoss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ClassificationLoss> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#LossFunction> .
<https://w3id.org/nno/ontology#ClassificationLoss> <http://www.w3.org/2000/01/rdf-schema#comment> "Loss function typically used for classification problems." .
<https://w3id.org/nno/ontology#ClassificationLoss> <http://www.w3.org/2000/01/rdf-schema#label> "Classification Loss Function" .
<https://w3id.org/nno/ontology#Conv1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Conv1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Conv1D> <http://www.w3.org/2000/01/rdf-schema#comment> "1D convolution layer (e.g. temporal convolution).\n\nThis layer creates a convolution kernel that is convolved with the layer input over a single spatial (or temporal) dimension to produce a tensor of outputs." .
<https://w3id.org/nno/ontology#Conv1D> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional 1D Layer" .
<https://w3id.org/nno/ontology#Conv2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Conv2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Conv2D> <http://www.w3.org/2000/01/rdf-schema#comment> "2D convolution layer (e.g. spatial convolution over images).\n\nThis layer creates a convolution kernel that is convolved with the layer input to produce a tensor of outputs." .
<https://w3id.org/nno/ontology#Conv2D> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional 2D Layer" .
<https://w3id.org/nno/ontology#Conv2DTranspose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Conv2DTranspose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Conv2DTranspose> <http://www.w3.org/2000/01/rdf-schema#comment> "Transposed convolution layer (sometimes called Deconvolution).\n\nThe need for transposed convolutions generally arises from the desire to use a transformation going in the opposite direction of a normal convolution, i.e., from something that has the shape of the output of some convolution to something that has the shape of its input while maintaining a connectivity pattern that is compatible with said convolution." .
<https://w3id.org/nno/ontology#Conv2DTranspose> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional 2D Transpose Layer" .
<https://w3id.org/nno/ontology#Conv3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Conv3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Conv3D> <http://www.w3.org/2000/01/rdf-schema#comment> "3D convolution layer (e.g. spatial convolution over volumes).\n\nThis layer creates a convolution kernel that is convolved with the layer input to produce a tensor of outputs." .
<https://w3id.org/nno/ontology#Conv3D> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional 3D Layer" .
<https://w3id.org/nno/ontology#Conv3DTranspose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Conv3DTranspose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Conv3DTranspose> <http://www.w3.org/2000/01/rdf-schema#comment> "Transposed convolution layer (sometimes called Deconvolution).\n\nThe need for transposed convolutions generally arises from the desire to use a transformation going in the opposite direction of a normal convolution, i.e., from something that has the shape of the output of some convolution to something that has the shape of its input while maintaining a connectivity pattern that is compatible with said convolution." .
<https://w3id.org/nno/ontology#Conv3DTranspose> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional 3D Transpose Layer" .
<https://w3id.org/nno/ontology#ConvLSTM2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ConvLSTM2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#ConvLSTM2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Convolutional LSTM.\n\nIt is similar to an LSTM layer, but the input transformations and recurrent transformations are both convolutional." .
<https://w3id.org/nno/ontology#ConvLSTM2D> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional LSTM 2D Layer" .
<https://w3id.org/nno/ontology#ConvLSTM2DCell> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ConvLSTM2DCell> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#ConvLSTM2DCell> <http://www.w3.org/2000/01/rdf-schema#comment> "Cell class for the ConvLSTM2D layer." .
<https://w3id.org/nno/ontology#ConvLSTM2DCell> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional LSTM 2D Cell Layer" .
<https://w3id.org/nno/ontology#ConvolutionalLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ConvolutionalLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#ConvolutionalLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Convolutional Layer" .
<https://w3id.org/nno/ontology#ConvolutionalLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/convolutional/" .
<https://w3id.org/nno/ontology#CoreLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#CoreLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#CoreLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Core Layer" .
<https://w3id.org/nno/ontology#CoreLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/core/" .
<https://w3id.org/nno/ontology#Cropping1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Cropping1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Cropping1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Cropping layer for 1D input (e.g. temporal sequence).\n\nIt crops along the time dimension (axis 1)." .
<https://w3id.org/nno/ontology#Cropping1D> <http://www.w3.org/2000/01/rdf-schema#label> "Cropping 1D Layer" .
<https://w3id.org/nno/ontology#Cropping2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Cropping2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Cropping2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Cropping layer for 2D input (e.g. picture).\n\nIt crops along spatial dimensions, i.e. height and width." .
<https://w3id.org/nno/ontology#Cropping2D> <http://www.w3.org/2000/01/rdf-schema#label> "Cropping 2D Layer" .
<https://w3id.org/nno/ontology#Cropping3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Cropping3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#Cropping3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Cropping layer for 3D data (e.g. spatial or spatio-temporal)." .
<https://w3id.org/nno/ontology#Cropping3D> <http://www.w3.org/2000/01/rdf-schema#label> "Cropping 3D Layer" .
<https://w3id.org/nno/ontology#CuDNNGRU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#CuDNNGRU> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#CuDNNGRU> <http://www.w3.org/2000/01/rdf-schema#comment> "Fast GRU implementation backed by CuDNN.\n\nCan only be run on GPU, with the TensorFlow backend." .
<https://w3id.org/nno/ontology#CuDNNGRU> <http://www.w3.org/2000/01/rdf-schema#label> "CuDNN GRU Layer" .
<https://w3id.org/nno/ontology#CuDNNGRU> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://developer.nvidia.com/cudnn" .
<https://w3id.org/nno/ontology#CuDNNLSTM> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#CuDNNLSTM> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#CuDNNLSTM> <http://www.w3.org/2000/01/rdf-schema#comment> "Fast LSTM implementation with CuDNN.\n\nCan only be run on GPU, with the TensorFlow backend." .
<https://w3id.org/nno/ontology#CuDNNLSTM> <http://www.w3.org/2000/01/rdf-schema#label> "CuDNN LSTM Layer" .
<https://w3id.org/nno/ontology#CuDNNLSTM> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://developer.nvidia.com/cudnn" .
<https://w3id.org/nno/ontology#CustomLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#CustomLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#CustomLayer> <http://www.w3.org/2000/01/rdf-schema#comment> "Custom layer defined by user" .
<https://w3id.org/nno/ontology#CustomLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Custom Layer" .
<https://w3id.org/nno/ontology#Dense> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Dense> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Dense> <http://www.w3.org/2000/01/rdf-schema#comment> "Just your regular densely-connected NN layer." .
<https://w3id.org/nno/ontology#Dense> <http://www.w3.org/2000/01/rdf-schema#label> "Dense Layer" .
<https://w3id.org/nno/ontology#DepthwiseConv2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#DepthwiseConv2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#DepthwiseConv2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Depthwise separable 2D convolution.\n\nDepthwise Separable convolutions consists in performing just the first step in a depthwise spatial convolution (which acts on each input channel separately)." .
<https://w3id.org/nno/ontology#DepthwiseConv2D> <http://www.w3.org/2000/01/rdf-schema#label> "Depthwise Convolutional 2D Layer" .
<https://w3id.org/nno/ontology#Dropout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Dropout> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Dropout> <http://www.w3.org/2000/01/rdf-schema#comment> "Applies Dropout to the input." .
<https://w3id.org/nno/ontology#Dropout> <http://www.w3.org/2000/01/rdf-schema#label> "Dropout Layer" .
<https://w3id.org/nno/ontology#Embedding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Embedding> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#EmbeddingLayer> .
<https://w3id.org/nno/ontology#Embedding> <http://www.w3.org/2000/01/rdf-schema#comment> "Turns positive integers (indexes) into dense vectors of fixed size." .
<https://w3id.org/nno/ontology#Embedding> <http://www.w3.org/2000/01/rdf-schema#label> "Embedding Layer" .
<https://w3id.org/nno/ontology#EmbeddingLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#EmbeddingLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#EmbeddingLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Embedding Layer" .
<https://w3id.org/nno/ontology#EmbeddingLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/embeddings/" .
<https://w3id.org/nno/ontology#Flatten> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Flatten> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Flatten> <http://www.w3.org/2000/01/rdf-schema#comment> "Flattens the input. Does not affect the batch size." .
<https://w3id.org/nno/ontology#Flatten> <http://www.w3.org/2000/01/rdf-schema#label> "Flatten Layer" .
<https://w3id.org/nno/ontology#GRU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GRU> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#GRU> <http://www.w3.org/2000/01/rdf-schema#comment> "Gated Recurrent Unit - Cho et al. 2014.\n\nThere are two variants. The default one is based on 1406.1078v3 and has reset gate applied to hidden state before matrix multiplication. The other one is based on original 1406.1078v1 and has the order reversed." .
<https://w3id.org/nno/ontology#GRU> <http://www.w3.org/2000/01/rdf-schema#label> "GRU Layer" .
<https://w3id.org/nno/ontology#GRUCell> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GRUCell> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#GRUCell> <http://www.w3.org/2000/01/rdf-schema#comment> "Cell class for the GRU layer." .
<https://w3id.org/nno/ontology#GRUCell> <http://www.w3.org/2000/01/rdf-schema#label> "GRU Cell Layer" .
<https://w3id.org/nno/ontology#GlobalAveragePooling1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GlobalAveragePooling1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#GlobalAveragePooling1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Global average pooling operation for temporal data." .
<https://w3id.org/nno/ontology#GlobalAveragePooling1D> <http://www.w3.org/2000/01/rdf-schema#label> "Global Average Pooling 1D Layer" .
<https://w3id.org/nno/ontology#GlobalAveragePooling2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GlobalAveragePooling2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#GlobalAveragePooling2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Global average pooling operation for spatial data." .
<https://w3id.org/nno/ontology#GlobalAveragePooling2D> <http://www.w3.org/2000/01/rdf-schema#label> "Global Average Pooling 2D Layer" .
<https://w3id.org/nno/ontology#GlobalAveragePooling3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GlobalAveragePooling3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#GlobalAveragePooling3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Global Average pooling operation for 3D data." .
<https://w3id.org/nno/ontology#GlobalAveragePooling3D> <http://www.w3.org/2000/01/rdf-schema#label> "Global Average Pooling 3D Layer" .
<https://w3id.org/nno/ontology#GlobalMaxPooling1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GlobalMaxPooling1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#GlobalMaxPooling1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Global max pooling operation for temporal data." .
<https://w3id.org/nno/ontology#GlobalMaxPooling1D> <http://www.w3.org/2000/01/rdf-schema#label> "Global Max Pooling 1D Layer" .
<https://w3id.org/nno/ontology#GlobalMaxPooling2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GlobalMaxPooling2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#GlobalMaxPooling2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Global max pooling operation for spatial data." .
<https://w3id.org/nno/ontology#GlobalMaxPooling2D> <http://www.w3.org/2000/01/rdf-schema#label> "Global Max Pooling 2D Layer" .
<https://w3id.org/nno/ontology#GlobalMaxPooling3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#GlobalMaxPooling3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#GlobalMaxPooling3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Global Max pooling operation for 3D data." .
<https://w3id.org/nno/ontology#GlobalMaxPooling3D> <http://www.w3.org/2000/01/rdf-schema#label> "Global Max Pooling 3D Layer" .
<https://w3id.org/nno/ontology#Input> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Input> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Input> <http://www.w3.org/2000/01/rdf-schema#comment> "Input() is used to instantiate a Keras tensor.\n\nA Keras tensor is a tensor object from the underlying backend (Theano, TensorFlow or CNTK), which we augment with certain attributes that allow us to build a Keras model just by knowing the inputs and outputs of the model." .
<https://w3id.org/nno/ontology#Input> <http://www.w3.org/2000/01/rdf-schema#label> "Input Layer" .
<https://w3id.org/nno/ontology#InputLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#InputLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#InputLayer> <http://www.w3.org/2000/01/rdf-schema#comment> "Input (e.g. data set)." .
<https://w3id.org/nno/ontology#InputLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Input Layer" .
<https://w3id.org/nno/ontology#LSTM> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#LSTM> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#LSTM> <http://www.w3.org/2000/01/rdf-schema#comment> "Long Short-Term Memory layer - Hochreiter 1997." .
<https://w3id.org/nno/ontology#LSTM> <http://www.w3.org/2000/01/rdf-schema#label> "LSTM Layer" .
<https://w3id.org/nno/ontology#LSTMCell> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#LSTMCell> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#LSTMCell> <http://www.w3.org/2000/01/rdf-schema#label> "Cell class for the LSTM layer." .
<https://w3id.org/nno/ontology#LSTMCell> <http://www.w3.org/2000/01/rdf-schema#label> "LSTM Cell Layer" .
<https://w3id.org/nno/ontology#Lambda> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Lambda> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Lambda> <http://www.w3.org/2000/01/rdf-schema#comment> "Wraps arbitrary expression as a Layer object." .
<https://w3id.org/nno/ontology#Lambda> <http://www.w3.org/2000/01/rdf-schema#label> "Lambda Layer" .
<https://w3id.org/nno/ontology#Layer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Layer> <http://www.w3.org/2000/01/rdf-schema#comment> "Layer of the neural network." .
<https://w3id.org/nno/ontology#Layer> <http://www.w3.org/2000/01/rdf-schema#label> "Layer" .
<https://w3id.org/nno/ontology#Locally-connectedLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Locally-connectedLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#Locally-connectedLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Locally-connected Layer" .
<https://w3id.org/nno/ontology#Locally-connectedLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/local/" .
<https://w3id.org/nno/ontology#LocallyConnected1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#LocallyConnected1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Locally-connectedLayer> .
<https://w3id.org/nno/ontology#LocallyConnected1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Locally-connected layer for 1D inputs." .
<https://w3id.org/nno/ontology#LocallyConnected1D> <http://www.w3.org/2000/01/rdf-schema#label> "Locally-connected 1D Layer" .
<https://w3id.org/nno/ontology#LocallyConnected2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#LocallyConnected2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Locally-connectedLayer> .
<https://w3id.org/nno/ontology#LocallyConnected2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Locally-connected layer for 2D inputs." .
<https://w3id.org/nno/ontology#LocallyConnected2D> <http://www.w3.org/2000/01/rdf-schema#label> "Locally-connected 2D Layer" .
<https://w3id.org/nno/ontology#LossFunction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#LossFunction> <http://www.w3.org/2000/01/rdf-schema#comment> "Loss function used by Neural Network." .
<https://w3id.org/nno/ontology#LossFunction> <http://www.w3.org/2000/01/rdf-schema#label> "Loss Function" .
<https://w3id.org/nno/ontology#Masking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Masking> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Masking> <http://www.w3.org/2000/01/rdf-schema#comment> "Masks a sequence by using a mask value to skip timesteps." .
<https://w3id.org/nno/ontology#Masking> <http://www.w3.org/2000/01/rdf-schema#label> "Masking Layer" .
<https://w3id.org/nno/ontology#MaxPooling1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#MaxPooling1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#MaxPooling1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Max pooling operation for temporal data." .
<https://w3id.org/nno/ontology#MaxPooling1D> <http://www.w3.org/2000/01/rdf-schema#label> "Max Pooling 1D Layer" .
<https://w3id.org/nno/ontology#MaxPooling2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#MaxPooling2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#MaxPooling2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Max pooling operation for spatial data." .
<https://w3id.org/nno/ontology#MaxPooling2D> <http://www.w3.org/2000/01/rdf-schema#label> "Max Pooling 2D Layer" .
<https://w3id.org/nno/ontology#MaxPooling3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#MaxPooling3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#PoolingLayer> .
<https://w3id.org/nno/ontology#MaxPooling3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Max pooling operation for 3D data (spatial or spatio-temporal)." .
<https://w3id.org/nno/ontology#MaxPooling3D> <http://www.w3.org/2000/01/rdf-schema#label> "Max Pooling 3D Layer" .
<https://w3id.org/nno/ontology#Model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Model> <http://www.w3.org/2000/01/rdf-schema#comment> "Model of the repository." .
<https://w3id.org/nno/ontology#Model> <http://www.w3.org/2000/01/rdf-schema#label> "Model" .
<https://w3id.org/nno/ontology#NeuralNetwork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#NeuralNetwork> <http://www.w3.org/2000/01/rdf-schema#label> "Neural Network" .
<https://w3id.org/nno/ontology#NormalizationLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#NormalizationLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#NormalizationLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Normalization Layer" .
<https://w3id.org/nno/ontology#NormalizationLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/normalization/" .
<https://w3id.org/nno/ontology#Optimizer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Optimizer> <http://www.w3.org/2000/01/rdf-schema#comment> "Optimizer used by Neural Network." .
<https://w3id.org/nno/ontology#Optimizer> <http://www.w3.org/2000/01/rdf-schema#label> "Optimizer" .
<https://w3id.org/nno/ontology#Permute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Permute> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Permute> <http://www.w3.org/2000/01/rdf-schema#comment> "Permutes the dimensions of the input according to a given pattern.\n\nUseful for e.g. connecting RNNs and convnets together." .
<https://w3id.org/nno/ontology#Permute> <http://www.w3.org/2000/01/rdf-schema#label> "Permute Layer" .
<https://w3id.org/nno/ontology#PoolingLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#PoolingLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#PoolingLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Pooling Layer" .
<https://w3id.org/nno/ontology#PoolingLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/pooling/" .
<https://w3id.org/nno/ontology#RNN> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#RNN> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#RecurrentLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#RecurrentLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#Layer> .
<https://w3id.org/nno/ontology#RecurrentLayer> <http://www.w3.org/2000/01/rdf-schema#label> "Recurrent Layer" .
<https://w3id.org/nno/ontology#RecurrentLayer> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://keras.io/layers/recurrent/" .
<https://w3id.org/nno/ontology#RegressiveLoss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#RegressiveLoss> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#LossFunction> .
<https://w3id.org/nno/ontology#RegressiveLoss> <http://www.w3.org/2000/01/rdf-schema#comment> "Loss function typically used for regression problems." .
<https://w3id.org/nno/ontology#RegressiveLoss> <http://www.w3.org/2000/01/rdf-schema#label> "Regression Loss Function" .
<https://w3id.org/nno/ontology#RepeatVector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#RepeatVector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#RepeatVector> <http://www.w3.org/2000/01/rdf-schema#comment> "Repeats the input n times." .
<https://w3id.org/nno/ontology#RepeatVector> <http://www.w3.org/2000/01/rdf-schema#label> "Repeat Vector Layer" .
<https://w3id.org/nno/ontology#Reshape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#Reshape> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#Reshape> <http://www.w3.org/2000/01/rdf-schema#comment> "Reshapes an output to a certain shape." .
<https://w3id.org/nno/ontology#Reshape> <http://www.w3.org/2000/01/rdf-schema#label> "Reshape Layer" .
<https://w3id.org/nno/ontology#SeparableConv1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SeparableConv1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#SeparableConv1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Depthwise separable 1D convolution.\n\nSeparable convolutions consist in first performing a depthwise spatial convolution (which acts on each input channel separately) followed by a pointwise convolution which mixes together the resulting output channels.\n\nIntuitively, separable convolutions can be understood as a way to factorize a convolution kernel into two smaller kernels, or as an extreme version of an Inception block." .
<https://w3id.org/nno/ontology#SeparableConv1D> <http://www.w3.org/2000/01/rdf-schema#label> "Separable Convolutional 1D Layer" .
<https://w3id.org/nno/ontology#SeparableConv2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SeparableConv2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#SeparableConv2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Depthwise separable 2D convolution.\n\nSeparable convolutions consist in first performing a depthwise spatial convolution (which acts on each input channel separately) followed by a pointwise convolution which mixes together the resulting output channels.\n\nIntuitively, separable convolutions can be understood as a way to factorize a convolution kernel into two smaller kernels, or as an extreme version of an Inception block." .
<https://w3id.org/nno/ontology#SeparableConv2D> <http://www.w3.org/2000/01/rdf-schema#label> "Separable Convolutional 2D Layer" .
<https://w3id.org/nno/ontology#SimpleRNN> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SimpleRNN> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#SimpleRNN> <http://www.w3.org/2000/01/rdf-schema#comment> "Fully-connected RNN where the output is to be fed back to input." .
<https://w3id.org/nno/ontology#SimpleRNN> <http://www.w3.org/2000/01/rdf-schema#label> "Simple RNN Layer" .
<https://w3id.org/nno/ontology#SimpleRNNCell> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SimpleRNNCell> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#RecurrentLayer> .
<https://w3id.org/nno/ontology#SimpleRNNCell> <http://www.w3.org/2000/01/rdf-schema#comment> "Cell class for SimpleRNN." .
<https://w3id.org/nno/ontology#SimpleRNNCell> <http://www.w3.org/2000/01/rdf-schema#label> "Simple RNN Cell Layer" .
<https://w3id.org/nno/ontology#SpatialDropout1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SpatialDropout1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#SpatialDropout1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Spatial 1D version of Dropout.\n\nThis version performs the same function as Dropout, however it drops entire 1D feature maps instead of individual elements. If adjacent frames within feature maps are strongly correlated (as is normally the case in early convolution layers) then regular dropout will not regularize the activations and will otherwise just result in an effective learning rate decrease. In this case, SpatialDropout1D will help promote independence between feature maps and should be used instead." .
<https://w3id.org/nno/ontology#SpatialDropout1D> <http://www.w3.org/2000/01/rdf-schema#label> "Spatial Dropout 1D Layer" .
<https://w3id.org/nno/ontology#SpatialDropout2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SpatialDropout2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#SpatialDropout2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Spatial 2D version of Dropout.\n\nThis version performs the same function as Dropout, however it drops entire 2D feature maps instead of individual elements. If adjacent pixels within feature maps are strongly correlated (as is normally the case in early convolution layers) then regular dropout will not regularize the activations and will otherwise just result in an effective learning rate decrease. In this case, SpatialDropout2D will help promote independence between feature maps and should be used instead." .
<https://w3id.org/nno/ontology#SpatialDropout2D> <http://www.w3.org/2000/01/rdf-schema#label> "Spatial Dropout 2D Layer" .
<https://w3id.org/nno/ontology#SpatialDropout3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#SpatialDropout3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#CoreLayer> .
<https://w3id.org/nno/ontology#SpatialDropout3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Spatial 3D version of Dropout.\n\nThis version performs the same function as Dropout, however it drops entire 3D feature maps instead of individual elements. If adjacent pixels within feature maps are strongly correlated (as is normally the case in early convolution layers) then regular dropout will not regularize the activations and will otherwise just result in an effective learning rate decrease. In this case, SpatialDropout3D will help promote independence between feature maps and should be used instead." .
<https://w3id.org/nno/ontology#SpatialDropout3D> <http://www.w3.org/2000/01/rdf-schema#label> "Spatial Dropout 3D Layer" .
<https://w3id.org/nno/ontology#UpSampling1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#UpSampling1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#UpSampling1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Upsampling layer for 1D inputs." .
<https://w3id.org/nno/ontology#UpSampling1D> <http://www.w3.org/2000/01/rdf-schema#label> "Upsampling 1D Layer" .
<https://w3id.org/nno/ontology#UpSampling2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#UpSampling2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#UpSampling2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Upsampling layer for 2D inputs.\n\nRepeats the rows and columns of the data by size[0] and size[1] respectively." .
<https://w3id.org/nno/ontology#UpSampling2D> <http://www.w3.org/2000/01/rdf-schema#label> "Upsampling 2D Layer" .
<https://w3id.org/nno/ontology#UpSampling3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#UpSampling3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#UpSampling3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Upsampling layer for 3D inputs.\n\nRepeats the 1st, 2nd and 3rd dimensions of the data by size[0], size[1] and size[2] respectively." .
<https://w3id.org/nno/ontology#UpSampling3D> <http://www.w3.org/2000/01/rdf-schema#label> "Upsampling 3D Layer" .
<https://w3id.org/nno/ontology#ZeroPadding1D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ZeroPadding1D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#ZeroPadding1D> <http://www.w3.org/2000/01/rdf-schema#comment> "Zero-padding layer for 1D input (e.g. temporal sequence)." .
<https://w3id.org/nno/ontology#ZeroPadding1D> <http://www.w3.org/2000/01/rdf-schema#label> "Zero-padding 1D Layer" .
<https://w3id.org/nno/ontology#ZeroPadding2D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ZeroPadding2D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#ZeroPadding2D> <http://www.w3.org/2000/01/rdf-schema#comment> "Zero-padding layer for 2D input (e.g. picture).\n\nThis layer can add rows and columns of zeros at the top, bottom, left and right side of an image tensor." .
<https://w3id.org/nno/ontology#ZeroPadding2D> <http://www.w3.org/2000/01/rdf-schema#label> "Zero-padding 2D Layer" .
<https://w3id.org/nno/ontology#ZeroPadding3D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/nno/ontology#ZeroPadding3D> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/nno/ontology#ConvolutionalLayer> .
<https://w3id.org/nno/ontology#ZeroPadding3D> <http://www.w3.org/2000/01/rdf-schema#comment> "Zero-padding layer for 3D data (spatial or spatio-temporal)." .
<https://w3id.org/nno/ontology#ZeroPadding3D> <http://www.w3.org/2000/01/rdf-schema#label> "Zero-padding 3D Layer" .
<http://www.aifb.kit.edu/web/Anna_Nguyen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://www.aifb.kit.edu/web/Anna_Nguyen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://www.aifb.kit.edu/web/Anna_Nguyen> <http://www.w3.org/2000/01/rdf-schema#label> "Anna Nguyen" .
<http://www.aifb.kit.edu/web/Anna_Nguyen> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "http://www.aifb.kit.edu/web/Anna_Nguyen" .
<http://www.aifb.kit.edu/web/Michael_F\u00E4rber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://www.aifb.kit.edu/web/Michael_F\u00E4rber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://www.aifb.kit.edu/web/Michael_F\u00E4rber> <http://www.w3.org/2000/01/rdf-schema#label> "Michael F\u00E4rber" .
<http://www.aifb.kit.edu/web/Michael_F\u00E4rber> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "http://www.aifb.kit.edu/web/Michael_F\u00E4rber" .
<http://www.aifb.kit.edu/web/Tobias_Weller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://www.aifb.kit.edu/web/Tobias_Weller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://www.aifb.kit.edu/web/Tobias_Weller> <http://www.w3.org/2000/01/rdf-schema#label> "Tobias Weller" .
<http://www.aifb.kit.edu/web/Tobias_Weller> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "http://www.aifb.kit.edu/web/Tobias_Weller" .
<http://www.aifb.kit.edu/web/Web_Science> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://www.aifb.kit.edu/web/Web_Science> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Organization> .
<http://www.aifb.kit.edu/web/Web_Science> <http://www.w3.org/2000/01/rdf-schema#label> "Web Science (AIFB)" .
<http://www.aifb.kit.edu/web/Web_Science> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "http://www.aifb.kit.edu/web/Web_Science" .
<http://www.aifb.kit.edu/web/York_Sure-Vetter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://www.aifb.kit.edu/web/York_Sure-Vetter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://www.aifb.kit.edu/web/York_Sure-Vetter> <http://www.w3.org/2000/01/rdf-schema#label> "York Sure-Vetter" .
<http://www.aifb.kit.edu/web/York_Sure-Vetter> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "http://www.aifb.kit.edu/web/York_Sure-Vetter" .
<https://w3id.org/nno/ontology#adadelta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#adadelta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#adadelta> <http://www.w3.org/2000/01/rdf-schema#comment> "Adadelta is a more robust extension of Adagrad that adapts learning rates based on a moving window of gradient updates, instead of accumulating all past gradients. This way, Adadelta continues learning even when many updates have been done. Compared to Adagrad, in the original version of Adadelta you don't have to set an initial learning rate. In this version, initial learning rate and decay factor can be set, as in most other Keras optimizers." .
<https://w3id.org/nno/ontology#adadelta> <http://www.w3.org/2000/01/rdf-schema#label> "Adadelta Optimizer" .
<https://w3id.org/nno/ontology#adagrad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#adagrad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#adagrad> <http://www.w3.org/2000/01/rdf-schema#comment> "Adagrad is an optimizer with parameter-specific learning rates, which are adapted relative to how frequently a parameter gets updated during training. The more updates a parameter receives, the smaller the learning rate." .
<https://w3id.org/nno/ontology#adagrad> <http://www.w3.org/2000/01/rdf-schema#label> "Adagrad Optimizer" .
<https://w3id.org/nno/ontology#adam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#adam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#adam> <http://www.w3.org/2000/01/rdf-schema#label> "Adam Optimizer" .
<https://w3id.org/nno/ontology#adamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#adamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#adamax> <http://www.w3.org/2000/01/rdf-schema#label> "Adamax Optimizer" .
<https://w3id.org/nno/ontology#binarycrossentropy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#binarycrossentropy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#binarycrossentropy> <http://www.w3.org/2000/01/rdf-schema#label> "Binary Crossentropy" .
<https://w3id.org/nno/ontology#categoricalcrossentropy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#categoricalcrossentropy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#categoricalcrossentropy> <http://www.w3.org/2000/01/rdf-schema#label> "Categorical Crossentropy" .
<https://w3id.org/nno/ontology#categoricalhinge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#categoricalhinge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#categoricalhinge> <http://www.w3.org/2000/01/rdf-schema#label> "Categorical Hinge" .
<https://w3id.org/nno/ontology#cosineproximity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#cosineproximity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#cosineproximity> <http://www.w3.org/2000/01/rdf-schema#label> "Cosine Proximity" .
<https://w3id.org/nno/ontology#customloss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#customloss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#LossFunction> .
<https://w3id.org/nno/ontology#customloss> <http://www.w3.org/2000/01/rdf-schema#comment> "Custom loss function defined by user" .
<https://w3id.org/nno/ontology#customoptimizer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#customoptimizer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#customoptimizer> <http://www.w3.org/2000/01/rdf-schema#comment> "Custom optimizer defined by user" .
<https://w3id.org/nno/ontology#customoptimizer> <http://www.w3.org/2000/01/rdf-schema#label> "Custom Optimizer" .
<https://w3id.org/nno/ontology#hinge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#hinge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#hinge> <http://www.w3.org/2000/01/rdf-schema#label> "Hinge" .
<https://w3id.org/nno/ontology#kullbackleiblerdivergence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#kullbackleiblerdivergence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#kullbackleiblerdivergence> <http://www.w3.org/2000/01/rdf-schema#label> "Kullback Leibler Divergence" .
<https://w3id.org/nno/ontology#logcosh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#logcosh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#logcosh> <http://www.w3.org/2000/01/rdf-schema#label> "Log Cosh Loss" .
<https://w3id.org/nno/ontology#meanabsoluteerror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#meanabsoluteerror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#meanabsoluteerror> <http://www.w3.org/2000/01/rdf-schema#label> "Mean Absolute Error" .
<https://w3id.org/nno/ontology#meanabsolutepercentageerror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#meanabsolutepercentageerror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#meanabsolutepercentageerror> <http://www.w3.org/2000/01/rdf-schema#label> "Mean Absolute Percentage Error" .
<https://w3id.org/nno/ontology#meansquarederror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#meansquarederror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#meansquarederror> <http://www.w3.org/2000/01/rdf-schema#label> "Mean Squared Error" .
<https://w3id.org/nno/ontology#meansquaredlogarithmicerror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#meansquaredlogarithmicerror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#meansquaredlogarithmicerror> <http://www.w3.org/2000/01/rdf-schema#label> "Mean Squared Logarithmic Error" .
<https://w3id.org/nno/ontology#nadam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#nadam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#nadam> <http://www.w3.org/2000/01/rdf-schema#comment> "Much like Adam is essentially RMSprop with momentum, Nadam is Adam RMSprop with Nesterov momentum." .
<https://w3id.org/nno/ontology#nadam> <http://www.w3.org/2000/01/rdf-schema#label> "Nesterov Adam Optimizer" .
<https://w3id.org/nno/ontology#ontologyhuberloss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#ontologyhuberloss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#ontologyhuberloss> <http://www.w3.org/2000/01/rdf-schema#label> "Huber Loss" .
<https://w3id.org/nno/ontology#poisson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#poisson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#RegressiveLoss> .
<https://w3id.org/nno/ontology#poisson> <http://www.w3.org/2000/01/rdf-schema#label> "Poisson" .
<https://w3id.org/nno/ontology#rmsprop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#rmsprop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#rmsprop> <http://www.w3.org/2000/01/rdf-schema#comment> "This optimizer is usually a good choice for recurrent neural networks." .
<https://w3id.org/nno/ontology#rmsprop> <http://www.w3.org/2000/01/rdf-schema#label> "RMSProp Optimizer" .
<https://w3id.org/nno/ontology#sgd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#sgd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#Optimizer> .
<https://w3id.org/nno/ontology#sgd> <http://www.w3.org/2000/01/rdf-schema#comment> "Includes support for momentum, learning rate decay, and Nesterov momentum." .
<https://w3id.org/nno/ontology#sgd> <http://www.w3.org/2000/01/rdf-schema#label> "Stochastic Gradient Descent Optimizer" .
<https://w3id.org/nno/ontology#sparsecategoricalcrossentropy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#sparsecategoricalcrossentropy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#sparsecategoricalcrossentropy> <http://www.w3.org/2000/01/rdf-schema#label> "Sparse Categorical Crossentropy" .
<https://w3id.org/nno/ontology#squaredhinge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/nno/ontology#squaredhinge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/nno/ontology#ClassificationLoss> .
<https://w3id.org/nno/ontology#squaredhinge> <http://www.w3.org/2000/01/rdf-schema#label> "Squared Hinge" .
