From network-level measurements to expected Quality of Experience. the Skype use case

Size: px
Start display at page:

Download "From network-level measurements to expected Quality of Experience. the Skype use case"

Transcription

1 From network-level measurements to expected Quality of Experience the Skype use case 2015 IEEE 2015 International IEEE International Workshop Workshop on Measurements on Measurements & Networking & Networking (M&N) (M&N)

2 INTRODUCTION Quality of Experience of Internet Services - 2

3 INTRODUCTION Quality of Experience of Internet Services A measure of user performance based on both objective and subjective psychological measures of using an ICT service or product. [ETSI TR V1.0.1] - 2

4 INTRODUCTION Quality of Experience - 3

5 INTRODUCTION Quality of Experience vs. Network Performance - 3

6 EXAMPLE - 4

7 EXAMPLE hello? icons by: Javier Sánchez - javyliu from the Noun Project - 4

8 EXAMPLE are you there?! icons by: Javier Sánchez - javyliu from the Noun Project - 4

9 EXAMPLE why your connection is always so bad!? icons by: Javier Sánchez - javyliu from the Noun Project - 4

10 EXAMPLE NO! It s not mine! icons by: Javier Sánchez - javyliu from the Noun Project - 4

11 GOAL Predict applications QoE without running them! - 5

12 POSSIBILITIES - study network dimensioning - understanding of application needs - give user the ability to track its connectivity - 6

13 STATE OF THE ART Several contributions in the QoE domain - 7

14 STATE OF THE ART mostly - limited scope / usage - target single applications - having application data - passive measurements - 8

15 STATE OF THE ART nobody targets prediction of QoE - 9

16 STATE OF THE ART nobody aims to relate QoS of connections to the QoE of multiple services - 10

17 OUR PROJECT ACQUA

18 OUR PROJECT ACQUA Monitoring platform for tracking QoE of Internet Services - 11

19 OUR PROJECT starts with active measurements for detecting network conditions at the edges of the Internet Landmark Server Client - 12

20 OUR PROJECT starts with active measurements for detecting network conditions at the edges of the Internet Landmark Server Client - 12

21 OUR PROJECT predicts multiple applications QoE with only one test test result Client - 12

22 OUR PROJECT predicts multiple applications QoE with only one test Youtube Model test result Spotify Model Facebook Model Client - 12

23 OUR PROJECT predicts multiple applications QoE with only one test test result Youtube Model Spotify Model Facebook Model Client - 12

24 CHALLENGES - find the right metrics for prediction - define a robust methodology to collect data and create models (has to be applied on several services) - deploy the framework - 13

25 METHODOLOGY Data Analytics - 14

26 METHODOLOGY - create and analyze a data set - see how to collect such data in real world scenarios - compare performances of different classifiers derived from such data set - 15

27 THIS CONTRIBUTION focus on audio calls - 16

28 WHY SKYPE? Skype gives us a feedback about the QoE during each call - 17

29 WHY SKYPE? Skype gives us a feedback about the QoE during each call - 17

30 WHY SKYPE? Skype gives us a feedback about the QoE during each call Basically we will reverse engineer Skype QoE model - 17

31 DATA SET Measures obtained in a controlled environment collecting Skype s application feedback given - latency - throughput - packet loss Image from: Marta Carbone, Luigi Rizzo, An emulation tool for PlanetLab, Computer Communications, Elsevier, Oct.2011, doi: /j.comcom

32 DATA SET QoE label Measures obtained in a controlled environment collecting Skype s application feedback given - latency - throughput - packet loss Image from: Marta Carbone, Luigi Rizzo, An emulation tool for PlanetLab, Computer Communications, Elsevier, Oct.2011, doi: /j.comcom

33 DATA SET QoE label Measures obtained in a controlled environment collecting Skype s application feedback given - latency - throughput - packet loss Static Conditions Image from: Marta Carbone, Luigi Rizzo, An emulation tool for PlanetLab, Computer Communications, Elsevier, Oct.2011, doi: /j.comcom

34 DATA SET Composed by 5 input metrics + 1 output QoE label - Round Trip Time (RTT) - passing throughput - packet loss rate - 19

35 DATA SET Composed by 5 input metrics + 1 output QoE label - Round Trip Time (RTT) - passing throughput - packet loss rate } upload and download - 19

36 DATA SET Composed by 5 input metrics + 1 output QoE label - Round Trip Time (RTT) - passing throughput - packet loss rate } upload and download - QoE label {NoCall, Poor, Medium, Good} - 19

37 DATA SET FAST sampling (Fourier Amplitude Sensitivity Testing) to cover the configuration space uniformly - 20

38 DATA SET (training set) 538 entries (training) - 21

39 DATA SET (training set) 538 entries (training) entries (validation) - 21

40 MODEL GENERATION Data-Driven Approach - compare different ML techniques using the Weka toolkit - check classifier - performances using independent test set - stability using Cross Validation - 22

41 HOW A CLASSIFIERS WORKS? ML algorithm - 23

42 HOW A CLASSIFIERS WORKS? Step 1: calibration Training Data ML algorithm Classifier - 23

43 HOW A CLASSIFIERS WORKS? Step 2: validation Test Data Test Results??? fail ok ok Classifier - 24

44 HOW A CLASSIFIERS WORKS? Step 3: deploy Input Output Classifier - 25

45 CONSIDERED TECHNIQUES a classifier for each different family - Decision Trees (C4.5) and Rule Inference (JRip, FURIA) - Lazy Learners (knn) - Probability based (Naive Bayes, Neural Networks) - Support Vector Machines (SVM) - Random Forests - Meta Techniques (Boosting, Bagging) - 26

46 PERFORMANCE METRICS How to consider the effectiveness of a classifier? - 27

47 PERFORMANCE METRICS How to consider the effectiveness of a classifier? ACCURACY = #Correctly Classified Instances #Instances - 27

