Giter Club home page Giter Club logo

deep-learning-end-to-end's Introduction

Deep Learning end to end

Introduction

Well, it's a long story but to cut it short I want to have a .NET production-grade application (let's say MVP) that is mainly based on deep learning. Many tutorials on the internet are already there but they are either about the training step only or written in Python with little consideration on how to plug the cool toy into a commerical working application. Rest assured we will not be doing MNIST again but something a tiny bit more advanced. Guess what, dogs vs cats. To add some context here, we had recently got requirements for client projects that should be best implemented with the help of deep learning techniques. Sometimes you can use a ready made API like Microsoft Cognitive Services, sometimes you need to roll out your own custom solution and operationalise it.

Another goal of this tutorial is to start with barely nothing and then progress gradually into the final working model (deep learning network) that can be consumed from a .NET application.

Pre-requisites

You will need to have an Azure account as we will need Azure GPU based VM, Kubernetes cluster, Azure SQL database and Azure App Service.

You should be familiar with Microsoft .NET & C# but hopefully the steps will be very easy to follow from any development background as .NET/C# are not the core topics here.

We will need Visual Studio and you can use the free Community Edition. It will be needed to publish the final web application to Azure or maybe test it locally if you do not want to publish it.

A DockerHub account is needed as well because we will deploy a new image to DockerHub.

Overview

The main steps of this tutorial are:

  1. Setup Azure VM using Data Science template and a GPU enabled HW
  2. Progressively run Jupyter notebooks to come up with a trained model
  3. Create a docker image to serve trained model using TensorFlow Serving
  4. Create a Kubernetes cluster to host TensorFlow Serving
  5. Consume trained model from a .NET application using gRPC protocol

So let's dig deep with first step.

Setup Azure VM using Data Science template and a GPU enabled HW

Deep Learning

deep-learning-end-to-end's People

Contributors

ylashin avatar

Watchers

James Cloos 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.