Embracing Technical Computing Trends with MATLAB Accelerating the Pace of Engineering and Science

Size: px
Start display at page:

Download "Embracing Technical Computing Trends with MATLAB Accelerating the Pace of Engineering and Science"

Transcription

1 Embracing Technical Computing Trends with MATLAB Accelerating the Pace of Engineering and Science Graz, 14. Oktober 2016 Michael Glaßer Dipl.-Ing. Senior Application Engineer 2016 The MathWorks, Inc. 1

2 Elements of a Great Technical Computing Environment Obvious components: Data analysis environment Programming environment Less obvious: Interactive + programmatic Code analysis environment Hardware connectivity Automation of workflows Scalability and Deployment Collaboration 2

3 MATLAB A Platform for Technical Computing Access Files Data Explore & Create Data Analysis Surface fitting Share Reports and Report Documentation Software Equations Hardware Equations Mathematical Modeling Algorithm Development Derivation & solving x E = V R Application Development Optimization y Application Applications Report Outputs for Design Application F = ma 3

4 MATLAB A Platform for Technical Computing Access Image Processing and Computer Vision Explore & Discover Computational Finance Share Files Data Analysis & Modeling Reporting and Documentation Data Analysis Software Algorithm Development Algorithm Development Mathematical Modeling Outputs for Design Code & Applications Hardware Digital Signal Processing Application Development Communications Deployment Control Systems Automate 4

5 Focusing on Three Types of Modeling Parametric Modeling Uses a known model that maps independent variables to dependent with a set of constant unknowns Black-box Modeling Uses an automatically created model that learns to map the independent variables to the dependent variable First Principle Modeling Uses a model derived directly from the laws of physics without making assumptions such as empirical or fitted parameters 5

6 Live Editor Accelerate exploratory programming and analysis Create interactive narratives Use live scripts to teach 6

7 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics and Machine Learning 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 7

8 What are Your Challenges? or trends you re interested? referring to today s theme: Trends in algebraic and numeric computing systems 8

9 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics and Machine Learning 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 9

10 What is the Cloud? Compute is not local Using applications that are not installed on your computer or mobile device Using external compute resources to power applications installed on your devices Storage is not local Storing data outside your computer or mobile device Source: 10

11 MATLAB Online 11

12 MATLAB Mobile Support for iphone, ipad & Android 12

13 13

14 Faculty Creates Course 14

15 Faculty Defines Assignments & Problems 15

16 Students Invited into Course 16

17 Students Do Coursework 17

18 Learning Analytics After the solution I come up with ends up in the middle of the graph I feel disappointed. But then I learn there's a command that does something I didn't know about and I feel better about myself because I learned a new command! Rodolfo on Cody 18

19 Cody Coursework Catalog Instructor access only Copy pre-built problems and courses Organize and edit 20

20 Cloud Computing From Your Desktop MATLAB Distributed Computing Server on Amazon EC2 23

21 ThingSpeak Collect data from internet-connected sensors and run MATLAB analytics on the cloud using functions from: Statistics and Machine Learning Toolbox Signal Processing Toolbox Curve Fitting Toolbox Mapping Toolbox 24

22 Example: Deploying MATLAB Applications to the Cloud 25

23 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics and Machine Learning 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 26

24 Data-Driven Decisions and Data-Driven Design Rapid growth of measurement devices, data, and compute power Corresponding growth of analysis Lots of data (and many variables) Lots of compute power required Systems are often too complex to know the governing equation (e.g., black-box modeling) An opportunity for better decisions and design Critical need for rapid decision making and rapid design iteration remains 27

25 Data Analytics in the Industry (Auto, Aero, Machinery, Medical Devices, etc.) Data Analytics DATA Engineering, Scientific, and Field Business and Transactional Embedded Systems Developed with Model-Based Design Enterprise IT Systems 28

26 Why MATLAB? MATLAB Analytics work with business and engineering data 1 DATA Engineering, Scientific, and Field Business and Transactional Data Analytics MATLAB lets engineers do Data Science themselves 2 MATLAB Analytics run anywhere 3 Embedded Systems Developed with Model-Based Design Enterprise IT Systems 29

27 Machine Learning 30

28 Machine Learning is Everywhere Image Recognition Speech Recognition Stock Prediction Medical Diagnosis Data Analytics Robotics and more [TBD] 31

29 Machine Learning Machine learning uses data and produces a program to perform a task Task: Human Activity Detection Standard Approach Machine Learning Approach Computer Program Machine Learning Hand Written Program If X_acc > 0.5 then SITTING If Y_acc < 4 and Z_acc > 5 then STANDING Formula or Equation Y activity = β 1 X acc + β 2 Y acc + β 3 Z acc + model: Inputs Outputs model = < Machine Learning >(sensor_data, activity) Algorithm 32

30 essentially, all models are wrong, but some are useful George Box 33

31 Different Types of Learning Type of Learning Categories of Algorithms Supervised Learning Classification Output is a choice between classes (True, False) (Red, Blue, Green) Machine Learning Develop predictive model based on both input and output data Regression Output is a real number (temperature, stock prices) Unsupervised Learning Clustering No output - find natural groups and patterns from input data only Discover an internal representation from input data only 34

32 Different Types of Learning Type of Learning Categories of Algorithms Supervised Learning Classification Support Vector Machines Discriminant Analysis Naive Bayes Nearest Neighbor Machine Learning Develop predictive model based on both input and output data Regression Linear Regression GLM SVR, GPR Ensemble Methods Decision Trees Neural Networks Unsupervised Learning Clustering kmeans, kmedoids Fuzzy C-Means Hierarchical Gaussian Mixture Discover an internal representation from input data only Neural Networks Hidden Markov Model 35

