https://github.com/danielsarmiento04/cifar-10

This repo contain the code to train a simple object classier using #tensorlfow

https://github.com/danielsarmiento04/cifar-10

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

cifar10 keras tensorflow
Last synced: 10 months ago · JSON representation

Repository

This repo contain the code to train a simple object classier using #tensorlfow

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
cifar10 keras tensorflow
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Cifar 10 Neural Network

Overview

This repository contains all the necessary code, documentation, and resources to help you understand, implement, and train the neural network model effectively.

Table of Contents

Introduction

The CIFAR-10 dataset is a well-known benchmark in the field of computer vision, consisting of 60,000 32x32 color images in 10 different classes, with 6,000 images per class. In this repository, we present a state-of-the-art neural network architecture designed to achieve high accuracy on this challenging dataset. Our architecture leverages the power of deep learning to achieve outstanding results, and we provide all the necessary tools for you to understand, implement, and extend this model.

Training

We use Google Colab to train this neural network, in this case we use the Nvidia Tesla T4 as GPU

Google Colab

Architecture

Results

Note: The pre trainer model (use separate) tested are the follow - NASNetMobile - MobileNetV2 - MobileNetV3Large - VGG19 - VGG16 - DenseNet201 - ResNet101 The results show an improvement in precision and loss on VGG19, VGG16 , DenseNet201, MobileNetV2

Test yourself

python test.py --model cifar10.h5 --image ./docs/test.jpg

docker run -d --name cifar_10 -p8000:80 danielsarmiento04/cifar10:4

License

This repository is licensed under the Apache 2.0 License.

Reference

A. Bäuerle, C. van Onzenoodt and T. Ropinski, "Net2Vis – A Visual Grammar for Automatically Generating Publication-Tailored CNN Architecture Visualizations," in IEEE Transactions on Visualization and Computer Graphics, vol. 27, no. 6, pp. 2980-2991, 1 June 2021, doi: 10.1109/TVCG.2021.3057483.

Krizhevsky, A. (2009). Learning multiple layers of features from tiny images.

Skapura, D. M. (1996). Building neural networks. Addison-Wesley Professional.

TensorFlow Developers. (2023). TensorFlow (v2.15.0). Zenodo. https://doi.org/10.5281/zenodo.10126399

Platzi. (n.d.). Curso Profesional de Redes neuronales con tensorflow. http://platzi.com/cursos/redes-neuronales-tensorflow/. https://platzi.com/cursos/redes-neuronales-tensorflow/

Owner

  • Name: José Daniel Sarmiento
  • Login: DanielSarmiento04
  • Kind: user
  • Location: Santander, Colombia
  • Company: Axede S.A

Programmer, mechanical engineer and entrepreneur, my goal is to improve the quality of life of people, technology is the tool I use.

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • python 3.10 build
.github/workflows/docker-image.yml actions
  • actions/checkout v3 composite
.github/workflows/docker-publish.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action 0565240e2d4ab88bba5387d719585280857ece09 composite
  • docker/login-action 343f7c4344506bcbf9b4de18042ae17996df046d composite
  • docker/metadata-action 96383f45573cb7f253c731d3b3ab81c87ef81934 composite
  • docker/setup-buildx-action f95db51fddba0c2d1ec667646a06c2ce06100226 composite
  • sigstore/cosign-installer 6e04d228eb30da1757ee4e1dd75a0ec73a653e06 composite
requirements.txt pypi
  • colorama *
  • fastapi *
  • ipykernel *
  • matplotlib *
  • opencv-python *
  • python-multipart *
  • tensorflow *
  • uvicorn *
requirements_macos.txt pypi
  • colorama *
  • fastapi *
  • ipykernel *
  • matplotlib *
  • opencv-python *
  • python-multipart *
  • tensorflow *
  • tensorflow-metal *
  • uvicorn *