Coder Social home page Coder Social logo

dlcv05's Introduction

DLCV-05

Our team was composed by:

Albert Jiménez, Marc Górriz, Adrià Romero, Michelle Compri, Denjj Osele

Project

[Project Slides] (https://github.com/telecombcn-dl/dlcv05/blob/master/Project%20Presentation.pdf)

[Presentation] (https://docs.google.com/presentation/d/1mflcMsA4rgJHat2hwqVu6zJjPiipFmea3BJUwwSxVtI/edit#slide=id.g14a9129f29_0_0)

Task 1: Architecture

Build your own network to solve a classification task.

Script mnist_cnn.py:

  • Options added at the beginning of the script
  • We can save and load trained models
  • We have the value of the loss & accuracy at each epoch
  • Save total time computed

Script cifar10_cnn.py:

  • Options added at the beginning of the script
  • We can save and load trained models
  • We have the value of the loss & accuracy at each epoch
  • Save total time computed

Script mnist_cnn_3layers.py:

  • Custom architecture proposed

If you are saving the model be careful when setting the paths and the name not to overwrite!

Task 2: Training

Objectives:

Study the impact in performance of:

  • Data augmentation.
  • Sizes of the training batches.
  • Batch normalization

Overfitting:

  • Force an overfitting problem.
  • Investigate if regularization (eg. drop out) reduces/solves it.

Task 3: Visualization

Objective: Visualize filter responses

  • There is the code to visualize the value of the weight as well as the output of every filter in our custom architecture on mnist database.

Task 4: Transfer Learning

(Experimental code ... not working properly when fine tuning)

Train a network over CIFAR-10 and fine-tune over Terrassa Buildings 900.

Off the Shelf VGG-16

  • Freeze weight in all layers but the last one, and replace it with a softmax to solve Terrassa Buildings 900.

Task 5: Open Project

Adquire knwoledge and insights about what is happening inside the deepdream network.

  • Deepdream modify the images it is given as an input enhancing some features depending on the layer we choose to boost.
  • Lower layers focus on simpler features (edges, orientation, shapes)
  • Higher layers focus on concrete objects that have been seen during training

dlcv05's People

Contributors

amaiasalvador avatar jsalbert avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  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.