33 Machine Learning Workflow Train: Iterate till you find the best model LOAD DATA PREPROCESS DATA SUPERVISED LEARNING MODEL FILTERS PCA CLASSIFICATION SUMMARY STATISTICS CLUSTER ANALYSIS REGRESSION Predict: Integrate trained models into applications NEW DATA PREDICTION 36

34 Example: Classification Machine Learning Type of Learning Supervised Learning Develop predictive model based on both input and output data Categories of Algorithms Classification Regression Objective: Train a classifier to classify human activity from sensor data Data: Inputs 3-axial Accelerometer 3-axial Gyroscope Outputs Unsupervised Learning Clustering Approach: Import data Discover an internal representation from input data only Interactively train and compare classifiers Test results on new sensor data 37

35 Machine Learning Workflow for Example Train: Iterate till you find the best model LOAD DATA PREPROCESS DATA SUPERVISED LEARNING MODEL FILTERS SUMMARY STATISTICS PCA CLUSTER ANALYSIS CLASSIFICATION Classification Learner REGRESSION Predict: Integrate trained models into applications TEST DATA PREPROCESS DATA MODEL PREDICTION FILTERS PCA SUMMARY STATISTICS CLUSTER ANALYSIS 38

36 Classification Learner App to apply advanced classification methods to your data Added to Statistics and Machine Learning Toolbox in R2015a Adding in R2015b: Discriminant analysis Dimension reduction via PCA Parallel coordinates plot Categorical predictors Also: Table and categorical support via command line 40

37 Example: Regression Type of Learning Categories of Algorithms Objective: Supervised Learning Classification Easy and accurate computation of day-ahead system load forecast Machine Learning Develop predictive model based on both input and output data Regression Unsupervised Learning Clustering Discover an internal representation from input data only 41

38 Example: Clustering Machine Learning Type of Learning Supervised Learning Develop predictive model based on both input and output data Categories of Algorithms Classification Regression Objective: Given data for engine speed and vehicle speed, identify clusters Unsupervised Learning Clustering Discover an internal representation from input data only 42

39 What is Deep Learning? Deep learning performs end-end learning by learning features, representations and tasks directly from images, text and sound Traditional Machine Learning Manual Feature Extraction Classification Machine Learning Car Truck Bicycle Deep Learning approach Convolutional Neural Network (CNN) Learned features 95% End-to-end learning 3% Feature learning + Classification 2% Car Truck Bicycle 44

40 Demo : Live Object Recognition with Webcam 45

41 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 46

42 Making New Technologies Accessible From x = A\b to Apps New technologies, techniques, and data sources are becoming available at a rapid rate e.g. GPUs, big data, cloud computing, mobile computing, apps You d like to take advantage of these, but They re complex They require new algorithms Do you have the time/background to invest heavily in all of them? We make it accessible Learn and apply (immediately) 47

43 High Performance Computing Multicore and Multiprocessor Support Threaded libraries for multicore math operations, since R2007b. Support for additional functions in each release 48

44 Parallel Computing Paradigm Multicore Desktops Multicore Desktop MATLAB Desktop (client) Core 1 Core 2 Worker Worker Core 5 Worker Core 6 Worker MATLAB multicore 49

45 Parallel Computing Paradigm Cluster Hardware Cluster of computers Core 1 Core 2 Core 1 Core 2 Worker Worker Worker Worker Core 5 Core 6 Core 5 Core 6 Worker Worker Worker Worker MATLAB Desktop (client) Core 1 Core 2 Core 1 Core 2 Worker Worker Worker Worker Core 5 Core 6 Core 5 Core 6 Worker Worker Worker Worker 50

46 High Performance Computing Multicore and Multiprocessor Support Regular MATLAB for loop for i = 1:10 end long_running_code parfor in Parallel Computing Toolbox parpool parfor i = 1:10 long_running_code end 51

47 Example: Parameter Sweep Parallel for-loops Deflection of customizable truss Initial dynamic load, damping Parameters investigated: Height of truss Cross sectional area of truss elements Mx ሷ + Cx ሶ + Kx = F Convert for to parfor Use pool of MATLAB workers Scale the same algorithm to run on a cluster 52

48 Benchmark: Parameter Sweep of ODEs Scaling case study with a compute cluster Workers in pool values Compute time (minutes) 144 values 16 values Processor: Intel Xeon E5-class v2 16 physical cores per node MATLAB R2014a 53

49 Parallel Computing Paradigm NVIDIA GPUs Using NVIDIA GPUs MATLAB Desktop (client) GPU cores Device Memory 54

50 Time (seconds) Run Same Code on CPU and GPU Solving 2D Wave Equation x faster 23x faster 20x faster Grid size CPU Intel(R) Xeon(R) W GHz 4 cores memory bandwidth 25.6 Gb/s GPU NVIDIA Tesla K20c 706MHz 2496 cores memory bandwith 208 Gb/s 55

51 High Performance Computing GPU Example Required Code Changes 56

52 Run Same Code on GPU or CPU: overloaded functions 57

53 Interactive Algorithms with MATLAB Apps 58

54 Finding More Apps 59

55 Add-On Explorer Add capabilities to MATLAB, including community-authored and MathWorks toolboxes, apps, functions, models, and hardware support Browse and install add-ons directly from MATLAB Access community-authored content from File Exchange 60

56 How can you make your algorithms more accessible? 61

57 App Designer Integrates the Primary Tasks of App Building Apps are interactive applications for performing common tasks App Designer makes app building more efficient by letting you quickly move between visual design and code development App Designer includes: Enhanced design environment Expanded UI component set Code integration 62

58 Authoring Apps 63

59 Authoring Apps Filter Design 64

60 Authoring Apps 65

61 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 66

