Giter VIP home page Giter VIP logo

m3-team5's Introduction

Machine learning for image classification

Master in Computer Vision (UAB) - M3 Machine Learning

Implementation of machine learning and deep learning techniques for image classification.

The code of the different methods is organised in directories.

  • Session 1: SVM classifier: A chosen descriptor (SIFT) computes the features of the images that are classified by a SVM.
  • Session 2: Bag Of Visual Words
  • Session 3: Fisher Vectors
  • Session 4: CNN features + SVM: Two approaches considered:
  • Using the already trained VGG model, the features of the last fully connected layer are provided to the SVM classifier.
  • Use the Bag Of Visual Words approach taking as input the features from an inner layer of the VGG model.
  • Session 5: Fine-tune CNN:
  • Change the last fully connected layer of the already trained VGG model to match the number of classes of our dataset.
  • Take the output of the previous convolutional layer of the VGG model and add fully connected layers, getting a more compact network.
  • Session 6: CNN from scratch: Train a proposed CNN model from scratch.

Contributors

m3-team5's People

Contributors

idoiaruiz avatar lidiatalavera avatar roquerouteiral avatar

Watchers

 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.