- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 181字
- 2021-08-27 18:51:56
The AlexNet model
AlexNet, a modification of LeNet, was designed by the group named SuperVision, which was composed of Alex Krizhevsky, Geoffrey Hinton, and Ilya Sutskever. AlexNet made history by achieving the top-5 error percentage of 15.3%, which was 10 points more than the runner-up, in the ImageNet Large Scale Visual Recognition Challenge in 2012.
The architecture uses five convolutional layers, three max pool layers, and three fully connected layers at the end, as shown in the following diagram. There were a total of 60 million parameters in the model trained on 1.2 million images, which took about five to six days on two NVIDIA GTX 580 3GB GPUs. The following image shows the AlexNet model:

Convolutional Layer 1 | Max Pool Layer 1 | Normalization Layer 1| Convolutional Layer 2 | Max Pool Layer 2 |Normalization Layer 2 |Convolutional Layer 3 |Convolutional layer 4 | Convolutional Layer 5 | Max Pool Layer 3 |Fully Connected 6 |Fully Connected 7 |Fully Connected 8 | Output
- AutoCAD繪圖實(shí)用速查通典
- 人工免疫算法改進(jìn)及其應(yīng)用
- Getting Started with MariaDB
- 最簡(jiǎn)數(shù)據(jù)挖掘
- 視覺檢測(cè)技術(shù)及智能計(jì)算
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)
- Ruby on Rails敏捷開發(fā)最佳實(shí)踐
- PVCBOT機(jī)器人控制技術(shù)入門
- INSTANT VMware vCloud Starter
- 未來學(xué)徒:讀懂人工智能飛馳時(shí)代
- MPC5554/5553微處理器揭秘
- Photoshop CS4數(shù)碼照片處理入門、進(jìn)階與提高
- Generative Adversarial Networks Projects
- 從機(jī)器學(xué)習(xí)到無人駕駛
- Eclipse全程指南