62 Mainstreaming of Low Cost Hardware Arduino 1.000,000+ have been commercially produced $30 (UNO), $55 (Mega 2560), $55 (Due) Raspberry Pi 10,000,000th Pi shipped in 2016 $35 (Model B) LEGO Mindstorms EV3 3 rd generation from LEGO Mindstorms $350 (for base set) 67

63 Low Cost Hardware Tethered Approach 69

64 Low Cost Hardware Embedded Approach 70

65 Download Hardware Support Packages 71

66 72

67 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 73

68 Code Quality Writing better code Less error-prone Human readable code Performance tuning Robustness Validate, guard inputs/outputs Handle errors, exceptions 74

69 Improving Code Robustness in MATLAB Design Decisions Checking McCabe complexity Input and error handling oncleanup for clean exit Style guidelines 75

70 Input and Error Handling Check input arguments Validateattributes isscalar, isnumeric, varargin, nargin inputparser Handle exceptions try catch MException Warn or Error assert warning, error 76

71 Effectively Test Your Code in MATLAB MATLAB Unit Test Framework Script-based interface Function-based interface Object-oriented interface Report generation and publishing 77

72 Source Control Integration Manage your code from within the MATLAB Desktop Leverage modern source control capabilities GIT and Subversion integration in Current Folder browser Use Comparison Tool to view and merge changes between revisions 78

73 Collaborating using GitHub 79

74 Trends in Technical Computing 1. Mobile Cloud Computing 2. Rise of Data Analytics and Machine Learning 3. Advanced Algorithms for Everyone 4. Mainstreaming of Low Cost Hardware 5. Increasing Quality Demands 80

75 2016 The MathWorks, Inc. 81

Data Analytics with MATLAB Adam Filion Application Engineer MathWorks

Data Analytics with MATLAB Adam Filion Application Engineer MathWorks Data Analytics with Adam Filion Application Engineer MathWorks 2015 The MathWorks, Inc. 1 Case Study: Day-Ahead Load Forecasting Goal: Implement a tool for easy and accurate computation of dayahead system

More information

The Rise of Engineering-Driven Analytics

The Rise of Engineering-Driven Analytics The Rise of Engineering-Driven Analytics Roy Lurie, Ph.D. Vice President Engineering, MATLAB Products 2015 The MathWorks, Inc. 1 The Rise of Engineering-Driven Analytics 2 The Rise of Engineering-Driven

More information

Novedades de las últimas versiones de MATLAB y Simulink

Novedades de las últimas versiones de MATLAB y Simulink Novedades de las últimas versiones de MATLAB y Simulink R2016b R2017a Paz Tárrega David Pérez 2015 The MathWorks, Inc. 1 Application Breadth Workflow Depth Platform Productivity Products for the work you

More information

Introduction to Data Analytics with MATLAB

Introduction to Data Analytics with MATLAB Introduction to Data Analytics with MATLAB David Willingham 2016 The MathWorks, Inc. 1 WITH SOFTWARE (and smart people) ANYTHING IS POSSIBLE 2 Business and Transactional Data Repositories Databases (SQL)

More information

Big Data and Machine Learning for Predictive Maintenance

Big Data and Machine Learning for Predictive Maintenance Big Data and Machine Learning for Predictive Maintenance Paul Peeling 2015 The MathWorks, Inc. 1 Agenda The Predictive Maintenance Opportunity Exploring Big Data Machine Learning Approaches Deep Learning

More information

What s New in MATLAB and Simulink

What s New in MATLAB and Simulink What s New in MATLAB and Simulink François Guérin and Daniel Martins, MathWorks 2015 The MathWorks, Inc. 1 Application Breadth Workflow Depth Platform Productivity Products for the work you do 2 Machine

More information

Behind Today s Trends The Technologies Driving Change. Jim Tung MathWorks Fellow 9 July 2014

Behind Today s Trends The Technologies Driving Change. Jim Tung MathWorks Fellow 9 July 2014 Behind Today s Trends The Technologies Driving Change Jim Tung MathWorks Fellow 9 July 2014 Industry 4.0 Big Data Wearable Tech Cloud Computing Internet of Things MOOC Trends from 2009 Social Computing

More information

Brian Macdonald Big Data & Analytics Specialist - Oracle

Brian Macdonald Big Data & Analytics Specialist - Oracle Brian Macdonald Big Data & Analytics Specialist - Oracle Improving Predictive Model Development Time with R and Oracle Big Data Discovery brian.macdonald@oracle.com Copyright 2015, Oracle and/or its affiliates.

More information

Integrating MATLAB Analytics into Enterprise Applications

Integrating MATLAB Analytics into Enterprise Applications Integrating MATLAB Analytics into Enterprise Applications David Willingham 2015 The MathWorks, Inc. 1 Run this link. http://bit.ly/matlabapp 2 Key Takeaways 1. What is Enterprise Integration 2. What is

More information

SAS Machine Learning and other Analytics: Trends and Roadmap. Sascha Schubert Sberbank 8 Sep 2017

SAS Machine Learning and other Analytics: Trends and Roadmap. Sascha Schubert Sberbank 8 Sep 2017 SAS Machine Learning and other Analytics: Trends and Roadmap Sascha Schubert Sberbank 8 Sep 2017 How Big Analytics will Change Organizations Optimization and Innovation Optimizing existing processes Customer

More information

Scalability and High Performance with MicroStrategy 10

Scalability and High Performance with MicroStrategy 10 Scalability and High Performance with MicroStrategy 10 Enterprise Analytics and Mobility at Scale. Copyright Information All Contents Copyright 2017 MicroStrategy Incorporated. All Rights Reserved. Trademark

More information

SAP Predictive Analytics Suite

SAP Predictive Analytics Suite SAP Predictive Analytics Suite Tania Pérez Asensio Where is the Evolution of Business Analytics Heading? Organizations Are Maturing Their Approaches to Solving Business Problems Reactive Wait until a problem