48 PERFORMANCE METRICS - 28

49 PERFORMANCE METRICS Classifying all the instances as medium - 28

50 PERFORMANCE METRICS Classifying all the instances as medium over 60% accuracy - 28

51 PERFORMANCE METRICS Classifying all the instances as medium over 60% accuracy Not enough to have a global overview - 28

52 PERFORMANCE METRICS How to consider the effectiveness of a classifier? - Accuracy - 29

53 PERFORMANCE METRICS How to consider the effectiveness of a classifier? - Accuracy - 29

54 PERFORMANCE METRICS How to consider the effectiveness of a classifier? - Accuracy - Precision / Recall for each class - 29

55 PERFORMANCE METRICS RECALL (completeness) True Positives (TP) Instances of D C - 30

56 PERFORMANCE METRICS PRECISION (quality) True Positives (TP) Number of Instances classified as C - 31

57 Recall INTERPRETATION C 1 A dot represents a classifier Precision - 32

58 Recall INTERPRETATION C 1 All instances of C correctly classified A dot represents a classifier with low errors Precision - 32

59 Recall INTERPRETATION No instances of C correctly classified C 2 Precision - 32

60 Recall INTERPRETATION overestimation of C C 3 most instances of C correctly classified with high error Precision - 32

61 Recall INTERPRETATION Few instances of C recognized correctly but without errors C 4 Precision - 32

62 RESULTS - Cross Validation NoCall Poor Medium Good - 33

63 Recall RESULTS - Cross Validation Precision - 33

64 RESULTS - Cross Validation - 33

65 RESULTS - Validation - 34

66 RESULTS - Validation excellent results - 34

67 RESULTS - Validation lower performances - 34

68 CAN WE GET MORE? - 35

69 CAN WE GET MORE? Unbalanced training set could affect classification - 35

70 CAN WE GET MORE? Unbalanced training set inflate data to reduce bias could affect classification - 35

71 CAN WE GET MORE? Unbalanced training set could affect classification inflate data to reduce bias shrink data to reduce bias - 35

72 CAN WE GET MORE? Unbalanced training set could affect classification inflate data to reduce bias shrink data to reduce bias WORSE RESULTS - 35

73 CAN WE GET MORE? Data Set could be too small - 36

74 CAN WE GET MORE? Data Set could be inflate data too small - 36

75 CAN WE GET MORE? Data Set could be inflate data too small WORSE RESULTS - 36

76 FINAL ACCURACY about 70% of accuracy in general - 37

77 CLUSTERED RESULTS no outstanding performances of a single classifier - 38

78 LIMITED ERROR SPREADING 93% of instances classified correctly or in the adjacent classes (C4.5 classifier) - 39

79 ANALYSIS 12kbps minimum bandwidth to start a call - 40

80 ANALYSIS up to 800ms of RTT do not affect quality - 41

81 FUTURE WORKS Enrich our data set with crowd based feedbacks (Android application under development) Currently applying an extended methodology to the video streaming domain - 42

82 FUTURE WORKS Deploy ACQUA framework - 43

83 THANK YOU Title From network-level measurements to expected Quality of Experience: the Skype use case Authors Thierry Spetebroot (INRIA Sophia Antipolis, France) Salim Afra (University of Calgary, Canada) Nicolás Aguilera (NIC Chile Research Labs, Chile) Damien Saucez (INRIA Sophia Antipolis, France) Chadi Barakat (INRIA Sophia Antipolis, France)

84 BACKUP SLIDES - 84

85 DATA SET QoE label Measures obtained in a controlled environment collecting Skype s application feedback given - latency - bandwidth - packet loss Image from: Marta Carbone, Luigi Rizzo, An emulation tool for PlanetLab, Computer Communications, Elsevier, Oct.2011, doi: /j.comcom

86 DATA SET Composed by 6 input metrics + 1 output QoE label - latency - bandwidth - packet loss rate } upload and download - QoE label {NoCall, Poor, Medium, Good} - 86

87 MEASUREMENT FEASIBILITY In real world is difficult to measure - One Way Delays clock synchronization is required - Link Capacity due to link level losses - 87

88 DATA SET PREPARATION Adaptation of - One Way Delays Round Trip Time (RTT) merging both delays - Link Capacity Passing Throughput convolution of bandwidth with packet loss rate - 88

89 FINAL DATA SET Composed by 5 input metrics + 1 output QoE label - Round Trip Time (RTT) - passing throughput - packet loss rate - QoE label - 89

90 TRAINING SET - 90

91 TEST SET 100 random instances - 91

92 RESULTS - Cross Validation Recall 60% Poor results in 3 cases... NoCall Poor Good - 92

93 RESULTS - Cross Validation Only cluster with excellent results - 93

94 WHY? It could be due to the Data Set preparation process... do we have information loss? - 94

95 INFORMATION LOSS - 95

96 INFORMATION LOSS Same results... data set transformations don t affect the results - 96

97 WHY? It could be a Class Imbalance Problem Where we have better results we have considerably more data - 97

98 CLASS IMBALANCE PROBLEM Unbalanced training set could affect classification inflate data to reduce bias - replication - interpolation - 98

99 CLASS IMBALANCE PROBLEM Worse results... see all algorithms - 99

100 CLASS IMBALANCE PROBLEM Worse results... back - 100

101 CONCLUSIONS Limited Error Spreading 93% of instances classified correctly or in the adjacent class (C4.5 classifier) - 101

102 X DRAFTS - 102

Measuring, modeling and troubleshooting Quality of Experience at Internet access:

Measuring, modeling and troubleshooting Quality of Experience at Internet access: Measuring, modeling and troubleshooting Quality of Experience at Internet access: Inferring traffic differentiation with ChkDiff Riccardo Ravaioli, I3S/CNRS/UNS Guillaume Urvoy-Keller, I3S/CNRS/UNS, INRIA

