Giter VIP home page Giter VIP logo

cnn-tuning's Introduction

TestQL - SQL unit testing made easy

ML Fine-tuning with AWS


๐Ÿ’ก Using Docker and AWS to fine tune a CNN (Convolutional Neural Network)

Table of Contents

See intro video: https://youtu.be/U_hJ28J_Rl4

About

  • The tensorlow model is initially trained using NIST data. The data is a set of handwritted numbers, which are presented to the NN as 28x28px single-channel images. Once the model has finished training on the initial data, it can be fine-tuned by feeding it batches of new data.
  • The client application focuses on being able to easily deliver images to s3, with correct labelling. A number will be displayed on the screen, and the user has to write it in their handwriting. It is then saved as an image of appropriate format, and uploaded to s3.
  • Once S3 contains enough images for a batch, a lambda launches the NN trainer in an EB environment. The trainer assesses whether the model has performed better, given the new data - if it has, the model is sent to another s3 bucket for delivery.
  • A cloudformation template has been provided, for simple deployment to AWS services.
  • The actual application uses Docker Compose, to decouple the NN trainer by business concern. This allows seperate teams to mantain different parts of the system. It also means the application is very easy to deploy.
  • To run locally, just use 'docker compose up'

cnn-tuning's People

Contributors

thugpigeon653 avatar

Watchers

Kostas Georgiou 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.