More information

2016 INFORMS International The Analytics Tool Kit: A Case Study with JMP Pro

2016 INFORMS International The Analytics Tool Kit: A Case Study with JMP Pro 2016 INFORMS International The Analytics Tool Kit: A Case Study with JMP Pro Mia Stephens mia.stephens@jmp.com http://bit.ly/1uygw57 Copyright 2010 SAS Institute Inc. All rights reserved. Background TQM

More information

Data Analysis with MATLAB Dr. Frank Graeber MathWorks Germany

Data Analysis with MATLAB Dr. Frank Graeber MathWorks Germany Data Analysis with MATLAB Dr. Frank Graeber MathWorks Germany 2014 The MathWorks, Inc. 1 Technical Computing Workflow Access Files Data Explore & Create Data Analysis Surface fitting Share Reports and

More information

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT ANALYTICAL MODEL DEVELOPMENT AGENDA Enterprise Miner: Analytical Model Development The session looks at: - Supervised and Unsupervised Modelling - Classification

More information

Best Practices for Implementing SAP BusinessObjects Mobile in Your Organization

Best Practices for Implementing SAP BusinessObjects Mobile in Your Organization Best Practices for Implementing SAP BusinessObjects Mobile in Your Organization SESSION CODE: 1106 Viswanathan Ramakrishnan (Vishu) - Oct, 2011 2011 SAP AG. All rights reserved. 1 Agenda INTRODUCTION TO

More information

Tecnomatix Plant Simulation Worldwide User Conference 2015

Tecnomatix Plant Simulation Worldwide User Conference 2015 Digital Manufacturing and Innovation for the Future Tecnomatix Plant Simulation 12 Dr. Georg Piepenbrock, June 2015 Realize innovation. We make Real What Matters In the way we electrify, automate and digitalize

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

Achieve Better Insight and Prediction with Data Mining

Achieve Better Insight and Prediction with Data Mining Clementine 12.0 Specifications Achieve Better Insight and Prediction with Data Mining Data mining provides organizations with a clearer view of current conditions and deeper insight into future events.

More information

Deep Dive into High Performance Machine Learning Procedures. Tuba Islam, Analytics CoE, SAS UK

Deep Dive into High Performance Machine Learning Procedures. Tuba Islam, Analytics CoE, SAS UK Deep Dive into High Performance Machine Learning Procedures Tuba Islam, Analytics CoE, SAS UK WHAT IS MACHINE LEARNING? Wikipedia: Machine learning, a branch of artificial intelligence, concerns the construction

More information

Uncover the Power of a Big Data Platform Machine Learning at Work

Uncover the Power of a Big Data Platform Machine Learning at Work Uncover the Power of a Big Data Platform Machine Learning at Work Vivek RR / Balasubramanya Nagaraj, SAP July, 2017 Agenda SAP Leonardo Machine Learning Foundation SAP HANA External Machine Learning AFL

More information

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK Are you drowning in Big Data? Do you lack access to your data? Are you having a hard time managing Big Data processing requirements?

More information

DATA ANALYTICS WITH R, EXCEL & TABLEAU

DATA ANALYTICS WITH R, EXCEL & TABLEAU Learn. Do. Earn. DATA ANALYTICS WITH R, EXCEL & TABLEAU COURSE DETAILS centers@acadgild.com www.acadgild.com 90360 10796 Brief About this Course Data is the foundation for technology-driven digital age.

More information

Building the In-Demand Skills for Analytics and Data Science Course Outline

Building the In-Demand Skills for Analytics and Data Science Course Outline Day 1 Module 1 - Predictive Analytics Concepts What and Why of Predictive Analytics o Predictive Analytics Defined o Business Value of Predictive Analytics The Foundation for Predictive Analytics o Statistical

More information

WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE. Fabrizio Magugliani Siena, May 16 th, 2017

WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE. Fabrizio Magugliani Siena, May 16 th, 2017 WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE Fabrizio Magugliani fabrizio.magugliani@e4company.com Siena, May 16 th, 2017 E4 IN A NUTSHELL Since 2002, E4 Computer Engineering has been innovating

More information

ANSYS, Inc. March 12, ANSYS HPC Licensing Options - Release

ANSYS, Inc. March 12, ANSYS HPC Licensing Options - Release 1 2016 ANSYS, Inc. March 12, 2017 ANSYS HPC Licensing Options - Release 18.0 - 4 Main Products HPC (per-process) 10 instead of 8 in 1 st Pack at Release 18.0 and higher HPC Pack HPC product rewarding volume

More information

IBM SPSS Modeler Personal

IBM SPSS Modeler Personal IBM SPSS Modeler Personal Make better decisions with predictive intelligence from the desktop Highlights Helps you identify hidden patterns and trends in your data to predict and improve outcomes Enables

More information

Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY

Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY Deep learning today Vision Speech Text Other Search & information extraction Security/Video surveillance

More information

#23164 FASTEST GPU-BASED OLAP AND DATA MINING: BIG DATA ANALYTICS ON DGX. Speaker: Roman Raevsky, Co-Founder & CEO, Polymatica

#23164 FASTEST GPU-BASED OLAP AND DATA MINING: BIG DATA ANALYTICS ON DGX. Speaker: Roman Raevsky, Co-Founder & CEO, Polymatica #23164 FASTEST GPU-BASED OLAP AND DATA MINING: BIG DATA ANALYTICS ON DGX Speaker: Roman Raevsky, Co-Founder & CEO, Polymatica rar@polymatica.com ABOUT POLYMATICA OWN BI PLATFORM DEVELOPMENT SINCE 2010

More information

Is Machine Learning the future of the Business Intelligence?