More information

From network-level measurements to expected Quality of Experience: the Skype use case

From network-level measurements to expected Quality of Experience: the Skype use case From network-level measurements to expected Quality of Experience: the Skype use case Thierry Spetebroot, Salim Afra, Nicolás Aguilera, Damien Saucez, Chadi Barakat Inria Sophia Antipolis Méditérranée,

More information

Data Mining: STATISTICA

Data Mining: STATISTICA Outline Data Mining: STATISTICA Prepare the data Classification and regression (C & R, ANN) Clustering Association rules Graphic user interface Prepare the Data Statistica can read from Excel,.txt and

More information

IEE 520 Data Mining. Project Report. Shilpa Madhavan Shinde

IEE 520 Data Mining. Project Report. Shilpa Madhavan Shinde IEE 520 Data Mining Project Report Shilpa Madhavan Shinde Contents I. Dataset Description... 3 II. Data Classification... 3 III. Class Imbalance... 5 IV. Classification after Sampling... 5 V. Final Model...

More information

Outline. Prepare the data Classification and regression Clustering Association rules Graphic user interface

Outline. Prepare the data Classification and regression Clustering Association rules Graphic user interface Data Mining: i STATISTICA Outline Prepare the data Classification and regression Clustering Association rules Graphic user interface 1 Prepare the Data Statistica can read from Excel,.txt and many other

More information

Overview. Non-Parametrics Models Definitions KNN. Ensemble Methods Definitions, Examples Random Forests. Clustering. k-means Clustering 2 / 8

Overview. Non-Parametrics Models Definitions KNN. Ensemble Methods Definitions, Examples Random Forests. Clustering. k-means Clustering 2 / 8 Tutorial 3 1 / 8 Overview Non-Parametrics Models Definitions KNN Ensemble Methods Definitions, Examples Random Forests Clustering Definitions, Examples k-means Clustering 2 / 8 Non-Parametrics Models Definitions

More information

An Overlay Architecture for End-to-End Internet Service Availability

An Overlay Architecture for End-to-End Internet Service Availability An Overlay Architecture for End-to-End Internet Service Availability Angelos Stavrou Network Security Lab Computer Science Department, Columbia University Overview of the talk Problem Motivation Summary

More information

CS5670: Computer Vision

CS5670: Computer Vision CS5670: Computer Vision Noah Snavely Lecture 33: Recognition Basics Slides from Andrej Karpathy and Fei-Fei Li http://vision.stanford.edu/teaching/cs231n/ Announcements Quiz moved to Tuesday Project 4

More information

Naïve Bayes for text classification

Naïve Bayes for text classification Road Map Basic concepts Decision tree induction Evaluation of classifiers Rule induction Classification using association rules Naïve Bayesian classification Naïve Bayes for text classification Support

More information

BIOINF 585: Machine Learning for Systems Biology & Clinical Informatics

BIOINF 585: Machine Learning for Systems Biology & Clinical Informatics BIOINF 585: Machine Learning for Systems Biology & Clinical Informatics Lecture 12: Ensemble Learning I Jie Wang Department of Computational Medicine & Bioinformatics University of Michigan 1 Outline Bias

More information

Tuning RED for Web Traffic

Tuning RED for Web Traffic Tuning RED for Web Traffic Mikkel Christiansen, Kevin Jeffay, David Ott, Donelson Smith UNC, Chapel Hill SIGCOMM 2000, Stockholm subsequently IEEE/ACM Transactions on Networking Vol. 9, No. 3 (June 2001)

More information

Efficient solutions for the monitoring of the Internet

Efficient solutions for the monitoring of the Internet Efficient solutions for the monitoring of the Internet Chadi BARAKAT INRIA Sophia Antipolis, France Planète research group HDR defense January 22, 2009 Email: Chadi.Barakat@sophia.inria.fr WEB: http://www.inria.fr/planete/chadi

More information

Machine Learning in the Process Industry. Anders Hedlund Analytics Specialist

Machine Learning in the Process Industry. Anders Hedlund Analytics Specialist Machine Learning in the Process Industry Anders Hedlund Analytics Specialist anders@binordic.com Artificial Specific Intelligence Artificial General Intelligence Strong AI Consciousness MEDIA, NEWS, CELEBRITIES

More information

DiPerF: automated DIstributed PERformance testing Framework

DiPerF: automated DIstributed PERformance testing Framework DiPerF: automated DIstributed PERformance testing Framework Catalin Dumitrescu, Ioan Raicu, Matei Ripeanu, Ian Foster Distributed Systems Laboratory Computer Science Department University of Chicago Introduction

More information

Tutorial on Machine Learning Tools

Tutorial on Machine Learning Tools Tutorial on Machine Learning Tools Yanbing Xue Milos Hauskrecht Why do we need these tools? Widely deployed classical models No need to code from scratch Easy-to-use GUI Outline Matlab Apps Weka 3 UI TensorFlow

More information

Reformulating the monitor placement problem: Optimal Network-wide Sampling

Reformulating the monitor placement problem: Optimal Network-wide Sampling Reformulating the monitor placement problem: Optimal Network-wide Sampling Gion-Reto Cantieni (EPFL) Gianluca Iannaconne (Intel) Chadi Barakat (INRIA Sophia Antipolis) Patrick Thiran (EPFL) Christophe

More information

Ensemble Learning. Another approach is to leverage the algorithms we have via ensemble methods

Ensemble Learning. Another approach is to leverage the algorithms we have via ensemble methods Ensemble Learning Ensemble Learning So far we have seen learning algorithms that take a training set and output a classifier What if we want more accuracy than current algorithms afford? Develop new learning

More information

Text classification II CE-324: Modern Information Retrieval Sharif University of Technology

