Code Monkey home page Code Monkey logo

cloudservices's Introduction

Cloud Services

Main goal is to give students a sense of why they might need cloud services and, when they do, what their options are.

Learning Goals

Learning goals listed at the top:

  • Explain the general concept of "the cloud";
  • Understand the cases where hardware acceleration is useful;
  • Understand the cases where cloud storage and the Boto3 library in particular are useful;
  • Explain the purpose of deploying a machine learning model, particularly with the Flask library.

Summary at the end of the main lecture content:

  • Cloud services are useful for computationally intensive or long-running tasks
  • The major providers of cloud services are Amazon Web Services (AWS), Microsoft Azure, and Google Cloud
  • As a data scientist, you will generally use cloud services to get more computing power and/or to deploy machine learning models
  • If you want to get more computing power, consider:
    • Cloud instances/containers with GPUs, particularly EC2
    • Cloud notebooks, particularly Google Colab
    • Cloud storage, particularly S3 bucket storage with Boto3
  • If you want to deploy a machine learning model, first pickle the model, then consider:
    • Deploying a model as an API, using either a cloud function or a minimal Flask app
    • Deploying a model as a full-stack web app, either using Flask or Dash

Lecture Materials

Jupyter Notebook: Cloud Services

cloudservices's People

Contributors

dodgy719 avatar

Watchers

 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.