Is Machine Learning the future of the Business Intelligence? Is Machine Learning the future of the Business Intelligence Fernando IAFRATE : Sr Manager of the BI domain Fernando.iafrate@disney.com Tel : 33 (0)1 64 74 59 81 Mobile : 33 (0)6 81 97 14 26 What is Business

More information

The Cloud Revolution:

The Cloud Revolution: GITA GIS for Oil & Gas Pipeline Conference The Cloud Revolution: Leveraging Cloud Computing for GIS Success October 26, 2011 Today s Speakers Jim Skurzynski, President & CEO, Digital Map Products Jim has

More information

A single platform. Your many investment ideas. Comprehensive Alpha Research and Portfolio Management Platform

A single platform. Your many investment ideas. Comprehensive Alpha Research and Portfolio Management Platform A single platform. Your many investment ideas. Comprehensive Alpha Research and Portfolio Management Platform ClariFI, our alpha research and portfolio management platform, provides powerful analytics

More information

The AI Car: Ramifications, Risks, & Opportunities

The AI Car: Ramifications, Risks, & Opportunities The AI Car: Ramifications, Risks, & Opportunities Heather Ashton Research Manager IDC Manufacturing Insights Jeff Hojlo Program Director IDC Manufacturing Insights Agenda Industry Trends, What s Driving

More information

EXPLORE ENROLL EXCEL 2017

EXPLORE ENROLL EXCEL 2017 EXPLORE ENROLL EXCEL 2017 EXPLORE EXCEL ENROLL WHY CHOOSE MATHWORKS FOR TRAINING? MathWorks courses are developed by a team of training engineers with exclusive product knowledge gained from working closely

More information

Your Data is Everywhere: Grow its Value with Cisco

Your Data is Everywhere: Grow its Value with Cisco Your Data is Everywhere: Grow its Value with Cisco Demetris Papaiacovou Chief Data Scientist, Marketing and Sales Strategy Cisco Systems #AnalyticsX C o p y r ig ht 201 6, SAS In sti tute In c. Al l r

More information

Agilent VEE Pro 9.3. Data Sheet

Agilent VEE Pro 9.3. Data Sheet Agilent VEE Pro 9.3 Data Sheet Agilent VEE 9.3 Features New sample programs for Agilent 33500 series function/arbitrary waveform generator, 34411A digital multimeter and DSO/MSO oscilloscopes. General

More information

Solution Components Sugar 6.5 Release

Solution Components Sugar 6.5 Release Solution Components 6.5 Release CRM, Inc. 10050 N. Wolfe Road SW2-130 Cupertino, CA 95014 USA T: +1.408.454.6900 F: +1.408.873.2872 CRM Solution Components This is a list of the most common components

More information

Connect. Challenge. Inspire.

Connect. Challenge. Inspire. HPC Universe Expansion Connect. Challenge. Inspire. 0 2017 FUJITSU 1975 SOLAR 16-65: 750ns for 16bits ADD instruction 64KBytes main memory 2.5MBytes disk storage 1 2017 FUJITSU 1979! ICL PERQ «smalltalk»

More information

ANSYS HPC High Performance Computing Leadership. Barbara Hutchings

ANSYS HPC High Performance Computing Leadership. Barbara Hutchings ANSYS HPC High Performance Computing Leadership Barbara Hutchings barbara.hutchings@ansys.com 1 Why HPC for ANSYS? Insight you can t get any other way HPC enables high-fidelity Solve the un-solvable Be

More information

WHITEPAPER. Art of Code-Free Blockchain Platform

WHITEPAPER. Art of Code-Free Blockchain Platform WHITEPAPER Art of Code-Free Blockchain Platform! Abstract A blockchain platform for experimentation can provide enterprises the much-needed capability to test and validate blockchain use cases rapidly.

More information

CHAPTER 2 PROBLEM STATEMENT

CHAPTER 2 PROBLEM STATEMENT CHAPTER 2 PROBLEM STATEMENT Software metrics based heuristics support software quality engineering through improved scheduling and project control. It can be a key step towards steering the software testing

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

DATA ROBOTICS 1 REPLY

DATA ROBOTICS 1 REPLY DATA ROBOTICS 1 REPLY DATA ROBOTICS WHAT DATA ROBOTICS MEANS 2 REPLY DATA ROBOTICS DEFINITION Data Robotics is defined as: set of technologies, techniques and applications necessary to design and implement

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Virtualization and Cloud Deployments of Oracle E-Business Suite Ivo Dujmović, Director, Applications Development 2 Copyright

More information

Compiere ERP Starter Kit. Prepared by Tenth Planet

Compiere ERP Starter Kit. Prepared by Tenth Planet Compiere ERP Starter Kit Prepared by Tenth Planet info@tenthplanet.in www.tenthplanet.in 1. Compiere ERP - an Overview...3 1. Core ERP Modules... 4 2. Available on Amazon Cloud... 4 3. Multi-server Support...

More information

Machine Learning 101

Machine Learning 101 Machine Learning 101 Mike Alperin September, 2016 Copyright 2000-2016 TIBCO Software Inc. Agenda What is Machine Learning? Decision Tree Models Customer Analytics Examples Manufacturing Examples Fraud

More information

Analytical Capability Security Compute Ease Data Scale Price Users Traditional Statistics vs. Machine Learning In-Memory vs. Shared Infrastructure CRAN vs. Parallelization Desktop vs. Remote Explicit vs.

More information

Leveraging the power of IoT with MATLAB. Amine El Helou PhD Application Engineer MathWorks 1

Leveraging the power of IoT with MATLAB. Amine El Helou PhD Application Engineer MathWorks 1 Leveraging the power of IoT with MATLAB Amine El Helou PhD Application Engineer MathWorks amine.elhelou@mathworks.fr 1 It s not an Internet of Things, It s an internet of People Neil Lawrence inverseprobability.com