Text classification II CE-324: Modern Information Retrieval Sharif University of Technology Text classification II CE-324: Modern Information Retrieval Sharif University of Technology M. Soleymani Fall 2015 Some slides have been adapted from: Profs. Manning, Nayak & Raghavan (CS-276, Stanford)

More information

Correlative Analytic Methods in Large Scale Network Infrastructure Hariharan Krishnaswamy Senior Principal Engineer Dell EMC

Correlative Analytic Methods in Large Scale Network Infrastructure Hariharan Krishnaswamy Senior Principal Engineer Dell EMC Correlative Analytic Methods in Large Scale Network Infrastructure Hariharan Krishnaswamy Senior Principal Engineer Dell EMC 2018 Storage Developer Conference. Dell EMC. All Rights Reserved. 1 Data Center

More information

Announcements. CS 188: Artificial Intelligence Spring Generative vs. Discriminative. Classification: Feature Vectors. Project 4: due Friday.

Announcements. CS 188: Artificial Intelligence Spring Generative vs. Discriminative. Classification: Feature Vectors. Project 4: due Friday. CS 188: Artificial Intelligence Spring 2011 Lecture 21: Perceptrons 4/13/2010 Announcements Project 4: due Friday. Final Contest: up and running! Project 5 out! Pieter Abbeel UC Berkeley Many slides adapted

More information

Machine Learning in WAN Research

Machine Learning in WAN Research Machine Learning in WAN Research Mariam Kiran mkiran@es.net Energy Sciences Network (ESnet) Lawrence Berkeley National Lab Oct 2017 Presented at Internet2 TechEx 2017 Outline ML in general ML in network

More information

FlexiWeb: Network-Aware Compaction for Accelerating Mobile Web

FlexiWeb: Network-Aware Compaction for Accelerating Mobile Web FlexiWeb: Network-Aware Compaction for Accelerating Mobile Web What s the impact of web latency? 100ms 1% Delay sales Source : https://speakerdeck.com/deanohume/faster-mobilewebsites! 100ms 1% Delay revenue

More information

CSE 6242/CX Ensemble Methods. Or, Model Combination. Based on lecture by Parikshit Ram

CSE 6242/CX Ensemble Methods. Or, Model Combination. Based on lecture by Parikshit Ram CSE 6242/CX 4242 Ensemble Methods Or, Model Combination Based on lecture by Parikshit Ram Numerous Possible Classifiers! Classifier Training time Cross validation Testing time Accuracy knn classifier None

More information

COMP 249 Advanced Distributed Systems Multimedia Networking. Performance of Multimedia Delivery on the Internet Today

COMP 249 Advanced Distributed Systems Multimedia Networking. Performance of Multimedia Delivery on the Internet Today COMP 249 Advanced Distributed Systems Multimedia Networking Performance of Multimedia Delivery on the Internet Today Kevin Jeffay Department of Computer Science University of North Carolina at Chapel Hill

More information

Practical Methodology. Lecture slides for Chapter 11 of Deep Learning Ian Goodfellow

Practical Methodology. Lecture slides for Chapter 11 of Deep Learning  Ian Goodfellow Practical Methodology Lecture slides for Chapter 11 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2016-09-26 What drives success in ML? Arcane knowledge of dozens of obscure algorithms? Mountains

More information

NMLRG #4 meeting in Berlin. Mobile network state characterization and prediction. P.Demestichas (1), S. Vassaki (2,3), A.Georgakopoulos (2,3)

NMLRG #4 meeting in Berlin. Mobile network state characterization and prediction. P.Demestichas (1), S. Vassaki (2,3), A.Georgakopoulos (2,3) NMLRG #4 meeting in Berlin Mobile network state characterization and prediction P.Demestichas (1), S. Vassaki (2,3), A.Georgakopoulos (2,3) (1)University of Piraeus (2)WINGS ICT Solutions, www.wings-ict-solutions.eu/

More information

Demystifying Machine Learning

Demystifying Machine Learning Demystifying Machine Learning Dmitry Figol, WW Enterprise Sales Systems Engineer - Programmability @dmfigol CTHRST-1002 Agenda Machine Learning examples What is Machine Learning Types of Machine Learning

More information

Machine Learning in Action

