@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion rdfs:label """Citation from the paper linked in this assertion:

Abstract: \"On the test data, we achieved top-1 and top-5 error rates of 37.5% and 17.0% which is considerably better than the previous state-of-the-art. The neural network, which has 60 million parameters and 650,000 neurons, consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.\"

Section 3.5: \"As depicted in Figure 2, the net contains eight layers with weights; the first five are convolutional and the remaining three are fully-connected. The output of the last fully-connected layer is fed to a 1000-way softmax which produces a distribution over the 1000 class labels.\"

Table 2: For \"1 CNN\", the Top-5 (test) shows 16.4%, and for \"5 CNNs\", the Top-5 (test) also shows 16.4%.

"""; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2025-05-22T10:39:09.699Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:wasCreatedAt ; rdfs:label "Citation from the paper linked in this assertion:

Abstract: \"On the test data, we achieved top..."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "rgw0GN+CaeyG7yL2L2NJrmzfvTQikWFKbrC9KxHe/LbPpN2gNyJDGGgnbqcA3Y6eKge3IzFSE34rzc1/nlZiwIkHjRGuBBon1VH/kKbBPGTn2Oi1A9gZ/0o9+VbLahbZLLj3c88RkoQPLjLhYJ5qslhhsBtcMXRNnzkXSyWfPi0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }