Skip to content

Commit 2f8b81f

Browse files
committed
docs: Update README with museum content.
1 parent 9fdd561 commit 2f8b81f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# AlexNet
1+
# AlexNet Source Code
22

3-
This package contains the original AlexNet code.
43

5-
Krizhevsky, A., Sutskever, I. & Hinton, G. E. (2012).
6-
ImageNet Classification with Deep Convolutional Neural Networks.
7-
In F. Pereira, C. J. C. Burges, L. Bottou & K. Q. Weinberger (ed.),
8-
Advances in Neural Information Processing Systems 25 (pp. 1097--1105).
9-
Curran Associates, Inc. .
4+
5+
This package contains the original AlexNet source code as it was in 2012, when it won the ImageNet competition. Geoffrey Hinton, Ilya Sutskever, and Alex Krizhevsky formed DNNResearch soon afterwards and sold the company, and the AlexNet source code along with it, to Google, which would continue work on it. This package also includes the parameter files trained on the ImageNet dataset.
6+
7+
Previously available as open source was Krizhevsky’s precursor to AlexNet, [cuda-convnet](https://code.google.com/archive/p/cuda-convnet/), which was trained on the smaller CIFAR-10 dataset. While there are other existing repositories of code named "AlexNet" on the web, they are not the original code, but rather reimplementations based on the paper Krizhevsky, Sutskever, and Hinton published:
8+
9+
[Krizhevsky, A., Sutskever, I. & Hinton, G. E. (2012). ImageNet Classification with Deep Convolutional Neural Networks](https://proceedings.neurips.cc/paper_files/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf). In F. Pereira, C. J. C. Burges, L. Bottou & K. Q. Weinberger (ed.), Advances in Neural Information Processing Systems 25 (pp. 1097--1105). Curran Associates, Inc.
10+
11+
In 2020, Alex Krizhevsky connected CHM to Geoff Hinton, who directed us to a team at Google. CHM worked with Google to identify the original 2012 version of the code and negotiate the terms of the public release as open source. CHM thanks Krizhevsky and Hinton for their support and David Bieber of Google DeepMind for his help in securing the release.
12+
13+
CHM is proud to present the source code to the 2012 version of Alex Krizhevsky, Ilya Sutskever, and Geoffery Hinton’s AlexNet, which transformed the field of artificial intelligence.
14+

0 commit comments

Comments
 (0)
close