Amazon Machine Learning

Slides:



Advertisements
Similar presentations
Low Cost, Scalable Proteomics Data Analysis Using Amazon's Cloud Computing Services and Open Source Search Algorithms Brian D. Halligan, Ph.D. Medical.
Advertisements

CIS 197 Computers in Society Professor John Peterson Philosophy Week!
“Clouds: a construction zone” (and Why PaaS is the future…) Matt Thompson General Manager, Developer & Platform Evangelism Microsoft.
Introduction to Machine Learning MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way Based in part on notes from Gavin Brown, University of Manchester.
Creating the street of the future. In this project you get to create your own futuristic house using a tool called Google Sketchup. Afterwards you will.
Machine Learning. Definition Machine learning is a subfield of computer science that evolved from the study of pattern recognition and computational.
Azure Machine Learning Introduction to Azure ML. Setting Expectations This presentation is for you if…  you hear the buzzword “Machine Learning” and.
Alteryx User Group May 25 th Agenda Introductions What is Alteryx? Community and learning Learning resources Alteryx community Online user groups.
Azure ML in SSIS An introduction to Azure Machine Learning Through the eyes of an SSIS developer David Söderlund – SolidQ Nordic
AZURE MACHINE LEARNING Bringing New Value To Old Data SQL Saturday #
Cloud Analytics Platforms Christian Frey. About AIDA Our mission is to advance knowledge in data analytics through research, education and outreach Our.
BigML “Warren Buffett is one of the best learning machines on this earth. The turtles which outrun the hares are learning machines. If you stop learning.
Introducing Precictive Analytics
Bhakthi Liyanage SQL Saturday Atlanta 15 July 2017
Predictive Analytics with BiG data
Automated Communication
Using Games to Effect Organizational Change
Katie Goldstein Christopher Bilz Brian Northern Michael Yang
Azure Machine Learning
HTTP and Abstraction on the Internet
Customer Guide to Limited-Time Offer
An Intro to AWS Machine Learning
Data Representation N4/N5.
Machine Learning overview Chapter 18, 21
Machine Learning overview Chapter 18, 21
Amazon Storage- S3 and Glacier
Sport Specfic Assigment: Performa Sports
Intro to Machine Learning
An Introduction to Functional Setup Manager
Deep Learning for Images
SAP Business One FAQ’s SoftCore Solutions
Hybrid Data and Analytics via a SQL Server 2017 & Azure Drone
Azure ML and Cognitive Services
Android APP Training in Hyderabad. About Us Best Android app Training in Hyderabad. KMRsoft offers Android app Development classroom, online, corporate.
Machine Learning for the Quantified Self
Azure Machine Learning & ML Studio
Add intelligence to Dynamics AX with Cortana Intelligence suite
Data Science Future of J 1.
Python Classes in Pune |
How to Learn Your Client
NForm 2.0 Training.
OpenWorld 2018 Audio Recognition Using Oracle Data Science Platform
Cloud Analytics Platforms
Machine Learning Week 1.
Case Study Modernizing an Operational Data Architecture
Phil Tayco Slide version 1.0 Created Oct 2, 2017
IoT and AI Lalit Bhatt Nuro Technologies
Principal Product Manager Oracle Data Science Platform
Shasta County Curriculum Leads November 14, 2014 Mary Tribbey Senior Assessment Fellow Interim Assessments Welcome and thank you for your interest.
Mathew Choi, David Lin, Miranda Wang, & Timothy Yuen
Hybrid / Federated Tuesday, January 15, 2019.
Machine learning Stefano Grazioli.
Go afternoon everyone, or good morning or evening for our international partners where ever you may be. thanks for joining me today to go over Vendasta’s.
State Design Pattern Brandon Jacobsen.
SEO and the Benefits of Correct Listings
THE REAL WORLD APPLICATIONS OF PYTHON. INTRODUCTION Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum.
Cloud Computing: Concepts
Decision Making Process
Overview of deep learning
IST346: Web Services and API’s
Machine Learning Algorithms – An Overview
Data(trans)forming Roberto Barcellan European Commission NTTS2019
IST346: Virtualization and Containerization
Ethical Dilemmas By: YOUR NAME Scenario #1 Scenario #2 Scenario #3
Machine Learning with Databricks
CS+Social Good.
Machine Learning overview Chapter 18, 21
REST Easy - Instant APIs for Your Database
Protect data in core business applications
Comparison of commercial cloud implementations
Presentation transcript:

