Code Monkey home page Code Monkey logo

cifar100's Introduction

cifar100

Work developed in Python using Jupyter Notebooks for the Neural Networks course at ITBA. The work consisted on a Kaggle challenge to classify images from the CIFAR-100 dataset.

The link to the Kaggle competition is https://www.kaggle.com/c/rn2021q1itba-cifar100.

For the competition, we tried several architectures, topologies or networks until we finally won using transfer learning and EfficientNetB3. The winner jupyter notebook is named test-09

Analysis

In the analysis/ folder, there is a jupyter notebook were we analyzed the dataset to have a better understanding of the problem.

Tests

In the tests/ folder, there are other folders with jupyter notebooks for each attempt we did in order to reach a winner neural network.

  • test-00: Base neural network with minor improvements
  • test-01: TL with ResNet50 val_acc = 0.77
  • test-02: TL with VGG16 not good results at first, we dropped this path
  • test-03: Data augmentation (testing different libraries with the model created in test-00 and test-02)
  • test-04: TL with EfficientNetB0 val_acc = 0.84
  • test-05: Custom model with data augmentation val_acc = 0.63
  • test-07: TL with EfficientNetB2 val_acc = 0.85
  • test-09: TL with EfficientNetB3 val_acc = 0.87

cifar100's People

Contributors

kammann123 avatar jgtn avatar

Stargazers

hilal başibüyük avatar Franco Scucchiero avatar

Watchers

James Cloos avatar  avatar hilal başibüyük avatar

cifar100's Issues

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.