SlideShare a Scribd company logo
1 of 20
Download to read offline
University of Luxembourg
SCILABTEC 2015, Friday 22 May.
ANALYSIS Of Call Detail Records Based on Scilab
Foued Melakessou
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Outline
n  Project Description
n  Problematic
n  Big Data Analysis
n  Population Mobility Modeling
n  D4D Challenge (2015 Senegal)
n  Scilab Contribution: NARVAL
n  Conclusion & Perspective
n  FNR Core Project (April 2014-March 2017)
n  The MAMBA (MultimodAl MoBility Assistance) project intends to propose and validate a multimodal mobility
platform that relies on new Internet technologies to interconnect different mobile services with the aim of providing
relevant travel advice based on users’ contexts, so as to optimize overall system performance
n  Real time traffic conditions
n  Status of existing public transport services (e.g., buses, trains)
n  User preferences
n  Analysis of large mobility datasets (e.g., mobile phone traces)
n  Influence the itinerary of the users by suggesting new multimodal routes based on their preferences
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
MAMBA Project
n  Transportation Research: human mobility
n  Urban planning
n  Traffic forecasting
n  Resource management
n  The evaluation of mobility models helps to better design and develop
future infrastructure in order to better support the actual demand
n  Lack of tools to monitor the time-resolved location of individuals
n  Observation studies
n  Forms: population census
n  Call Detail Records (CDRs), generated by mobile phone operators can be
used to retrieve mobility patterns of the population under study.
n  Extraction of realistic mobility models adapted to the Senegal use case
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Problematic
n  D4D Senegal is an innovation challenge open on ICT Big Data for the purposes of societal
development
n  NETMOB’15, Media Lab, MIT, April 8-10, 2015
n  Sonatel and the Orange Group are making anonymous data, extracted from the mobile
network in Senegal, available to international research laboratories
n  5 priority subject matters: health, agriculture, transport/urban planning, energy and national
statistics
n  Advancing research in the field of Big Data (anonymisation, datamining, visualization and
cross-referencing)
n  Involving local stakeholders and guaranteeing benefits in education and development of the
ecosystem of local start-ups
n  Advancing in anonymisation techniques to allow sharing of data that is relevant for society
while respecting privacy
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Data 4 Development Challenge: Senegal
n  Sonatel/Orange (Société nationale des
télécommunications) is the main mobile
telecommunication operator
n  Anonymous call patterns of Orange’s mobile phone
users in Senegal have been released for the 2015
D4D challenge: phone calls and text exchanges
between 9M of Orange customers in 2013
n  1666 Base Stations: Antenna ID, Lat, Lon
n  SET1 (53.8GB): Voice and Text traffic (#Call,
TCall and #Text) for each month (antenna-
to-antenna traffic on an hourly basis)
n  2013-01-01 00,1,1,1,54
n  2013-01-01 00,1,2,1,39
n  SET2 (38.4GB): Fine-grained mobility data
on a rolling 2-week basis (trajectories of
300000 randomly sampled users)
n  1,2013-01-07 13:10:00,461
n  1,2013-01-07 17:20:00,454
n  SET3 (16.5GB): Coarse-grained mobility
data, month by month, at the district level
(trajectories of 150000 randomly sampled
users)
n  37509, 2013-01-29 15:00:00,3
n  84009, 2013-01-14 07:00:00,3
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Orange/Sonatel Call Detail Records
14
16
13
15
12.5
13.5
14.5
15.5
16.5
Latitude
Longitude
-17 -16 -15 -14 -13 -12
Region Population
3.14M
0.15M
59
Antenna
8
1 2 3
4
5
6 7
9
13
489
#
11
10
14
N3
N2
N7
N1
N1
N2
N3
N4
N3
N5
N5
N6
1 Dakar 8 Saint-Louis
2 Thies 9 Kolda
3 Djourbel 10 Sedhiou
4 Fatick 11 Ziguinchor
5 Louga 12 Kedougou
6 Kaolack 13 Tambacounda
7 Kaffrine 14 Matam
n  Human activities heavily impact
the behavior of calls and
messages emitted and received
during each period of the day
n  Model the daily traffic profile
supported in each base station
(level of aggregation=1h)
n  Traffic variable: number of calls
#Calls, duration of calls Tcall
and number of messages
#Text
n  Outliers removal process at 2σ
n  Normal traffic behavior
n  Detection of traffic anomalies
(cultural or sport events)
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Daily Profile Model
T
0 2 000 4 000 6 000 8 000
0
Voice NS
500
1000
1500
T
#Call
0 2 000 4 000 6 000 8 000
100000
70000
30000
0
TCall
T
Voice DS
Text S
0 2 000 4 000 6 000 8 000
#Text
0
2000
4000
6000
8000
0 2 000 4 000 6 000 8 000
0
1 000
500
1 500
Voice ND
T
#Call
0 2 000 4 000 6 000 8 000
Voice DD
TCall
0
20000
40000
60000
80000
T
Text D
0 2 000 4 000 6 000 8 000
T
0
2000
4000
6000
8000
#Text
n  PX(a)={X1X2X3…X24}
n  Xi is the expected value of the traffic variable X
collected in the antenna a during the ith one hour
time slot
n  E(a)={E1E2…Ee}
n  List of extrema computed with a gradient algorithm
n  Succession of local minimums and maximums
n  NaN, a statistics and machine learning toolbox for
Scilab focusing on data with and without missing
values encoded as NaN’s
n  Tmax_f: time when the first local maximum Nmax_f
occurs (beginning of diurnal activities)
n  Tmax_l: time when the last local maximum Nmax_l
occurs (end of diurnal activities)
n  M (respectively S) is the average traffic
(respectively the standard deviation) of the diurnal
activities
n  Ne: number of extrema
n  Tmin: time when the global minimum Nmin occurs
n  Classification based on k-Means algorithm to find a set
of maximally disjoint clusters (k=4)
n  Urban (Class 1)
n  Suburban (Class 2 and 3)
n  Rural (Class 4)
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
K-Means Classification
2 4 6 8 10 12 14 16 18 20 22 24
0
500
1000
1500
2000
2500
3000
3500
4000
T
N
Tmax_f
First MAX
n  First and largest peak centered at 12AM
n  Diurnal activities start at 08AM and finish at 11PM
n  Rural population represents 55% of the total population (14M)
n  Highest population density in the area of Dakar, the capital of Senegal
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
#Call
Class 1
Class 2
Class 3
Class 0
Class 4
Class 1
Class 2
Class 3
Class 4
2 4 6 8 10 12 14 16 18 20 22 24
0
500
1000
1500
2000
2500
3000
3500
#Call
T
n  High activity during the night (08PM to 02AM)
n  Young population
n  The median age is 18.4 years
n  60% of the population are less than 24 years old
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
#Text
#Text
Class 1
Class 2
Class 3
Class 4
2 4 6 8 10 12 14 16 18 20 22 24
T
500
0
1000
1500
2000
2500
3000
3500
4000
4500
5000
5500
6000
6500
Class 1
Class 2
Class 3
Class 0
Class 4
n  Mobile phone activity between the first and last peaks
n  Mean
n  Standard deviation
n  Local vs Distant calls
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Geographical distribution of Caller/Callee activities (#Call)
n  Level of aggregation: 1 Day
n  Detection of local anomalies
n  Correlation #Call and Tcall
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Local Traffic Anomaly Detection
50 100 150 200 250 300 350
#Call Antenna 1
0
20
40
Day
0
1000
2000
3000
TCall
50 100 150 200 250 300 350 Day
#Text
0
10
20
50 100 150 200 250 300 350 Day
σ
2σ
n  Level of aggregation: 1 Day
n  Number of antennas that present an anomaly the same day
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
National Traffic Anomaly Detection
Date (2013) Event
1 January New Year
24 January Mawlid (Prophet birth)
31 March - 1 April Easter
4 April Independence day
9 July - 7 August Ramadan
4 August Laylat Al Qadr
8 August Aid El Fitr
15 August Assomption
15 October Aid El Kebir
13-14 November Tamkharit (Achoura)
15 December to beginning of January Magal of Touba
25 December Christmas
n  On the 1st August 2013, the new
highway between Dakar and
Diamniadio has been inaugurated
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Specific Event Analysis: Highway Inauguration
50 100 150 200 250 300 350 Day
0
500
1000
#Call Antenna 237
50 100 150 200 250 300 350 Day
0
50000
TCall
#Text
50 100 150 200 250 300 350 Day
0
500
1000
50 100 150 200 250 300 350 Day
0
500
1000
#Call Antenna 397
50 100 150 200 250 300 350 Day
0
50000
100000
TCall
50 100 150 200 250 300 350 Day
#Text
2000
1000
0
n  67 antennas located near to the new highway
n  Computation of the traffic growth after the inauguration
n  #Call: +15%
n  TCall: +23%
n  #Text: +29%
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Traffic Growth After the Opening of the New Highway
5 10 15 20 25 30 35 40 45 50 55 60
-1
-0.8
-0.6
-0.4
-0.2
0
0.2
0.4
0.6
0.8
1
TCall
#Call
#Text
Antenna (Highway) Id
Growth
n  Maps of primary flows
n  Mobility graphs are composed by all interconnections between antennas (respectively
districts) where users moved during the duration of the traffic collection
n  Congestion map provides for each antenna A, the number of users that have crossed A
during the duration of the traffic measurement
n  Each congestion map presents high values near to urban areas
n  Mobility graphs are highly correlated with the road network
n  Long links: there is a lack of information about intermediate locations where the users
traveled, if the inter-arrival time between two mobile activities is too large
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Mobility Demand: SET2 and SET3
n  Other data sets used in this project
n  Type of data: OpenStreetMap
n  Perl Scripts (automatic extraction of national boundaries, highway/primary/secondary/
trunk roads)
n  New Scilab module (CDRs analysis) added to the NARVAL toolbox
n  Complete software environment enabling the understanding of available communication
algorithms, but also the design of new schemes
n  Graph Optimization, Topology, Internet Traffic, Routing, Transmission Protocol, Route
Diversity, Mobility, Security, Anonymity, Path Planning, Wireless Sensor Network, etc.
n  Target audience: academics, students, engineers and scientists
n  http://atoms.scilab.org/toolboxes/NARVAL
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Scilab Contribution
NARVAL
Network Analysis and Routing eVALuation
c
Ver 3.0
n  Daily Profile Model
n  Characterization of each base station traffic (amount of calls,
duration of calls and amount of text messages)
n  Classification: urban, suburban and rural modes
n  Correlation between each base station traffic and population
of its covering area
n  Traffic Anomalies Detection
n  Analysis of national anomalies
n  Analysis of local anomalies, e.g. inauguration of the new
highway between Dakar and Diamniado
n  Mobility graphs
n  Computation of mobility flows
n  Performance of congestion maps
n  Future Work
n  Separation of daily profiles into 7 daily profiles
n  Working day and weekend
n  Anomaly detection with an aggregation level of 1h
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Conclusion
Antenna 266: Week Profiles
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
2 4 6 8 10 12 14 16 18 20 22 24
Time
0
500
1000
1500
2000
2500
3000
3500
4000
4500
#Call
n  A global open innovation initiative for climate
resilience
n  Now is the time to use big data to fight
climate change
n  World leader will decide on a universal climate
agreement at COP21, potentially the most
decisive climate conference in 25 years
n  COP21 (Paris, 2015, Nov 30th to Dec 11th) is
critical as the impacts of climate change are
accelerating, and time to develop solutions is
limited
n  Achieve a new international agreement on
the climate, applicable to all countries, with
the aim of keeping global warming below 2°C
n  Analyzing anonymised, aggregated data from
digital sources such as mobile phones and bank
transactions can provide valuable insights on
human behavior and climate risks.
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
D4C DATA For CLIMATE ACTION CHALLENGE 2015
SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab
Questions
n  Thank You!
n  Acknowledgement
n  This Data was made available by ORANGE/SONATEL within the framework of the D4D
Challenge. The author would like to thank Orange and SONATEL for the availability of
these CDR’s datasets.
n  The author would like to thank the National Research Fund of Luxembourg (FNR) for
providing financial support through the CORE 2013 MAMBA project (C13/IS/5825301)
n  Contact
n  foued.melakessou@uni.lu

More Related Content

Viewers also liked

Programming in Ansi C
Programming in Ansi CProgramming in Ansi C
Programming in Ansi CPriya Chauhan
 
Scilab Modelica conference 20150921
Scilab Modelica conference 20150921Scilab Modelica conference 20150921
Scilab Modelica conference 20150921Scilab
 
Contact Center Call Detail Reporting
Contact Center Call Detail ReportingContact Center Call Detail Reporting
Contact Center Call Detail ReportingConnect First
 
ScilabTEC 2015 - KIT
ScilabTEC 2015 - KITScilabTEC 2015 - KIT
ScilabTEC 2015 - KITScilab
 
COMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILAB
COMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILABCOMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILAB
COMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILABWildan Maulana
 
Scilab is not naive
Scilab is not naiveScilab is not naive
Scilab is not naiveScilab
 
Xcos for beginners
Xcos for beginnersXcos for beginners
Xcos for beginnersScilab
 
Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...
Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...
Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...Scilab
 
Sci scada toolbox
Sci scada toolboxSci scada toolbox
Sci scada toolboxAwesomejk
 
Hydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systemsHydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systemsScilab
 
ScilabTEC 2015 - Evidence
ScilabTEC 2015 - EvidenceScilabTEC 2015 - Evidence
ScilabTEC 2015 - EvidenceScilab
 
Optimization in scilab
Optimization in scilabOptimization in scilab
Optimization in scilabScilab
 
Numerical Solutions to Ordinary Differential Equations in Scilab
Numerical Solutions to Ordinary Differential Equations in ScilabNumerical Solutions to Ordinary Differential Equations in Scilab
Numerical Solutions to Ordinary Differential Equations in Scilabguest92ceef
 
Automation of call detail record management system using newgen’s ecm suite
Automation of call detail record management system using newgen’s ecm suiteAutomation of call detail record management system using newgen’s ecm suite
Automation of call detail record management system using newgen’s ecm suiteNewgen Software Technologies Limited
 
ScilabTEC 2015 - Sanofi
ScilabTEC 2015 - SanofiScilabTEC 2015 - Sanofi
ScilabTEC 2015 - SanofiScilab
 

Viewers also liked (20)

Programming in Ansi C
Programming in Ansi CProgramming in Ansi C
Programming in Ansi C
 
Scilab Modelica conference 20150921
Scilab Modelica conference 20150921Scilab Modelica conference 20150921
Scilab Modelica conference 20150921
 
Contact Center Call Detail Reporting
Contact Center Call Detail ReportingContact Center Call Detail Reporting
Contact Center Call Detail Reporting
 
The Human Element in Digital
The Human Element in DigitalThe Human Element in Digital
The Human Element in Digital
 
ScilabTEC 2015 - KIT
ScilabTEC 2015 - KITScilabTEC 2015 - KIT
ScilabTEC 2015 - KIT
 
COMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILAB
COMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILABCOMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILAB
COMPARATIVE STUDY OF MATLAB AND ITS OPEN SOURCE ALTERNATIVE SCILAB
 
Scilab vs matlab
Scilab vs matlabScilab vs matlab
Scilab vs matlab
 
Scilab is not naive
Scilab is not naiveScilab is not naive
Scilab is not naive
 
Xcos for beginners
Xcos for beginnersXcos for beginners
Xcos for beginners
 
Introdução ao SciLab
Introdução ao SciLabIntrodução ao SciLab
Introdução ao SciLab
 
Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...
Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...
Introduction to Discrete Probabilities with Scilab - Michaël Baudin, Consort...
 
Sci scada toolbox
Sci scada toolboxSci scada toolbox
Sci scada toolbox
 
Hydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systemsHydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systems
 
ScilabTEC 2015 - Evidence
ScilabTEC 2015 - EvidenceScilabTEC 2015 - Evidence
ScilabTEC 2015 - Evidence
 
Optimization in scilab
Optimization in scilabOptimization in scilab
Optimization in scilab
 
Numerical Solutions to Ordinary Differential Equations in Scilab
Numerical Solutions to Ordinary Differential Equations in ScilabNumerical Solutions to Ordinary Differential Equations in Scilab
Numerical Solutions to Ordinary Differential Equations in Scilab
 
Xcos scilab
Xcos scilabXcos scilab
Xcos scilab
 
Kompros scilab
Kompros scilabKompros scilab
Kompros scilab
 
Automation of call detail record management system using newgen’s ecm suite
Automation of call detail record management system using newgen’s ecm suiteAutomation of call detail record management system using newgen’s ecm suite
Automation of call detail record management system using newgen’s ecm suite
 
ScilabTEC 2015 - Sanofi
ScilabTEC 2015 - SanofiScilabTEC 2015 - Sanofi
ScilabTEC 2015 - Sanofi
 

Similar to SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab

Georabble - Ramani Huria
Georabble - Ramani HuriaGeorabble - Ramani Huria
Georabble - Ramani HuriaPLACE
 
La telefonía móvil como fuente de información para el estudio de la movilidad...
La telefonía móvil como fuente de información para el estudio de la movilidad...La telefonía móvil como fuente de información para el estudio de la movilidad...
La telefonía móvil como fuente de información para el estudio de la movilidad...Esri España
 
Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...
Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...
Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...Beniamino Murgante
 
Towards emergency vehicle routing using Geolinked Open Data: the case study o...
Towards emergency vehicle routing using Geolinked Open Data: the case study o...Towards emergency vehicle routing using Geolinked Open Data: the case study o...
Towards emergency vehicle routing using Geolinked Open Data: the case study o...Sergio Consoli
 
Transportation service innovation through big data
Transportation service innovation through big data Transportation service innovation through big data
Transportation service innovation through big data cityprojectdevelopment
 
Market incentivisation for ICT Development (National ICT policies and their i...
Market incentivisation for ICT Development (National ICT policies and their i...Market incentivisation for ICT Development (National ICT policies and their i...
Market incentivisation for ICT Development (National ICT policies and their i...Harsha Liyanage
 
The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...
The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...
The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...PAPIs.io
 
Closing plenary and keynote from Lauren Sager Weinstein
Closing plenary and keynote from Lauren Sager WeinsteinClosing plenary and keynote from Lauren Sager Weinstein
Closing plenary and keynote from Lauren Sager WeinsteinJisc
 
Telecom Italia Big Data Challenge
Telecom Italia Big Data ChallengeTelecom Italia Big Data Challenge
Telecom Italia Big Data ChallengeGroupon
 
Webinar: Using smart card and GPS data for policy and planning: the case of T...
Webinar: Using smart card and GPS data for policy and planning: the case of T...Webinar: Using smart card and GPS data for policy and planning: the case of T...
Webinar: Using smart card and GPS data for policy and planning: the case of T...BRTCoE
 
Mobility information from mobile phone data
Mobility information from mobile phone dataMobility information from mobile phone data
Mobility information from mobile phone dataLuis Willumsen
 
Monitoring temporary populations through cellular core network data
Monitoring temporary populations through cellular core network dataMonitoring temporary populations through cellular core network data
Monitoring temporary populations through cellular core network dataBeniamino Murgante
 
Locations big data its
Locations big data itsLocations big data its
Locations big data itsGeoMedeelel
 
BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...
BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...
BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...Big Data Week
 
Intelligent Transportation Trends chpt.3 - Traffic Monitoring
Intelligent Transportation Trends chpt.3 - Traffic MonitoringIntelligent Transportation Trends chpt.3 - Traffic Monitoring
Intelligent Transportation Trends chpt.3 - Traffic MonitoringNovavia Solutions
 
NEXES: On the Path Towards NGES
NEXES: On the Path Towards NGESNEXES: On the Path Towards NGES
NEXES: On the Path Towards NGESMarco Manso
 
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Piyush Yadav
 
South Yorkshire Intelligent Transport System
South Yorkshire Intelligent Transport SystemSouth Yorkshire Intelligent Transport System
South Yorkshire Intelligent Transport SystemTim Rivett
 
CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...
CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...
CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...Big Data Week
 
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Artificial Intelligence Institute at UofSC
 

Similar to SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab (20)

Georabble - Ramani Huria
Georabble - Ramani HuriaGeorabble - Ramani Huria
Georabble - Ramani Huria
 
La telefonía móvil como fuente de información para el estudio de la movilidad...
La telefonía móvil como fuente de información para el estudio de la movilidad...La telefonía móvil como fuente de información para el estudio de la movilidad...
La telefonía móvil como fuente de información para el estudio de la movilidad...
 
Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...
Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...
Integrating spatial and thematic data: the CRISOLA case for Malta and the Eur...
 
Towards emergency vehicle routing using Geolinked Open Data: the case study o...
Towards emergency vehicle routing using Geolinked Open Data: the case study o...Towards emergency vehicle routing using Geolinked Open Data: the case study o...
Towards emergency vehicle routing using Geolinked Open Data: the case study o...
 
Transportation service innovation through big data
Transportation service innovation through big data Transportation service innovation through big data
Transportation service innovation through big data
 
Market incentivisation for ICT Development (National ICT policies and their i...
Market incentivisation for ICT Development (National ICT policies and their i...Market incentivisation for ICT Development (National ICT policies and their i...
Market incentivisation for ICT Development (National ICT policies and their i...
 
The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...
The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...
The emergent opportunity of Big Data for Social Good - Nuria Oliver @ PAPIs C...
 
Closing plenary and keynote from Lauren Sager Weinstein
Closing plenary and keynote from Lauren Sager WeinsteinClosing plenary and keynote from Lauren Sager Weinstein
Closing plenary and keynote from Lauren Sager Weinstein
 
Telecom Italia Big Data Challenge
Telecom Italia Big Data ChallengeTelecom Italia Big Data Challenge
Telecom Italia Big Data Challenge
 
Webinar: Using smart card and GPS data for policy and planning: the case of T...
Webinar: Using smart card and GPS data for policy and planning: the case of T...Webinar: Using smart card and GPS data for policy and planning: the case of T...
Webinar: Using smart card and GPS data for policy and planning: the case of T...
 
Mobility information from mobile phone data
Mobility information from mobile phone dataMobility information from mobile phone data
Mobility information from mobile phone data
 
Monitoring temporary populations through cellular core network data
Monitoring temporary populations through cellular core network dataMonitoring temporary populations through cellular core network data
Monitoring temporary populations through cellular core network data
 
Locations big data its
Locations big data itsLocations big data its
Locations big data its
 
BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...
BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...
BDW17 London - Mick Ridley, Exterion Media & Dale Campbell , TfL - Transformi...
 
Intelligent Transportation Trends chpt.3 - Traffic Monitoring
Intelligent Transportation Trends chpt.3 - Traffic MonitoringIntelligent Transportation Trends chpt.3 - Traffic Monitoring
Intelligent Transportation Trends chpt.3 - Traffic Monitoring
 
NEXES: On the Path Towards NGES
NEXES: On the Path Towards NGESNEXES: On the Path Towards NGES
NEXES: On the Path Towards NGES
 
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
Geospatial Open Data and Urban Growth Modelling for Evidence-based Decision M...
 
South Yorkshire Intelligent Transport System
South Yorkshire Intelligent Transport SystemSouth Yorkshire Intelligent Transport System
South Yorkshire Intelligent Transport System
 
CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...
CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...
CREATING VALUE FROM MOBILE PHONE DATA – CASE STUDY IN THE OOH MARKET - NICK H...
 
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
 

More from Scilab

Statistical Analysis for Robust Design
Statistical Analysis for Robust DesignStatistical Analysis for Robust Design
Statistical Analysis for Robust DesignScilab
 
Electric motor optimization
Electric motor optimizationElectric motor optimization
Electric motor optimizationScilab
 
Asteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 KeynoteAsteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 KeynoteScilab
 
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...Scilab
 
Scilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modellingScilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modellingScilab
 
X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...Scilab
 
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...Scilab
 
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCosAircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCosScilab
 
Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3Scilab
 
Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2Scilab
 
Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1Scilab
 
Multiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in ScilabMultiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in ScilabScilab
 
Scilab optimization workshop
Scilab optimization workshop Scilab optimization workshop
Scilab optimization workshop Scilab
 
INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018Scilab
 
Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018Scilab
 
Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018Scilab
 
University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018Scilab
 
DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018Scilab
 
Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018Scilab
 
Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Scilab
 

More from Scilab (20)

Statistical Analysis for Robust Design
Statistical Analysis for Robust DesignStatistical Analysis for Robust Design
Statistical Analysis for Robust Design
 
Electric motor optimization
Electric motor optimizationElectric motor optimization
Electric motor optimization
 
Asteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 KeynoteAsteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 Keynote
 
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
 
Scilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modellingScilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modelling
 
X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...
 
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
 
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCosAircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
 
Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3
 
Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2
 
Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1
 
Multiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in ScilabMultiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in Scilab
 
Scilab optimization workshop
Scilab optimization workshop Scilab optimization workshop
Scilab optimization workshop
 
INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018
 
Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018
 
Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018
 
University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018
 
DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018
 
Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018
 
Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018
 

Recently uploaded

SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSebastiano Panichella
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...marjmae69
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxaryanv1753
 
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.KathleenAnnCordero2
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxmavinoikein
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationNathan Young
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringSebastiano Panichella
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...漢銘 謝
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSebastiano Panichella
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comsaastr
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power
 
miladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptxmiladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptxCarrieButtitta
 
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC  - NANOTECHNOLOGYPHYSICS PROJECT BY MSC  - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC - NANOTECHNOLOGYpruthirajnayak525
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸mathanramanathan2005
 
James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !risocarla2016
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Escort Service
 

Recently uploaded (20)

SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation Track
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptx
 
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptx
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism Presentation
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software Engineering
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
 
miladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptxmiladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptx
 
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC  - NANOTECHNOLOGYPHYSICS PROJECT BY MSC  - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸
 
James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !James Joyce, Dubliners and Ulysses.ppt !
James Joyce, Dubliners and Ulysses.ppt !
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170
 

SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab

  • 1. University of Luxembourg SCILABTEC 2015, Friday 22 May. ANALYSIS Of Call Detail Records Based on Scilab Foued Melakessou
  • 2. SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Outline n  Project Description n  Problematic n  Big Data Analysis n  Population Mobility Modeling n  D4D Challenge (2015 Senegal) n  Scilab Contribution: NARVAL n  Conclusion & Perspective
  • 3. n  FNR Core Project (April 2014-March 2017) n  The MAMBA (MultimodAl MoBility Assistance) project intends to propose and validate a multimodal mobility platform that relies on new Internet technologies to interconnect different mobile services with the aim of providing relevant travel advice based on users’ contexts, so as to optimize overall system performance n  Real time traffic conditions n  Status of existing public transport services (e.g., buses, trains) n  User preferences n  Analysis of large mobility datasets (e.g., mobile phone traces) n  Influence the itinerary of the users by suggesting new multimodal routes based on their preferences SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab MAMBA Project
  • 4. n  Transportation Research: human mobility n  Urban planning n  Traffic forecasting n  Resource management n  The evaluation of mobility models helps to better design and develop future infrastructure in order to better support the actual demand n  Lack of tools to monitor the time-resolved location of individuals n  Observation studies n  Forms: population census n  Call Detail Records (CDRs), generated by mobile phone operators can be used to retrieve mobility patterns of the population under study. n  Extraction of realistic mobility models adapted to the Senegal use case SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Problematic
  • 5. n  D4D Senegal is an innovation challenge open on ICT Big Data for the purposes of societal development n  NETMOB’15, Media Lab, MIT, April 8-10, 2015 n  Sonatel and the Orange Group are making anonymous data, extracted from the mobile network in Senegal, available to international research laboratories n  5 priority subject matters: health, agriculture, transport/urban planning, energy and national statistics n  Advancing research in the field of Big Data (anonymisation, datamining, visualization and cross-referencing) n  Involving local stakeholders and guaranteeing benefits in education and development of the ecosystem of local start-ups n  Advancing in anonymisation techniques to allow sharing of data that is relevant for society while respecting privacy SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Data 4 Development Challenge: Senegal
  • 6. n  Sonatel/Orange (Société nationale des télécommunications) is the main mobile telecommunication operator n  Anonymous call patterns of Orange’s mobile phone users in Senegal have been released for the 2015 D4D challenge: phone calls and text exchanges between 9M of Orange customers in 2013 n  1666 Base Stations: Antenna ID, Lat, Lon n  SET1 (53.8GB): Voice and Text traffic (#Call, TCall and #Text) for each month (antenna- to-antenna traffic on an hourly basis) n  2013-01-01 00,1,1,1,54 n  2013-01-01 00,1,2,1,39 n  SET2 (38.4GB): Fine-grained mobility data on a rolling 2-week basis (trajectories of 300000 randomly sampled users) n  1,2013-01-07 13:10:00,461 n  1,2013-01-07 17:20:00,454 n  SET3 (16.5GB): Coarse-grained mobility data, month by month, at the district level (trajectories of 150000 randomly sampled users) n  37509, 2013-01-29 15:00:00,3 n  84009, 2013-01-14 07:00:00,3 SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Orange/Sonatel Call Detail Records 14 16 13 15 12.5 13.5 14.5 15.5 16.5 Latitude Longitude -17 -16 -15 -14 -13 -12 Region Population 3.14M 0.15M 59 Antenna 8 1 2 3 4 5 6 7 9 13 489 # 11 10 14 N3 N2 N7 N1 N1 N2 N3 N4 N3 N5 N5 N6 1 Dakar 8 Saint-Louis 2 Thies 9 Kolda 3 Djourbel 10 Sedhiou 4 Fatick 11 Ziguinchor 5 Louga 12 Kedougou 6 Kaolack 13 Tambacounda 7 Kaffrine 14 Matam
  • 7. n  Human activities heavily impact the behavior of calls and messages emitted and received during each period of the day n  Model the daily traffic profile supported in each base station (level of aggregation=1h) n  Traffic variable: number of calls #Calls, duration of calls Tcall and number of messages #Text n  Outliers removal process at 2σ n  Normal traffic behavior n  Detection of traffic anomalies (cultural or sport events) SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Daily Profile Model T 0 2 000 4 000 6 000 8 000 0 Voice NS 500 1000 1500 T #Call 0 2 000 4 000 6 000 8 000 100000 70000 30000 0 TCall T Voice DS Text S 0 2 000 4 000 6 000 8 000 #Text 0 2000 4000 6000 8000 0 2 000 4 000 6 000 8 000 0 1 000 500 1 500 Voice ND T #Call 0 2 000 4 000 6 000 8 000 Voice DD TCall 0 20000 40000 60000 80000 T Text D 0 2 000 4 000 6 000 8 000 T 0 2000 4000 6000 8000 #Text
  • 8. n  PX(a)={X1X2X3…X24} n  Xi is the expected value of the traffic variable X collected in the antenna a during the ith one hour time slot n  E(a)={E1E2…Ee} n  List of extrema computed with a gradient algorithm n  Succession of local minimums and maximums n  NaN, a statistics and machine learning toolbox for Scilab focusing on data with and without missing values encoded as NaN’s n  Tmax_f: time when the first local maximum Nmax_f occurs (beginning of diurnal activities) n  Tmax_l: time when the last local maximum Nmax_l occurs (end of diurnal activities) n  M (respectively S) is the average traffic (respectively the standard deviation) of the diurnal activities n  Ne: number of extrema n  Tmin: time when the global minimum Nmin occurs n  Classification based on k-Means algorithm to find a set of maximally disjoint clusters (k=4) n  Urban (Class 1) n  Suburban (Class 2 and 3) n  Rural (Class 4) SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab K-Means Classification 2 4 6 8 10 12 14 16 18 20 22 24 0 500 1000 1500 2000 2500 3000 3500 4000 T N Tmax_f First MAX
  • 9. n  First and largest peak centered at 12AM n  Diurnal activities start at 08AM and finish at 11PM n  Rural population represents 55% of the total population (14M) n  Highest population density in the area of Dakar, the capital of Senegal SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab #Call Class 1 Class 2 Class 3 Class 0 Class 4 Class 1 Class 2 Class 3 Class 4 2 4 6 8 10 12 14 16 18 20 22 24 0 500 1000 1500 2000 2500 3000 3500 #Call T
  • 10. n  High activity during the night (08PM to 02AM) n  Young population n  The median age is 18.4 years n  60% of the population are less than 24 years old SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab #Text #Text Class 1 Class 2 Class 3 Class 4 2 4 6 8 10 12 14 16 18 20 22 24 T 500 0 1000 1500 2000 2500 3000 3500 4000 4500 5000 5500 6000 6500 Class 1 Class 2 Class 3 Class 0 Class 4
  • 11. n  Mobile phone activity between the first and last peaks n  Mean n  Standard deviation n  Local vs Distant calls SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Geographical distribution of Caller/Callee activities (#Call)
  • 12. n  Level of aggregation: 1 Day n  Detection of local anomalies n  Correlation #Call and Tcall SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Local Traffic Anomaly Detection 50 100 150 200 250 300 350 #Call Antenna 1 0 20 40 Day 0 1000 2000 3000 TCall 50 100 150 200 250 300 350 Day #Text 0 10 20 50 100 150 200 250 300 350 Day σ 2σ
  • 13. n  Level of aggregation: 1 Day n  Number of antennas that present an anomaly the same day SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab National Traffic Anomaly Detection Date (2013) Event 1 January New Year 24 January Mawlid (Prophet birth) 31 March - 1 April Easter 4 April Independence day 9 July - 7 August Ramadan 4 August Laylat Al Qadr 8 August Aid El Fitr 15 August Assomption 15 October Aid El Kebir 13-14 November Tamkharit (Achoura) 15 December to beginning of January Magal of Touba 25 December Christmas
  • 14. n  On the 1st August 2013, the new highway between Dakar and Diamniadio has been inaugurated SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Specific Event Analysis: Highway Inauguration 50 100 150 200 250 300 350 Day 0 500 1000 #Call Antenna 237 50 100 150 200 250 300 350 Day 0 50000 TCall #Text 50 100 150 200 250 300 350 Day 0 500 1000 50 100 150 200 250 300 350 Day 0 500 1000 #Call Antenna 397 50 100 150 200 250 300 350 Day 0 50000 100000 TCall 50 100 150 200 250 300 350 Day #Text 2000 1000 0
  • 15. n  67 antennas located near to the new highway n  Computation of the traffic growth after the inauguration n  #Call: +15% n  TCall: +23% n  #Text: +29% SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Traffic Growth After the Opening of the New Highway 5 10 15 20 25 30 35 40 45 50 55 60 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 TCall #Call #Text Antenna (Highway) Id Growth
  • 16. n  Maps of primary flows n  Mobility graphs are composed by all interconnections between antennas (respectively districts) where users moved during the duration of the traffic collection n  Congestion map provides for each antenna A, the number of users that have crossed A during the duration of the traffic measurement n  Each congestion map presents high values near to urban areas n  Mobility graphs are highly correlated with the road network n  Long links: there is a lack of information about intermediate locations where the users traveled, if the inter-arrival time between two mobile activities is too large SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Mobility Demand: SET2 and SET3
  • 17. n  Other data sets used in this project n  Type of data: OpenStreetMap n  Perl Scripts (automatic extraction of national boundaries, highway/primary/secondary/ trunk roads) n  New Scilab module (CDRs analysis) added to the NARVAL toolbox n  Complete software environment enabling the understanding of available communication algorithms, but also the design of new schemes n  Graph Optimization, Topology, Internet Traffic, Routing, Transmission Protocol, Route Diversity, Mobility, Security, Anonymity, Path Planning, Wireless Sensor Network, etc. n  Target audience: academics, students, engineers and scientists n  http://atoms.scilab.org/toolboxes/NARVAL SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Scilab Contribution NARVAL Network Analysis and Routing eVALuation c Ver 3.0
  • 18. n  Daily Profile Model n  Characterization of each base station traffic (amount of calls, duration of calls and amount of text messages) n  Classification: urban, suburban and rural modes n  Correlation between each base station traffic and population of its covering area n  Traffic Anomalies Detection n  Analysis of national anomalies n  Analysis of local anomalies, e.g. inauguration of the new highway between Dakar and Diamniado n  Mobility graphs n  Computation of mobility flows n  Performance of congestion maps n  Future Work n  Separation of daily profiles into 7 daily profiles n  Working day and weekend n  Anomaly detection with an aggregation level of 1h SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Conclusion Antenna 266: Week Profiles Monday Tuesday Wednesday Thursday Friday Saturday Sunday 2 4 6 8 10 12 14 16 18 20 22 24 Time 0 500 1000 1500 2000 2500 3000 3500 4000 4500 #Call
  • 19. n  A global open innovation initiative for climate resilience n  Now is the time to use big data to fight climate change n  World leader will decide on a universal climate agreement at COP21, potentially the most decisive climate conference in 25 years n  COP21 (Paris, 2015, Nov 30th to Dec 11th) is critical as the impacts of climate change are accelerating, and time to develop solutions is limited n  Achieve a new international agreement on the climate, applicable to all countries, with the aim of keeping global warming below 2°C n  Analyzing anonymised, aggregated data from digital sources such as mobile phones and bank transactions can provide valuable insights on human behavior and climate risks. SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab D4C DATA For CLIMATE ACTION CHALLENGE 2015
  • 20. SCILABTEC 2015 Analysis of Call Detail Records Based on Scilab Questions n  Thank You! n  Acknowledgement n  This Data was made available by ORANGE/SONATEL within the framework of the D4D Challenge. The author would like to thank Orange and SONATEL for the availability of these CDR’s datasets. n  The author would like to thank the National Research Fund of Luxembourg (FNR) for providing financial support through the CORE 2013 MAMBA project (C13/IS/5825301) n  Contact n  foued.melakessou@uni.lu