Machine Learning in Action Machine Learning in Action PETER HARRINGTON Ill MANNING Shelter Island brief contents PART l (~tj\ssification...,... 1 1 Machine learning basics 3 2 Classifying with k-nearest Neighbors 18 3 Splitting

More information

Drafting Behind Akamai (Travelocity-Based Detouring)

Drafting Behind Akamai (Travelocity-Based Detouring) (Travelocity-Based Detouring) Ao-Jan Su, David R. Choffnes, Aleksandar Kuzmanovic and Fabián E. Bustamante Department of EECS Northwestern University ACM SIGCOMM 2006 Drafting Detour 2 Motivation Growing

More information

A study of classification algorithms using Rapidminer

A study of classification algorithms using Rapidminer Volume 119 No. 12 2018, 15977-15988 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A study of classification algorithms using Rapidminer Dr.J.Arunadevi 1, S.Ramya 2, M.Ramesh Raja

More information

CS6220: DATA MINING TECHNIQUES

CS6220: DATA MINING TECHNIQUES CS6220: DATA MINING TECHNIQUES Image Data: Classification via Neural Networks Instructor: Yizhou Sun yzsun@ccs.neu.edu November 19, 2015 Methods to Learn Classification Clustering Frequent Pattern Mining

More information

Ensuring a good QoE for mobile broadband customers on LTE networks. Niket Srivastava Sales Director Viavi Solutions (formerly JDSU)

Ensuring a good QoE for mobile broadband customers on LTE networks. Niket Srivastava Sales Director Viavi Solutions (formerly JDSU) Ensuring a good QoE for mobile broadband customers on LTE networks Niket Srivastava Sales Director Viavi Solutions (formerly JDSU) Consider MBB -> Smart Phone -> Apps The average smart-phone has 26 downloaded

More information

Applied Statistics for Neuroscientists Part IIa: Machine Learning

Applied Statistics for Neuroscientists Part IIa: Machine Learning Applied Statistics for Neuroscientists Part IIa: Machine Learning Dr. Seyed-Ahmad Ahmadi 04.04.2017 16.11.2017 Outline Machine Learning Difference between statistics and machine learning Modeling the problem

More information

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4021: Networks Discussion. Chapter 1.

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4021: Networks Discussion. Chapter 1. Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4021: Networks Discussion Chapter 1 Foundation Eng. Haneen El-Masry February, 2014 A Computer Network A computer

More information

Multi-label classification using rule-based classifier systems

Multi-label classification using rule-based classifier systems Multi-label classification using rule-based classifier systems Shabnam Nazmi (PhD candidate) Department of electrical and computer engineering North Carolina A&T state university Advisor: Dr. A. Homaifar

More information

Network Traffic Measurements and Analysis

Network Traffic Measurements and Analysis DEIB - Politecnico di Milano Fall, 2017 Sources Hastie, Tibshirani, Friedman: The Elements of Statistical Learning James, Witten, Hastie, Tibshirani: An Introduction to Statistical Learning Andrew Ng:

More information

Lightweight enhanced monitoring for high-speed networks

Lightweight enhanced monitoring for high-speed networks Lightweight enhanced monitoring for high-speed networks Rosa Vilardi, Dr. Luigi Alfredo Grieco, Prof. Gennaro Boggia Electrical and Information Engineering Department (DEI) Politecnico di Bari Italy Dr.

More information

Machine Learning with Python

Machine Learning with Python DEVNET-2163 Machine Learning with Python Dmitry Figol, SE WW Enterprise Sales @dmfigol Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

Data Imbalance Problem solving for SMOTE Based Oversampling: Study on Fault Detection Prediction Model in Semiconductor Manufacturing Process

Data Imbalance Problem solving for SMOTE Based Oversampling: Study on Fault Detection Prediction Model in Semiconductor Manufacturing Process Vol.133 (Information Technology and Computer Science 2016), pp.79-84 http://dx.doi.org/10.14257/astl.2016. Data Imbalance Problem solving for SMOTE Based Oversampling: Study on Fault Detection Prediction

More information

Machine Learning in WAN Research

Machine Learning in WAN Research Machine Learning in WAN Research Mariam Kiran mkiran@es.net Energy Sciences Network (ESnet) Lawrence Berkeley National Lab Oct 2017 Presented at Internet2 TechEx 2017 Outline ML in general ML in network

More information

On User-centric QoE Prediction for VoIP & Video Streaming based on Machine-Learning

On User-centric QoE Prediction for VoIP & Video Streaming based on Machine-Learning UNIVERSITY OF CRETE On User-centric QoE Prediction for VoIP & Video Streaming based on Machine-Learning Michalis Katsarakis, Maria Plakia, Paul Charonyktakis & Maria Papadopouli University of Crete Foundation

More information

ETSI Workshop on Telecommunication Quality beyond Wajdi Garali Department head of Internet QoS National Regulation Authority in Tunisia (INTT)

ETSI Workshop on Telecommunication Quality beyond Wajdi Garali Department head of Internet QoS National Regulation Authority in Tunisia (INTT) ETSI Workshop on Telecommunication Quality beyond 2015 Wajdi Garali Department head of Internet QoS National Regulation Authority in Tunisia (INTT) Vienna, Austria 21 22 October 2015 1 Outline INTT presentation

More information

Kernels + K-Means Introduction to Machine Learning. Matt Gormley Lecture 29 April 25, 2018

Kernels + K-Means Introduction to Machine Learning. Matt Gormley Lecture 29 April 25, 2018 10-601 Introduction to Machine Learning Machine Learning Department School of Computer Science Carnegie Mellon University Kernels + K-Means Matt Gormley Lecture 29 April 25, 2018 1 Reminders Homework 8:

More information

Slides for Data Mining by I. H. Witten and E. Frank

Slides for Data Mining by I. H. Witten and E. Frank Slides for Data Mining by I. H. Witten and E. Frank 7 Engineering the input and output Attribute selection Scheme-independent, scheme-specific Attribute discretization Unsupervised, supervised, error-

More information

Python With Data Science

Python With Data Science Course Overview This course covers theoretical and technical aspects of using Python in Applied Data Science projects and Data Logistics use cases. Who Should Attend Data Scientists, Software Developers,

More information

(OTT) meritve kakovosti širokopasovnih omrežij

(OTT) meritve kakovosti širokopasovnih omrežij (OTT) meritve kakovosti širokopasovnih omrežij prof. dr. Andrej Kos, Janez Sterle Labratory for Telecommunications Faculty of Electrical Engineering University of Ljubljana Slovenia Ljubljana, Mons, 14.11.2012

More information

QoS /QoE in the context of videoconferencing services over LTE/4G networks.

QoS /QoE in the context of videoconferencing services over LTE/4G networks. QoS /QoE in the context of videoconferencing services over LTE/4G networks. NDIAYE Maty PhD student within France Telecom / Orange Labs ETSI workshop on telecommunications quality matters 28/11/2012, Vienna

More information

Practical Machine Learning Agenda

Practical Machine Learning Agenda Practical Machine Learning Agenda Starting From Log Management Moving To Machine Learning PunchPlatform team Thales Challenges Thanks 1 Starting From Log Management 2 Starting From Log Management Data

More information

Recommended Readings

Recommended Readings Lecture 11: Media Adaptation Scalable Coding, Dealing with Errors Some slides, images were from http://ip.hhi.de/imagecom_g1/savce/index.htm and John G. Apostolopoulos http://www.mit.edu/~6.344/spring2004

More information

Intelligent Edge Computing and ML-based Traffic Classifier. Kwihoon Kim, Minsuk Kim (ETRI) April 25.

Intelligent Edge Computing and ML-based Traffic Classifier. Kwihoon Kim, Minsuk Kim (ETRI)  April 25. Intelligent Edge Computing and ML-based Traffic Classifier Kwihoon Kim, Minsuk Kim (ETRI) (kwihooi@etri.re.kr, mskim16@etri.re.kr) April 25. 2018 ITU Workshop on Impact of AI on ICT Infrastructures Cian,

More information

Opportunities for ML Analytics at the Sensor Endpoint

Opportunities for ML Analytics at the Sensor Endpoint Opportunities for ML Analytics at the Sensor Endpoint Chris Rogers, CEO SensiML Corporation MAKING SENSOR DATA SENSIBLE IoT Smart Devices How Many Qualify as Truly Smart? The Majority of IoT Endpoint Devices

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.utstat.utoronto.ca/~rsalakhu/ Sidney Smith Hall, Room 6002 Lecture 12 Combining

More information

ITEE Journal. Information Technology & Electrical Engineering

ITEE Journal. Information Technology & Electrical Engineering An Overview of QoE for 5G Networks 1 Hajra Masood, 2 Safdar Rizvi, 3 Bilal Muhammad Iqbal Department of Computer Sciences, Bahria University, Karachi, Pakistan E-mail: 1 Hajra.cs@gmail.com, 2 dr.safdar@bimcs.edu.pk,

More information

APPLICATION NOTE. XCellAir s Wi-Fi Radio Resource Optimization Solution. Features, Test Results & Methodology

APPLICATION NOTE. XCellAir s Wi-Fi Radio Resource Optimization Solution. Features, Test Results & Methodology APPLICATION NOTE XCellAir s Wi-Fi Radio Resource Optimization Solution Features, Test Results & Methodology Introduction Multi Service Operators (MSOs) and Internet service providers have been aggressively

More information

II. Principles of Computer Communications Network and Transport Layer

II. Principles of Computer Communications Network and Transport Layer II. Principles of Computer Communications Network and Transport Layer A. Internet Protocol (IP) IPv4 Header An IP datagram consists of a header part and a text part. The header has a 20-byte fixed part

More information

Can we trust the inter-packet time for traffic classification?

Can we trust the inter-packet time for traffic classification? Can we trust the inter-packet time for traffic classification? Mohamad Jaber, Roberto G. Cascella and Chadi Barakat INRIA Sophia Antipolis, EPI Planète 2004, Route des Luciolles Sophia Antipolis, France

More information

Towards an Adaptive, Fully Automated Performance Modeling Methodology for Cloud Applications

Towards an Adaptive, Fully Automated Performance Modeling Methodology for Cloud Applications Towards an Adaptive, Fully Automated Performance Modeling Methodology for Cloud Applications Ioannis Giannakopoulos 1, Dimitrios Tsoumakos 2 and Nectarios Koziris 1 1:Computing Systems Laboratory, School

More information

Pouya Kousha Fall 2018 CSE 5194 Prof. DK Panda

Pouya Kousha Fall 2018 CSE 5194 Prof. DK Panda Pouya Kousha Fall 2018 CSE 5194 Prof. DK Panda 1 Observe novel applicability of DL techniques in Big Data Analytics. Applications of DL techniques for common Big Data Analytics problems. Semantic indexing

More information

Introduction on ETSI TC STQ Work

Introduction on ETSI TC STQ Work A. Kamcke; ETSI TC STQ Chairman: Introduction on ETSI TC STQ Work ETSI 2015. All rights reserved - Workshop on Telecommunication Quality beyond 2015, Vienna, 21-22 October 2015 - Page: 1 Motivation End-to-end

More information

SamKnows test methodology

SamKnows test methodology SamKnows test methodology Download and Upload (TCP) Measures the download and upload speed of the broadband connection in bits per second. The transfer is conducted over one or more concurrent HTTP connections

More information

ETSF10 Internet Protocols Transport Layer Protocols

ETSF10 Internet Protocols Transport Layer Protocols ETSF10 Internet Protocols Transport Layer Protocols 2012, Part 2, Lecture 2.1 Kaan Bür, Jens Andersson Transport Layer Protocols Process-to-process delivery [ed.4 ch.23.1] [ed.5 ch.24.1] Transmission Control

More information

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time.

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time. Volume: 63 Questions Question No: 1 A system with a set of classifiers is trained to recognize eight different company logos from images. It is 78% accurate. Without further information, which statement

More information

Automatic visual recognition for metro surveillance

Automatic visual recognition for metro surveillance Automatic visual recognition for metro surveillance F. Cupillard, M. Thonnat, F. Brémond Orion Research Group, INRIA, Sophia Antipolis, France Abstract We propose in this paper an approach for recognizing

More information

Machine Learning Techniques for Data Mining

Machine Learning Techniques for Data Mining Machine Learning Techniques for Data Mining Eibe Frank University of Waikato New Zealand 10/25/2000 1 PART VII Moving on: Engineering the input and output 10/25/2000 2 Applying a learner is not all Already

More information

Information Management course

Information Management course Università degli Studi di Milano Master Degree in Computer Science Information Management course Teacher: Alberto Ceselli Lecture 20: 10/12/2015 Data Mining: Concepts and Techniques (3 rd ed.) Chapter

More information

CS6375: Machine Learning Gautam Kunapuli. Mid-Term Review

CS6375: Machine Learning Gautam Kunapuli. Mid-Term Review Gautam Kunapuli Machine Learning Data is identically and independently distributed Goal is to learn a function that maps to Data is generated using an unknown function Learn a hypothesis that minimizes

More information

Statistics 202: Statistical Aspects of Data Mining

Statistics 202: Statistical Aspects of Data Mining Statistics 202: Statistical Aspects of Data Mining Professor Rajan Patel Lecture 9 = More of Chapter 5 Agenda: 1) Lecture over more of Chapter 5 1 Introduction to Data Mining by Tan, Steinbach, Kumar Chapter