More information

Accelerating Your Big Data Analytics. Jeff Healey, Director Product Marketing, HPE Vertica

Accelerating Your Big Data Analytics. Jeff Healey, Director Product Marketing, HPE Vertica Accelerating Your Big Data Analytics Jeff Healey, Director Product Marketing, HPE Vertica Recent Waves of Disruption IT Infrastructu re for Analytics Data Warehouse Modernization Big Data/ Hadoop Cloud

More information

Data Mining Applications with R

Data Mining Applications with R Data Mining Applications with R Yanchang Zhao Senior Data Miner, RDataMining.com, Australia Associate Professor, Yonghua Cen Nanjing University of Science and Technology, China AMSTERDAM BOSTON HEIDELBERG

More information

IBM SPSS & Apache Spark

IBM SPSS & Apache Spark IBM SPSS & Apache Spark Making Big Data analytics easier and more accessible ramiro.rego@es.ibm.com @foreswearer 1 2016 IBM Corporation Modeler y Spark. Integration Infrastructure overview Spark, Hadoop

More information

Selecting the Right SAP BusinessObjects BI Client Product Based on Your Business Requirements for SAP BW Customers

Selecting the Right SAP BusinessObjects BI Client Product Based on Your Business Requirements for SAP BW Customers Product Based on Your Business Requirements for SAP BW Customers Ingo Hilgefort Director Solution Management Disclaimer This presentation outlines our general product direction and should not be relied

More information

Black-Box Approach to Capacity Identification for Multi-Tier Applications Hosted on Virtualized Platforms

Black-Box Approach to Capacity Identification for Multi-Tier Applications Hosted on Virtualized Platforms Black-Box Approach to Capacity Identification for Multi-Tier Applications Hosted on Virtualized Platforms Waheed Iqbal, Matthew N. Dailey Computer Science and Information Management Asian Institute of

More information

Transform Application Performance Testing for a More Agile Enterprise

Transform Application Performance Testing for a More Agile Enterprise SAP Brief SAP Extensions SAP LoadRunner by Micro Focus Transform Application Performance Testing for a More Agile Enterprise SAP Brief Managing complex processes Technology innovation drives the global

More information

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction Paper SAS1774-2015 Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction ABSTRACT Xiangxiang Meng, Wayne Thompson, and Jennifer Ames, SAS Institute Inc. Predictions, including regressions

More information

BUILDING A PRIVATE CLOUD

BUILDING A PRIVATE CLOUD INNOVATION CORNER BUILDING A PRIVATE CLOUD How Platform Computing s Platform ISF* Can Help MARK BLACK, CLOUD ARCHITECT, PLATFORM COMPUTING JAY MUELHOEFER, VP OF CLOUD MARKETING, PLATFORM COMPUTING PARVIZ

More information

In-Memory Analytics: Get Faster, Better Insights from Big Data

In-Memory Analytics: Get Faster, Better Insights from Big Data Discussion Summary In-Memory Analytics: Get Faster, Better Insights from Big Data January 2015 Interview Featuring: Tapan Patel, SAS Institute, Inc. Introduction A successful analytics program should translate

More information

Agile Industrial Analytics

Agile Industrial Analytics Agile Industrial Analytics Successfully introduce analytics services in the machinery industry Dr. Christian Schlögel Chief Digital Officer KUKA AG Dr.-Ing. Babak Farrokhzad Senior Manager Data Analytics

More information

CORE ELEMENTS OF CONTINUOUS TESTING

CORE ELEMENTS OF CONTINUOUS TESTING WHITE PAPER CORE ELEMENTS OF CONTINUOUS TESTING Today s modern development disciplines -- whether Agile, Continuous Integration (CI) or Continuous Delivery (CD) -- have completely transformed how teams

More information

SOA, Web 2.0, and Web Services

SOA, Web 2.0, and Web Services SOA, Web 2.0, and Web Services Dr. Kanda Runapongsa Saikaew Department of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws Overview Technology Trends SOA Web 2.0 Web Services

More information

Lecture 1: What is Data Mining?

Lecture 1: What is Data Mining? Lecture 1: What is Data Mining? Alan Lee Department of Statistics STATS 784 Lecture 1 July 26, 2017 Page 1/34 Outline Housekeeping Introduction Data mining projects Statistical learning References Page

More information

A PRIMER TO MACHINE LEARNING FOR FRAUD MANAGEMENT

A PRIMER TO MACHINE LEARNING FOR FRAUD MANAGEMENT A PRIMER TO MACHINE LEARNING FOR FRAUD MANAGEMENT TABLE OF CONTENTS Growing Need for Real-Time Fraud Identification... 3 Machine Learning Today... 4 Big Data Makes Algorithms More Accurate... 5 Machine

More information

WHITEPAPER 1. Abstract 3. A Useful Proof of Work 3. Why TensorBit? 4. Principles of Operation 6. TensorBit Goals 7. TensorBit Tokens (TENB) 7

WHITEPAPER 1. Abstract 3. A Useful Proof of Work 3. Why TensorBit? 4. Principles of Operation 6. TensorBit Goals 7. TensorBit Tokens (TENB) 7 WHITEPAPER 1 Table of Contents WHITEPAPER 1 Abstract 3 A Useful Proof of Work 3 Why TensorBit? 4 Principles of Operation 6 TensorBit Goals 7 TensorBit Tokens (TENB) 7 How TENB tokens Will be Used 8 Platform

More information

QPR ScoreCard. White Paper. QPR ScoreCard - Balanced Scorecard with Commitment. Copyright 2002 QPR Software Oyj Plc All Rights Reserved

