Giter Site home page Giter Site logo

alexnet's Introduction

Alexnet Implementation

This project is an implementation of the Alexnet that was introduced in the paper "ImageNet Classification with Deep Convolutional Neural Networks" Link to paper

Prerequisite

Required libraries can be found in requirements.txt.

Install with the following command: pip install -r requirements.txt

Dataset

Originally, AlexNet was tested using ImageNet 2012 dataset.

However, usage of this dataset requires approval. As such, I will be testing my implemetation against CIFAR100 instead. However, as the base size of an image from CIFAR (32 x 32) is very different from ImageNet (469x387 on average), my results might differ greatly from the paper.

Code to download the dataset is included in main.ipynb

Training and Evaluation

The code to train and test the implementation is included in main.ipynb.

The model is trained for 50 epochs, and have achieved an test error rate (Top-1) of 49%. This is understandably different from the result achieved by the paper (37.5%) due to difference in training time and dataset.

A pretrained model was not included in the repo due to size limitation of github.

alexnet's People

Contributors

kokjianyu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.