More information

Evaluation Metrics. (Classifiers) CS229 Section Anand Avati

Evaluation Metrics. (Classifiers) CS229 Section Anand Avati Evaluation Metrics (Classifiers) CS Section Anand Avati Topics Why? Binary classifiers Metrics Rank view Thresholding Confusion Matrix Point metrics: Accuracy, Precision, Recall / Sensitivity, Specificity,

More information

Optimal Buffer Management Policies for Delay Tolerant Networks

Optimal Buffer Management Policies for Delay Tolerant Networks Optimal Buffer Management Policies for Delay Tolerant Networks Chadi BARAKAT INRIA Sophia Antipolis, France Planète research group Joint work with Amir Krifa and Thrasyvoulos Spyropoulos Email: Chadi.Barakat@sophia.inria.fr

More information

Semi-supervised Learning

Semi-supervised Learning Semi-supervised Learning Piyush Rai CS5350/6350: Machine Learning November 8, 2011 Semi-supervised Learning Supervised Learning models require labeled data Learning a reliable model usually requires plenty

More information

Lecture 15: Datacenter TCP"

Lecture 15: Datacenter TCP Lecture 15: Datacenter TCP" CSE 222A: Computer Communication Networks Alex C. Snoeren Thanks: Mohammad Alizadeh Lecture 15 Overview" Datacenter workload discussion DC-TCP Overview 2 Datacenter Review"

