Giter VIP home page Giter VIP logo

kshitijzutshi / info6105-cnn-assignment Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 360.89 MB

My extensive work on Multiclass Image classification based on Intel image classification dataset from Kaggle and Implemented using Pytorch 🔦

Jupyter Notebook 100.00%
pytorch pytorch-implementation pytorch-cnn image-classification kaggle intel-image-classification relu-activation elu-activation xavier-initializer kaiminghe

info6105-cnn-assignment's Introduction

INFO6105-Deep-Learning-CNN-Assignment

My Topic - Multi class image classification using CNN (Dataset - Kaggle's Intel image classification dataset)

Deep Learning with CNNs Can be done singly or in a group of up to two.

Submission: Put the data and Jupyter notebook files in a folder. Make sure all links to data are relative to the folder so the notebooks can be run.

Classify images with CNNs

PART A - DEEP LEARNING MODEL (40 POINTS)

Find an image dataset. It cannot be MNIST or CFFAR but can be TMNIST. For TMNIST-Alphabet (94 characters and over 281,000 images) see https://www.kaggle.com/nikbearbrown/tmnist-alphabet-94-characters (Links to an external site.)

Can be done with PyTorch, TensorFlow, and/or Keras

Any dataset other than TMNIST must be pre-approved.

PART B - ACTIVATION FUNCTION (10 POINTS)

On your Deep Learning model data Change the activation function. How does it affect accuracy? How does it affect how quickly the network plateaus?

Various activation functions:

  • Rectified linear unit (ReLU)

  • TanH

  • Leaky rectified linear unit (Leaky ReLU)

  • Parameteric rectified linear unit (PReLU)

  • Randomized leaky rectified linear unit (RReLU)

  • Exponential linear unit (ELU)

  • Scaled exponential linear unit (SELU)

  • S-shaped rectified linear activation unit (SReLU)

  • Adaptive piecewise linear (APL)

PART C - COST FUNCTION (10 POINTS) On your Deep Learning model.

Change the cost function. How does it affect accuracy? How does it affect how quickly the network plateaus?

Various forms of cost:

  • Quadratic cost (mean-square error)

  • Cross-Entropy

  • Hinge

  • Kullback–Leibler divergence

  • Cosine Proximity

  • User-defined

And many more, see https://keras.io/losses/

PART D - EPOCHS (10 POINTS)

On your Deep Learning model data

  • Change the number of epochs initialization. How does it affect accuracy?

  • How quickly does the network plateau?

PART E - GRADIENT ESTIMATION (10 POINTS)

On your Deep Learning model

Change the gradient estimation. How does it affect accuracy? How does it affect how quickly the network plateaus?

Various forms of gradient estimation:

  • Stochastic Gradient Descent

  • Adagrad

  • RMSProp

  • ADAMN

  • AGAdadelta

  • Momentum

PART F - NETWORK ARCHITECTURE (10 POINTS)

On your Deep Learning model change the network architecture. How does it affect accuracy? How does it affect how quickly the network plateaus?

Various forms of network architecture:

  • Number of layers

  • Size of each layer

  • Connection type

PART G - NETWORK INITIALIZATION (10 POINTS)

On your Deep Learning model

Change the network initialization. How does it affect accuracy? How does it affect how quickly the network plateaus?

Various forms of network initialization:

Resources

YouTube

Neural Network Programming - Deep Learning with PyTorch https://youtube.com/playlist?list=PLZbbT5o_s2xrfNyHZsM6ufI0iZENK9xgG (Links to an external site.)

PyTorch & TensorBoard

https://www.youtube.com/watch?v=pSexXMdruFM

(Links to an external site.)

Hyperparameter Tuning And Experimenting - Training Deep Neural Networks

https://deeplizard.com/learn/video/ycxulUVoNbk (Links to an external site.)

Hyperparameter Tuning and Experimenting PyTorch & TensorBoard

https://www.youtube.com/watch?v=ycxulUVoNbk

info6105-cnn-assignment's People

Contributors

kshitijzutshi avatar

Stargazers

 avatar  avatar

Watchers

 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.