QPR ScoreCard. White Paper. QPR ScoreCard - Balanced Scorecard with Commitment. Copyright 2002 QPR Software Oyj Plc All Rights Reserved QPR ScoreCard White Paper QPR ScoreCard - Balanced Scorecard with Commitment QPR Management Software 2/25 Table of Contents 1 Executive Overview...3 2 Implementing Balanced Scorecard with QPR ScoreCard...4

More information

Oracle Planning and Budgeting Cloud Service

Oracle Planning and Budgeting Cloud Service COLLABORATE 2016 34 OAUG MEMBERS CORNER 40 ORACLE DIRECTIONS 50 SUMMER 2016 THE OFFICIAL PUBLICATION OF THE ORACLE APPLICATIONS USERS GROUP 12 A BEGINNER S GUIDE TO Oracle Planning and Budgeting Cloud

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

IC Validator. Overview. High-performance DRC/LVS physical verification substantially reduces time-to-results. Benefits. synopsys.

IC Validator. Overview. High-performance DRC/LVS physical verification substantially reduces time-to-results. Benefits. synopsys. DATASHEET IC Validator High-performance DRC/LVS physical verification substantially reduces time-to-results Overview Synopsys IC Validator is a comprehensive physical verification signoff solution that

More information

EMC IT Big Data Analytics Journey. Mahmoud Ghanem Sr. Systems Engineer

EMC IT Big Data Analytics Journey. Mahmoud Ghanem Sr. Systems Engineer EMC IT Big Data Analytics Journey Mahmoud Ghanem Sr. Systems Engineer Agenda 1 2 3 4 5 Introduction To Big Data EMC IT Big Data Journey Marketing Science Lab Use Case Technical Benefits Lessons Learned

More information

CLOUD COMPUTING- A NEW EDGE TO TECHNOLOGY

CLOUD COMPUTING- A NEW EDGE TO TECHNOLOGY CLOUD COMPUTING- A NEW EDGE TO TECHNOLOGY Prof. Pragati Goel Asso. Prof. MCA Dept., Sterling Institute of Management Studies, Nerul, Navi Mumbai. Navi Mumbai, India Email: goelpragati78@gmail.com The Cloud

More information

7 Steps to Data Blending for Predictive Analytics

7 Steps to Data Blending for Predictive Analytics 7 Steps to Data Blending for Predictive Analytics Evolution of Analytics Just as the volume and variety of data has grown significantly in recent years, so too has the expectations for analytics. No longer

More information

ETL on Hadoop What is Required

ETL on Hadoop What is Required ETL on Hadoop What is Required Keith Kohl Director, Product Management October 2012 Syncsort Copyright 2012, Syncsort Incorporated Agenda Who is Syncsort Extract, Transform, Load (ETL) Overview and conventional

More information

Powering the Edge to the Enterprise

Powering the Edge to the Enterprise Powering the Edge to the Enterprise Intelligent Equipment. Smart Devices. Smart Systems for OEMs. Intelligent Equipment. Smart Devices. Smart Systems. Our connected world is increasingly populated with

More information

Knowledge Discovery and Data Mining

Knowledge Discovery and Data Mining Knowledge Discovery and Data Mining Unit # 19 1 Acknowledgement The following discussion is based on the paper Mining Big Data: Current Status, and Forecast to the Future by Fan and Bifet and online presentation

More information

ProfessionalPLUS Station Software Suite

ProfessionalPLUS Station Software Suite DeltaV Distributed Control System Product Data Sheet September 2017 ProfessionalPLUS Station Software Suite Global database, architected for flexibility and scalability Powerful, graphical engineering

More information

InsideBIGDATA Guide to Predictive Analytics

InsideBIGDATA Guide to Predictive Analytics InsideBIGDATA Guide to Predictive Analytics by Daniel D. Gutierrez BROUGHT TO YOU BY Predictive Analytics Defined Predictive analytics, sometimes called advanced analytics, is a term used to describe a

More information

Data Analytics Training Program using

Data Analytics Training Program using Data Analytics Training Program using In exclusive association with 1200+ Trainings 20,000+ Participants 10,000+ Brands 45+ Countries [Since 2009] Training partner for Who Is This Course For? Programers

More information

Symantec ediscovery Platform, powered by Clearwell

Symantec ediscovery Platform, powered by Clearwell Symantec ediscovery Platform, powered by Clearwell Data Sheet: Archiving and ediscovery The brings transparency and control to the electronic discovery process. From collection to production, our workflow

More information

Industry 4.0.

Industry 4.0. Sept 2015 Industry 4.0 The application of the Internet of Things (IoT), Big Data, and Analytics technologies to industrial automation is increasingly discussed worldwide since a couple of years. The general

More information

Richard W. Lukanen, Jr., Principal Engineer Douglas Machine Inc. April 29, 2008

Richard W. Lukanen, Jr., Principal Engineer Douglas Machine Inc. April 29, 2008 Douglas Knowledge Management System Richard W. Lukanen, Jr., Principal Engineer Douglas Machine Inc. April 29, 2008 Douglas Machine designs and manufactures high speed packaging machinery for clients in

More information

Realize Your Product Promise

Realize Your Product Promise Realize Your Product Promise ANSYS Enterprise Cloud is a complete simulation platform, delivered in your secure, dedicated environment on the public cloud. Complete and extensible, ANSYS Enterprise Cloud

More information

SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment

SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment Joseph M DeFee Senior Vice President Advanced Systems Division CACI Services-Oriented Architecture The one constant in business is change. New

More information

TECHNOLOGY VISION FOR SALESFORCE

TECHNOLOGY VISION FOR SALESFORCE TECHNOLOGY VISION FOR SALESFORCE 2017 CONTENTS INTRODUCTION 3 AI IS THE NEW UI 5 Experience Above All ECOSYSTEM POWER PLAYS 10 Beyond Platforms DESIGN FOR HUMANS 15 Inspire New Behaviors CONCLUSION 20