More information

Quantifying Skype User Satisfaction

Quantifying Skype User Satisfaction EECS443: Skype satisfaction presentation p. 1/14 Quantifying Skype User Satisfaction Kuan-Ta Chen, Chun-Ying Huang, Polly Huang, and Chin-Laung Lei SIGCOMM 06, Sep 2006, Pisa, Italy. EECS443: Skype satisfaction

More information

L41: Lab 4 - The TCP State Machine

L41: Lab 4 - The TCP State Machine L41: Lab 4 - The TCP State Machine Dr Robert N. M. Watson 29 January 2016 Dr Robert N. M. Watson L41: Lab 4 - The TCP State Machine 29 January 2016 1 / 10 L41: Lab 4 - The TCP State Machine The TCP state

More information

Data Science Bootcamp Curriculum. NYC Data Science Academy

Data Science Bootcamp Curriculum. NYC Data Science Academy Data Science Bootcamp Curriculum NYC Data Science Academy 100+ hours free, self-paced online course. Access to part-time in-person courses hosted at NYC campus Machine Learning with R and Python Foundations

More information

Identification of the correct hard-scatter vertex at the Large Hadron Collider

Identification of the correct hard-scatter vertex at the Large Hadron Collider Identification of the correct hard-scatter vertex at the Large Hadron Collider Pratik Kumar, Neel Mani Singh pratikk@stanford.edu, neelmani@stanford.edu Under the guidance of Prof. Ariel Schwartzman( sch@slac.stanford.edu

More information

On Network Dimensioning Approach for the Internet

On Network Dimensioning Approach for the Internet On Dimensioning Approach for the Internet Masayuki Murata ed Environment Division Cybermedia Center, (also, Graduate School of Engineering Science, ) e-mail: murata@ics.es.osaka-u.ac.jp http://www-ana.ics.es.osaka-u.ac.jp/

More information

Introduction to Ethernet Latency

Introduction to Ethernet Latency Introduction to Ethernet Latency An Explanation of Latency and Latency Measurement The primary difference in the various methods of latency measurement is the point in the software stack at which the latency

More information

CSE 573: Artificial Intelligence Autumn 2010

CSE 573: Artificial Intelligence Autumn 2010 CSE 573: Artificial Intelligence Autumn 2010 Lecture 16: Machine Learning Topics 12/7/2010 Luke Zettlemoyer Most slides over the course adapted from Dan Klein. 1 Announcements Syllabus revised Machine

More information

Deliverable D7.4 Field Validation Test Report

Deliverable D7.4 Field Validation Test Report VIVALDI PROJECT DOCUMENT WORK PACKAGE 7 Deliverable D7.4 Field Validation Test Report Revision 1.2 Project full title: Advancing interactive Broadband satellite access by optimal convergence of session

More information

On Receiver-Driven Layered Multicast Transmission

On Receiver-Driven Layered Multicast Transmission CSD-TR-4, UCLA On Receiver-Driven Layered Multicast Transmission Jun Wei, Lixia Zhang Computer Sciences Department, UCLA 443 Boelter Hall, Los Angeles, CA 995 E-mail: jun@cs.ucla.edu, lixia@cs.ucla.edu

More information

Implementing stable TCP variants

Implementing stable TCP variants Implementing stable TCP variants IPAM Workshop on Large Scale Communications Networks April 2002 Tom Kelly ctk21@cam.ac.uk Laboratory for Communication Engineering University of Cambridge Implementing

More information

Introduction to Automated Text Analysis. bit.ly/poir599

Introduction to Automated Text Analysis. bit.ly/poir599 Introduction to Automated Text Analysis Pablo Barberá School of International Relations University of Southern California pablobarbera.com Lecture materials: bit.ly/poir599 Today 1. Solutions for last

More information

New Generation Open Content Delivery Networks

New Generation Open Content Delivery Networks Open ContEnt Aware Networks New Generation Open Content Delivery Networks Yannick Le Louédec Orange Labs Workshop Future Media Distribution. November 10 th, 2011 www.ict-ocean.eu The research leading to

More information

Machine Learning Practice and Theory

Machine Learning Practice and Theory Machine Learning Practice and Theory Day 9 - Feature Extraction Govind Gopakumar IIT Kanpur 1 Prelude 2 Announcements Programming Tutorial on Ensemble methods, PCA up Lecture slides for usage of Neural

More information

Classification using Weka (Brain, Computation, and Neural Learning)

Classification using Weka (Brain, Computation, and Neural Learning) LOGO Classification using Weka (Brain, Computation, and Neural Learning) Jung-Woo Ha Agenda Classification General Concept Terminology Introduction to Weka Classification practice with Weka Problems: Pima

More information

The administrators capability to shape these four aspects is enabled through the firewalls service quality measurements, such as:

The administrators capability to shape these four aspects is enabled through the firewalls service quality measurements, such as: Quality of Service (QoS) on Palo Alto Networks firewalls represents a set of features used to prioritize and adjust quality aspects of network traffic. The variety of options that comes as an integral

More information

QoE using a mobile application approach: a solution from Ciqual to qualify the quality of experience of end users on mobile networks

QoE using a mobile application approach: a solution from Ciqual to qualify the quality of experience of end users on mobile networks QoE using a mobile application approach: a solution from Ciqual to qualify the quality of experience of end users on mobile networks What is Ciqual and what is it for? Ciqual is a solution that permits

More information

CS 528 Mobile and Ubiquitous Computing Lecture 4a: Playing Sound and Video Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 4a: Playing Sound and Video Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 4a: Playing Sound and Video Emmanuel Agu Reminder: Final Project 1-slide from group in 2 weeks Thursday October 11: 2/30 of final project grade Slide should

More information

How YouTube Performance is Improved in the T-Mobile Network. Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google

How YouTube Performance is Improved in the T-Mobile Network. Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google How YouTube Performance is Improved in the T-Mobile Network Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google Speakers Jie Hui Kevin Lau Ankur Jain Andreas Terzis Jeff Smith Executive

More information

Generation of Realistic Interferences in the Omnet++ INET Framework Based on Real Traffic Measurements

Generation of Realistic Interferences in the Omnet++ INET Framework Based on Real Traffic Measurements Generation of Realistic 802.11 Interferences in the Omnet++ INET Framework Based on Real Traffic Measurements Juan-Carlos Maureira 1 and Diego Dujovne 2 and Olivier Dalle 1 1 INRIA, I3S, CNRS, Univ. Nice

More information

WLCG Network Throughput WG

WLCG Network Throughput WG WLCG Network Throughput WG Shawn McKee, Marian Babik for the Working Group HEPiX Tsukuba 16-20 October 2017 Working Group WLCG Network Throughput WG formed in the fall of 2014 within the scope of WLCG

More information

Feature Extractors. CS 188: Artificial Intelligence Fall Some (Vague) Biology. The Binary Perceptron. Binary Decision Rule.

Feature Extractors. CS 188: Artificial Intelligence Fall Some (Vague) Biology. The Binary Perceptron. Binary Decision Rule. CS 188: Artificial Intelligence Fall 2008 Lecture 24: Perceptrons II 11/24/2008 Dan Klein UC Berkeley Feature Extractors A feature extractor maps inputs to feature vectors Dear Sir. First, I must solicit

More information

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies Outline 15-441/15-641 Computer Networking Lecture 18 Internet Video Delivery Peter Steenkiste Slides by Professor Hui Zhang Background Technologies: - HTTP download - Real-time streaming - HTTP streaming

More information

Performance and Quality-of-Service Analysis of a Live P2P Video Multicast Session on the Internet

Performance and Quality-of-Service Analysis of a Live P2P Video Multicast Session on the Internet Performance and Quality-of-Service Analysis of a Live P2P Video Multicast Session on the Internet Sachin Agarwal 1, Jatinder Pal Singh 1, Aditya Mavlankar 2, Pierpaolo Bacchichet 2, and Bernd Girod 2 1

More information

Initial Performance Metric Registry Entries

Initial Performance Metric Registry Entries Initial Performance Metric Registry Entries draft-mornuley-ippm-initial-registry-01,2,3 draft-morton-ippm-initial-registry-0,1,2,3,4 draft-ietf-ippm-initial-registry-05 A. Morton, M. Bagnulo, P. Eardley,

More information

ITU Workshop on Performance, QoS and QoE. Dakar, Senegal, 19-March Erwin Dirckx

ITU Workshop on Performance, QoS and QoE. Dakar, Senegal, 19-March Erwin Dirckx ITU Workshop on Performance, QoS and QoE Dakar, Senegal, 19-March 2018 Erwin Dirckx 1 GLOBAL PROVIDER OF NETWORK QUALITY SOLUTIONS 12 Locations worldwide 30 Years of experience 200 Professional experts

More information

Feature Selection with Decision Tree Criterion

Feature Selection with Decision Tree Criterion Feature Selection with Decision Tree Criterion Krzysztof Grąbczewski and Norbert Jankowski Department of Computer Methods Nicolaus Copernicus University Toruń, Poland kgrabcze,norbert@phys.uni.torun.pl

More information

Streaming Video and TCP-Friendly Congestion Control

Streaming Video and TCP-Friendly Congestion Control Streaming Video and TCP-Friendly Congestion Control Sugih Jamin Department of EECS University of Michigan jamin@eecs.umich.edu Joint work with: Zhiheng Wang (UofM), Sujata Banerjee (HP Labs) Video Application

More information

Atacama: An Open Experimental Platform for Mixed-Criticality Networking on Top of Ethernet

Atacama: An Open Experimental Platform for Mixed-Criticality Networking on Top of Ethernet Atacama: An Open Experimental Platform for Mixed-Criticality Networking on Top of Ethernet Gonzalo Carvajal 1,2 and Sebastian Fischmeister 1 1 University of Waterloo, ON, Canada 2 Universidad de Concepcion,

More information

Engineering Quality of Experience: A Brief Introduction

Engineering Quality of Experience: A Brief Introduction Engineering Quality of Experience: A Brief Introduction Neil Davies and Peter Thompson November 2012 Connecting the quality of user experience to parameters a network operator can directly measure and

More information