Amazon Machine Learning Brody Dumas, Daniel Adams, Joe Bernardi, Matt Siegel

Agenda What is Machine Learning? Product Overview Key Features Pricing Use Cases Pros and Cons Demo Questions Good Morning everyone, my name is Brody Dumas…… We’re going to talk about Amazon Machine Learning today. So today we’re going to start off by understanding what exactly machine learning is. We’re then going to go into depth about Amazon’s version of Machine Learning. After that, Daniel will highlight the key features of Amazon’s service. Then Joe will go over pricing and show everyone an example of their pricing model. He’ll also cover some real business use cases in which the machine learning service is used by companies. Finally, Matt will discuss the pros and cons and will show everyone a quick demo of the service. We’ll wrap up with a few minutes for questions.

What is Machine Learning? "Field of study that gives computers the ability to learn without being explicitly programmed" - Arthur Samuel, 1959 Explores the construction of algorithms that can learn from and make predictions on data These algorithms build models from example inputs to make better informed, data-driven predictions and decisions So what is machine learning? Well, Arthur Samuel, a pioneer in the artificial intelligence field had this to say about machine learning. He said, “”. And although we’ve come a long way from Samuel’s self-learning checkers game, the basis of machine learning still rings true in his statement. Now, ML explores the …… And these algorithms then build……. Source: https://aws.amazon.com/machine-learning/details/ https://en.wikipedia.org/wiki/Machine_learning world's first self-learning program

Product Overview Cloud-based Amazon Web Service (AWS) Enables easy modeling with Machine Learning technology Provides Application Program Interfaces (APIs) for developers to make their programs smarter Released publicly in 2015, but has been used in-house by Amazon’s data scientist previously So how does Amazon implement their own machine learning service? Well, like many of Amazon’s web services, ML is a cloud-based system. Their service enable easy-to-use modeling for simple business uses while also providing APIs for developers to make their programs smarter. And although it was only released publicly in 2015, Amazon has been using this service internally for years. So now Daniel is going to go more in depth with what Amazon’s ML Key Features are.

Key Features

Pricing Data Analysis and Model Building Fees: $0.42 per hour Prediction Fees: Batch Predictions: $0.10 per 1,000 predictions, rounded up to the next 1,000 Real-Time Predictions: $0.0001 per prediction, rounded up to the nearest penny Other Pricing Details: Data stored separately in other AWS services are billed separately Source: https://aws.amazon.com/machine-learning/pricing/

Pricing Example (Batch) Compute Fees The compute price is $0.42 per hour. Total compute fees = Compute time (hrs) * $0.42 Total compute fees = 20 hrs * $0.42/hr = $8.40 Monthly Prediction Fees The monthly price for batch predictions is $0.10 per 1000 predictions Total prediction fees = ($0.10/1000) * 900,000 = $90.00 Total Monthly Fees Compute Fees + Prediction Fees = $8.40 + $90.00 = $98.40 Source: https://aws.amazon.com/machine-learning/pricing/

Use Cases Fraud Protection Churn Rate Prediction Sentiment Analysis Business Improvement Content Personalization

Pros and Cons Pros: Faster Predictions than Google Prediction Most accurate compared to direct competitors Real-time and Batch Predictions Everything done on Amazon Cloud Cons: Models can’t be exported or imported -- all work tied to Amazon Limited dataset size Restrictive algorithms Compared to Google Prediction, PredicSis, and BigML: Slowest in training 3rd slowest in predictions

Questions?