More information

EMBRACING TECHNOLOGY Q&A WITH MARK SINANIAN

EMBRACING TECHNOLOGY Q&A WITH MARK SINANIAN SPEAKEASY EMBRACING TECHNOLOGY Q&A WITH MARK SINANIAN SENIOR DIRECTOR, SOLUTIONS MARKETING CANON SOLUTIONS AMERICA By Patricia Ames During a recent interview Mark Sinanian, senior director of marketing

More information

Azure Offerings for Big data. In Kee Paek Cloud Data Solution Architect Microsoft Korea October. 2016

Azure Offerings for Big data. In Kee Paek Cloud Data Solution Architect Microsoft Korea October. 2016 Azure Offerings for Big data In Kee Paek Cloud Data Solution Architect Microsoft Korea October. 2016 Agenda 1. Integrated Big data Platform - Cortana Intelligent Suite 2. Scalable Machine Learning - R

More information

CONDITION MONITORING SOLUTIONS

CONDITION MONITORING SOLUTIONS www.betavib.com CONDITION MONITORING SOLUTIONS VibWorks COLLECTOR How fast we are 5 seconds per point (3 Axis) are enough to analyze machines running at conventional speeds (Around 1800 CPM). TAKE THE

More information

What s new in Machine Learning across the Splunk Portfolio

What s new in Machine Learning across the Splunk Portfolio What s new in Machine Learning across the Splunk Portfolio Manish Sainani Director, Product Management Bob Pratt Sr. Director, Product Management September 2017 Forward-Looking Statements During the course

More information

Software Tools. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas.

Software Tools. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas. Mechatronics, Embedded Control System Design, CAD, Finite Element Analysis, Information Technology and Big Data Areas. Our Vision is to be the best technology services and products company with global

More information

What is Cloud Computing? Irving Wladawsky-Berger

What is Cloud Computing? Irving Wladawsky-Berger What is Cloud Computing? Irving Wladawsky-Berger What is Cloud Computing? The evolution of the Internet A new model of computing The mass customization of service consumption The industrialization of service

More information

Can I reduce manual data entry by using an automated information capture system?

Can I reduce manual data entry by using an automated information capture system? Modules Produced by Canon Communications - October 02 TELEform ELITE TELEform Elite includes the following modules: Form Designer Reader/Scan Station Verifier TELEform ENTERPRISE TELEform Enterprise includes

More information

H i g h S p e e d, R e l i a b l e a n d R o b u s t P l a n t H i s t o r i a n

H i g h S p e e d, R e l i a b l e a n d R o b u s t P l a n t H i s t o r i a n H i g h S p e e d, R e l i a b l e a n d R o b u s t P l a n t H i s t o r i a n Advanced Big Data Plant Historian for Any Application ICONICS Hyper Historian is an advanced 64-bit high-speed, reliable

More information

Free RPA. Finally. #RPAExpress

Free RPA. Finally. #RPAExpress Free RPA. Finally. #RPAExpress These are the slides used in WorkFusion s 22 December 2016 webinar introducing WorkFusion RPA Express, the world s first free enterprise-grade robotic process automation

More information

Teledyne DALSA Industrial Products. Embedded vision for industry

Teledyne DALSA Industrial Products. Embedded vision for industry Teledyne DALSA Industrial Products Embedded vision for industry Agenda Embedded Vision Applications, technologies and implementation choices Embedded Vision for Industry Review of off the shelf solutions

More information

An Esri White Paper April 2011 Esri Business Analyst Server System Design Strategies

An Esri White Paper April 2011 Esri Business Analyst Server System Design Strategies An Esri White Paper April 2011 Esri Business Analyst Server System Design Strategies Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB esri.com

More information

Starting with Oracle Data Science in the Cloud

Starting with Oracle Data Science in the Cloud Starting with Oracle Data Science in the Cloud Kscope 17 Tim Vlamis Tuesday, June 27, 2017 @VlamisSoftware Vlamis Software Solutions Vlamis Software founded in 1992 in Kansas City, Missouri Developed 200+

More information

2014 SAP SE or an SAP affiliate company. All rights reserved. 1

2014 SAP SE or an SAP affiliate company. All rights reserved. 1 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Simplifying Digital Transformation Ameet Hundekari Program Manager (Innovations),GB&E, SAP MENA September 2015 We are entering into a new

More information

Model-Based Design for Controls The MathWorks, Inc. 1

Model-Based Design for Controls The MathWorks, Inc. 1 Model-Based Design for Controls 2011 The MathWorks, Inc. 1 MathWorks at a Glance Headquarters: Natick, Massachusetts US Other U.S. Locations: California; Michigan; Texas; Washington, DC Europe: France,

More information

Microsoft Developer Day

Microsoft Developer Day Microsoft Developer Day Ujjwal Kumar Microsoft Developer Day Senior Technical Evangelist, Microsoft Senior Technical Evangelist ujjwalk@microsoft.com Agenda Microsoft Developer Day Microsoft Azure Machine

More information

Oracle Planning and Budgeting Cloud Service

Oracle Planning and Budgeting Cloud Service Oracle Planning and Budgeting Oracle Planning and Budgeting has enabled over a thousand organizations of various sizes to quickly adopt world-class planning and budgeting applications with no CAPEX infrastructure

More information

Week 1 Unit 1: Intelligent Applications Powered by Machine Learning

Week 1 Unit 1: Intelligent Applications Powered by Machine Learning Week 1 Unit 1: Intelligent Applications Powered by Machine Learning Intelligent Applications Powered by Machine Learning Objectives Realize recent advances in machine learning Understand the impact on

More information