Workflow
等待13年,AlexNet重磅开源:Hinton团队亲手写的原版代码,甚至还带注释
36氪·2025-03-24 19:38

等待13年,AlexNet重磅开源:Hinton团队亲手写的原版代码,甚至还带注释 如果你是一名 AI 开发者或深度学习爱好者,那么你一定听说过 AlexNet——这个在 2012 年凭借 ImageNet 竞赛一战成名、直接把计算机视觉能力拔高了 一个量级的深度卷积神经网络模型。 而就在最近,计算机历史博物馆(CHM)与谷歌合作,终于正式开源了 AlexNet 的源代码!更令人惊喜的是,这次公开的版本是 2012 年 Hinton 团队亲手 编写的原版代码,甚至还保留了当年的注释! | Code 1.53 KB | 修改造新 | <> 源码 | | --- | --- | --- | | آ | # This is a layer configuration file that contains all the | | | 2 | # layer types supported by this code. It's not actually good for anything | | | 3 | # other than demonstrating how layers are specified and ...