-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
56 lines (56 loc) · 3.5 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"id": "948e93d7-bc36-4c39-9640-dc3345269fe7",
"meta": {
"name": "googlenet",
"application_area": "ImageNet",
"task": "Classification",
"task_extended": "ImageNet classification",
"data_type": "Image/Photo",
"data_source": "http://www.image-net.org/challenges/LSVRC/2014/"
},
"publication": {
"title": "Going Deeper With Convolutions",
"source": "Proceedings of the IEEE conference on computer vision and pattern recognition",
"year": 2015,
"authors": "Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, Andrew Rabinovich",
"abstract": "We propose a deep convolutional neural network architecture codenamed Inception that achieves the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC14). The main hallmark of this architecture is the improved utilization of the computing resources inside the network. By a carefully crafted design, we increased the depth and width of the network while keeping the computational budget constant. To optimize quality, the architectural decisions were based on the Hebbian principle and the intuition of multi-scale processing. One particular incarnation used in our submission for ILSVRC14 is called GoogLeNet, a 22 layers deep network, the quality of which is assessed in the context of classification and detection.",
"url": "http://openaccess.thecvf.com/content_cvpr_2015/papers/Szegedy_Going_Deeper_With_2015_CVPR_paper.pdf",
"google_scholar": "https://scholar.google.com/scholar?oi=bibs&hl=en&cites=17799971764477278135&as_sdt=5",
"bibtex": "@INPROCEEDINGS{7298594, author={C. Szegedy and Wei Liu and Yangqing Jia and P. Sermanet and S. Reed and D. Anguelov and D. Erhan and V. Vanhoucke and A. Rabinovich}, booktitle={2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, title={Going deeper with convolutions}, year={2015}, volume={}, number={}, pages={1-9}, keywords={convolution;decision making;feature extraction;Hebbian learning;image classification;neural net architecture;resource allocation;convolutional neural network architecture;resource utilization;architectural decision;Hebbian principle;object classification;object detection;Computer architecture;Convolutional codes;Sparse matrices;Neural networks;Visualization;Object detection;Computer vision}, doi={10.1109/CVPR.2015.7298594}, ISSN={1063-6919}, month={June},}"
},
"model": {
"description": "22 layers deep network. The main hallmark of this architecture is the improved utilization of the computing resources inside the network. By a carefully crafted design, we increased the depth and width of the network while keeping the computational budget constant.",
"provevance": "https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet",
"architecture": "Convolutional Neural Network (CNN)",
"learning_type": "Supervised learning",
"format": ".prototxt",
"io": {
"input": {
"format": ["image/png", "image/jpg", "image/jpeg"],
"dim_limits": [
{
"min": 1,
"max": 4
},
{
"min": 32
},
{
"min": 32
}
]
},
"output": [
{
"name": "probabilities",
"type": "label_list",
"description": "Probabilities of the 1000 classes in the ImageNet dataset."
}
]
}
},
"modelhub": {
"top": 5,
"sort": true
}
}