Wi commited on
Commit
2be303a
1 Parent(s): 19b4c32

Adding model to repository

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -6,6 +6,21 @@ tags:
6
  - topic-classification
7
  - distilbert
8
  widget:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - text: "Title: The Design of Radio Telescope Array Configurations using Multiobjective\n\
10
  \ Optimization: Imaging Performance versus Cable Length\nAbstract: The next generation\
11
  \ of radio telescope interferometric arrays requires\ncareful design of the array\
 
6
  - topic-classification
7
  - distilbert
8
  widget:
9
+ - text: "Title: ImageNet classification with deep convolutional neural networks\n\
10
+ \ Abstract: We trained a large, deep convolutional neural network to classify\
11
+ \ the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into\
12
+ \ the 1000 different classes. On the test data, we achieved top-1 and top-5 error\
13
+ \ rates of 37.5% and 17.0% which is considerably better than the previous state-of-the-art.\
14
+ \ The neural network, which has 60 million parameters and 650,000 neurons, consists\
15
+ \ of five convolutional layers, some of which are followed by max-pooling layers,\
16
+ \ and three fully-connected layers with a final 1000-way softmax. To make training\
17
+ \ faster, we used non-saturating neurons and a very efficient GPU implementation\
18
+ \ of the convolution operation. To reduce overriding in the fully-connected layers\
19
+ \ we employed a recently-developed regularization method called \"dropout\" that\
20
+ \ proved to be very effective. We also entered a variant of this model in the\
21
+ \ ILSVRC-2012 competition and achieved a winning top-5 test error rate of 15.3%,\
22
+ \ compared to 26.2\\% achieved by the second-best entry.\n Authors: A. Krizhevsky,\
23
+ \ Ilya Sutskever, Geoffrey E. Hinton"
24
  - text: "Title: The Design of Radio Telescope Array Configurations using Multiobjective\n\
25
  \ Optimization: Imaging Performance versus Cable Length\nAbstract: The next generation\
26
  \ of radio telescope interferometric arrays requires\ncareful design of the array\