GithubHelp home page GithubHelp logo

xysteve00 / cifar10_classification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robert-browning/cifar10_classification

0.0 0.0 0.0 22 KB

CIFAR10 with "Custom" Loss and PyTorch Dataset Classes

Python 100.00%

cifar10_classification's Introduction

The goal of this work is to provide examples of how to:

  1. Use the PyTorch Dataset class in PyTorch for CIFAR10, instead of simply importing it in one line. Hopefully this will help someone bridge the gap towards implementing more complex datasets.

  2. Create a custom loss class which can be extended for more advanced loss functions which are not included in the standard PyTorch arsenal.

Additionally, we have included a hard-coded VGG16 for anyone that is just beginning and needs that level of readability.

At the bottom the Data.py, you will find code which allows you to visualize the images of CIFAR10. This is the only place we have used OpenCV, so if you do not wish to visualize any images, you do not need to "import cv2".

With the parameters set as is, using a VGG16, the model acheieves 92.96% test accuracy.

The project dependencies can be found in requirements.txt .

cifar10_classification's People

Contributors

robert-browning avatar dependabot[bot] 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.