SlideShare a Scribd company logo
Here&Now:
an IoT Design Method
Part#1
A method from Megatris Comp.
Creative Commons License
Here&Now by Megatris Comp. LLC is licensed under a Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International License.
Business and Technological context
ContextualCharacteristics
• Intelligent objects introduce a new vision for strengthening communication, relationship and
business.
• Each system must be able to communicate with other systems in use because integration
brings scalability, adaptability, flexibility and greater efficiency.
ContextualCharacteristics
The key to development are the services, not the objects.
IoTboundaryconditions
• Governance in place of:
• hardware (fixed or mobile, in house o in cloud),
• software (middleware and control and monitoring solutions)
• resources ICT (VMs, networking throuput and connection, …)
Business Boundary Conditions
• To have a disruptive innovation in place.
• IoT is disruptive as it breaks with the past, using technological innovation to create
products and / or services. (The Economist: The path to self-disruption: Nine steps of a digital
transformation)
• The breaking point is the change in strategy: instead of working on established habits of
the people and the progressive improvement of existing products or services, using
creativity and imagination to design products and services which do not exist yet.
Integration of Business-Software
• IoT on one hand and social media on the other hand are connecting the world using a
new logic of use and service.
• It is clear that the world of objects connected and communicating is able to quickly
transform and greatly our needs and our habits in a positive sense .
• New business must start from this new vision of technology and the world in which we
live.
• To be smart means to have applications that short-circuit the information by
modulating key services in digital. Programming makes use of API (Application
Programming Interface) and the Agile method, in a combination that has ushered in a
new era of development called DevOps.
Business Boundary Conditions
Slide 8
Simplification
Technology
Coherent value network
Economy
Low cost, Innovative
Business Model
Business and Technological context
WhyHere&Now
• Here: the app is here means just near people and satisfies their needs
• Now: continuous delivery helps to generate a continuos flow of new services with users
feedback rather than a long period of waterfall production with a unique and often bad
app
Testing
Basic principles
• The customer at the center of everything is the way to develop the business.
• We all become users, each with specific needs.
• Put in place a transition from the Customer Relationship Management (CRM) to
Customer Experience Management (CEM).
• Smart Objects can help relationship with its users, routing information flows more
efficiently and functionally.
• It best supports the individual digital life (productivity, physical and mental
capability) and, secondly, help track the behavior and requirements to better align
services.
The Method
Here & Now
Design Your
Business
Define your
business
model
Gap
Analysis
Architect the
new solution
Design IT
archtecture
Secure
Architecture
PayAttention
Business steps excluded to avoid too many steps that requires a big amount of time.
On request we could do a dedicated session.
ARCHITECT THE NEW SOLUTION
Adaptative App
• Adaptiveness is a basic characteristic of apps
• Readily capable of adapting
• OO and polymorphism as a vehicle
Design IoTarchitecture
• Cloud, mobile and Internet of Things need increasingly flexible, distributed and
pervasive software able to adapt to the diverse needs of the interlocutors with whom
they relate.
• Driver of development, according to Gartner forecasts, will be the preferences and use of
services associated with the IoT from consumers.
• The increasing information flows will be managed and controlled on analysis,
integration and data representation matrices or rules
• It has to strengthen the application of release rate to remain aligned with the time to
market
Basic principles
• Agile methodologies, DevOps, Big Data Management, analytics and collaboration with
internal and external stakeholders
• Each application project must become the result of a lot of work enterprise team.
• Using a road map characterized by a software development that needs to include real-time
comparison moments to validate the quality of the results and, in the case, allowing to
quickly change with appropriate adjustments.
• IoT generates a big growth of complexity and this entails new set of criteria and development
of release. How? Developing contextual applications, liquid, intelligent and connected. This
means designing software with some new cognitive artificial intelligence able to deploy
applications that have some level of understanding depending on context, learn and act
autonomously with respect to routine activities
4newapplicationstrategies
LIQUID
APPLICATIONS
CONNECTED
APPLICATIONS
Interrelated conditions which
influence an adaptive app
CONTEXTUAL
APPLICATIONS
INTELLIGENT
APPLICATIONS
Contextualapplications
• Context definition:
it is any information that can be used to characterize a specific situation.
• An Internet Smart Objects App (ISOA) adapts his behaviour depending on its interactions and
characteristics of environment (of which is aware) and user characteristics (age, sex, history,
…) and cloud status.
Liquid Application
• It is a new buzz word that hides old programming tecniques
• Liquid applications are assembled leveraging modular architectures, next-generation
integration techniques and a cloud-first, mobile-first mindset.
• An important tool (described in detail below) is Microservices
• Adopt new development approaches that incorporate smaller, reusable components to
continuously deliver software.
Microservices
5/11/2016 21
The microservice architectural style is an
approach to develop a single application as a
suite of small services, each running in its
own process and communicating with
lightweight mechanisms, often an HTTP
resource API.
There is a bare minimum of centralized
management of these services, which may be
written in different programming languages
and use different data storage technologies
IoT&Microservices
5/11/2016 22
IoT (Internet of things) is expanding. More and more devices are now connected, big companies
like Samsung, Google and LG are working on the home consumer sector to create a simple way
to connect everything to internet (IoE – internet of everything).
Every device becomes connected and intelligent thanks to the cloud.
We strongly think that a Microservices architecture based on cloud services can monitor,
analyze data and send-receive commands to/from every object in the IoT cloud.
The object it’s not only a thing, but also an agent, that using his mobile devices has the ability to
use microservices.
It’s clear that we need a simple way to manage so different sources of data and Microservices
are the key to do that.
ContextualMicroservices
architecturefortheIoT
5/11/2016 23
A possible solution to easily control the IoT systems is to create an intelligent platform
using a microservices architecture.
Each service has one and simple behavior and it’s called when a specific event occours
in the system.
Everything is event driven and the flow from the start to the end is influenced by the
context.
INTELLIGENTAPPLICATIONS
INTELLIGENTAPPLICATIONS
DEFINITION
25
We define intelligent an app that is basicly able to get some independent
decision and is able to learn something from its experience.
“Various kinds of intelligence tasks could define benchmark problems that would represent the
various gradations of intelligence. Such gradations may be used to define the progress of AI
programs.” From Subhash C. Kak ,Can We Define Levels Of Artificial Intelligence?
What is machine learning?
5/11/2016 26
• Machine reads the data, learns from the data, uses it to make predictions
• Can show you correlation but not necessarily causation
• Can find relationships and patterns within volumes of data that the
human mind is incapable of processing
Why Machine Learning?
5/11/2016 27
 Volume of data collected growing day by day.
 Data production will be 44 times greater in 2020 than in 2009.
 Every day, 2.5 quintillion bytes of data are created, with 90 percent of the
world's data created in the past two years.
 Very little data will ever be looked at by a human.
 Data is cheap and abundant (data warehouses, data marts); knowledge is
expensive and scarce.
 Knowledge Discovery is NEEDED to make sense and use of data.
 Machine Learning is a technique in which computers learn from data to
obtain insight and help in knowledge discovery.
Machine Learning Methods in #IoT
28
Supervised learning – class labels / target variable known
General Schema
Here & Now environment
• Knowledge is extracted
from the input of a context
• It is composed by events of
the context
Generative Vs Discriminative
5/11/2016 29
 Generative model – learns model for generating data, given some
hidden parameters.
 Learns the joint probability distribution p(x,y). e.g. HMM, GMM,
Naïve Bayes etc.
 Discriminative model – learns dependence of unobserved variable y on
observed variable x.
 Tries to model the separation between classes.
 Learns the conditional probability distribution p(y|x). e.g. Logistic
Regression, SVM, Neural networks etc.
Classification
5/11/2016 30
• Classification – Supervised learning.
• Commonly used Methods for Classification
o Naïve Bayes
o Decision tree
o K nearest neighbors
o Deep learning: Neural Networks
o Support Vector Machines.
Connected Applications
• Connected applications provide with the technical means to interface with:
• cloud app,
• partners and customer ecosystems,
• and with the Internet of Things ecosystem.
• Rewire for the borderless business by introducing new ecosystem strategies,
designing applications for resiliency, and integrating information and
operational technologies.
Connection: agent vs human
• Teams may use genre systems sequences of interrelated communicative actions
strategically or habitually to structure their collaboration.
• Genre systems are organizing structures within a community, providing expectations
about the purpose, content, form, participants, time and place of communicative
interaction in other words, the why, what, how, who/m, when, and where. Purpose (why),
content (what), form (how), participants (who/m), time (when) and place (where).
From Wanda Orlikowski, Genre Systems: Structuring Interaction through Communicative
Norms
32
Connected Applications
• Comms (local-area)
• All IoT sensors require some means of relaying data to the outside world. There's a
plethora of short-range, or local area, wireless technologies available, including: RFID,
NFC, Wi-Fi, Bluetooth (including Bluetooth Low Energy), XBee, Zigbee, Z-Wave and
Wireless M-Bus. There's no shortage of wired links either, including Ethernet, HomePlug,
HomePNA, HomeGrid/G.hn and LonWorks.
• Comms (wide-area)
• For long range, or wide-area, links there are existing mobile networks (using GSM, GPRS,
3G, LTE or WiMAX for example) and satellite connections. New wireless networks such
as the ultra-narrowband SIGFOX and the TV white-space NeulNET are also emerging to
cater specifically for M2M connectivity. Fixed 'things' in convenient locations could use
wired Ethernet or phone lines for wide-area connections.
33
34
Part II will describe the steps of the method and
screenshots of artifacts.
We hope to see you again! 
Slide 35
Megatris Comp. LLC
We create cloud services and mobile apps to make people life easier.
Our mobile apps are integrated with Megatris Cloud to sell services
and goods.
www.megatris.com
1250 Oakmead Pkwy, Sunnyvale, CA 94085, USA

More Related Content

What's hot

How Artificial Intelligence Will Kickstart the Internet of Thnigs
How Artificial Intelligence Will Kickstart the Internet of Thnigs How Artificial Intelligence Will Kickstart the Internet of Thnigs
How Artificial Intelligence Will Kickstart the Internet of Thnigs
Ahmed Banafa
 
Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...
Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...
Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...
IJECEIAES
 
KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016
HCL Technologies
 
Building Open Data Markets Using Sensing as a Service Model
Building Open Data Markets Using Sensing as a Service ModelBuilding Open Data Markets Using Sensing as a Service Model
Building Open Data Markets Using Sensing as a Service Model
Charith Perera
 
Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...
Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...
Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...
Kim Escherich
 
The Challenges of Bringing IoT Products to Market
The Challenges of Bringing IoT Products to MarketThe Challenges of Bringing IoT Products to Market
The Challenges of Bringing IoT Products to Market
The Internet of Things Methodology
 
Vertex Perspectives | AI Optimized Chipsets | Part III
Vertex Perspectives | AI Optimized Chipsets | Part IIIVertex Perspectives | AI Optimized Chipsets | Part III
Vertex Perspectives | AI Optimized Chipsets | Part III
Vertex Holdings
 
Cognitive IoT Whitepaper_Dec 2015
Cognitive IoT Whitepaper_Dec 2015Cognitive IoT Whitepaper_Dec 2015
Cognitive IoT Whitepaper_Dec 2015
Nikhil Dikshit
 
Enabling the data driven enterprise
Enabling the data driven enterpriseEnabling the data driven enterprise
Enabling the data driven enterprise
rmikkilineni
 
Internet of Things: Trends and challenges for future
Internet of Things: Trends and challenges for futureInternet of Things: Trends and challenges for future
Internet of Things: Trends and challenges for future
Startup Europe IoT Accelerator
 
Data Analytics for IoT
Data Analytics for IoT Data Analytics for IoT
Data Analytics for IoT
Muralidhar Somisetty
 
Vertex Perspectives | Global AI Hub?
Vertex Perspectives | Global AI Hub?Vertex Perspectives | Global AI Hub?
Vertex Perspectives | Global AI Hub?
Vertex Holdings
 
Tecnologias Estratégicas
Tecnologias Estratégicas Tecnologias Estratégicas
Tecnologias Estratégicas
sucesu68
 
Smart Cities: How are they different?
Smart Cities: How are they different? Smart Cities: How are they different?
Smart Cities: How are they different?
PayamBarnaghi
 
Internet of things, Big Data and Analytics 101
Internet of things, Big Data and Analytics 101Internet of things, Big Data and Analytics 101
Internet of things, Big Data and Analytics 101
Mukul Krishna
 
Cognitive Insurance
Cognitive InsuranceCognitive Insurance
Cognitive Insurance
Kim Escherich
 
Cognitive Buildings
Cognitive BuildingsCognitive Buildings
Cognitive Buildings
Kim Escherich
 
Artificial Intelligence and Machine Learning In Business
Artificial Intelligence and Machine Learning In BusinessArtificial Intelligence and Machine Learning In Business
Artificial Intelligence and Machine Learning In Business
SubmissionResearchpa
 
Driving IT: Internet of Things
Driving IT: Internet of ThingsDriving IT: Internet of Things
Driving IT: Internet of Things
Kim Escherich
 
Digital signatures, paving the way to a digital Europe_Arthur D Little_2014
Digital signatures, paving the way to a digital Europe_Arthur D Little_2014Digital signatures, paving the way to a digital Europe_Arthur D Little_2014
Digital signatures, paving the way to a digital Europe_Arthur D Little_2014
Market Engel SAS
 

What's hot (20)

How Artificial Intelligence Will Kickstart the Internet of Thnigs
How Artificial Intelligence Will Kickstart the Internet of Thnigs How Artificial Intelligence Will Kickstart the Internet of Thnigs
How Artificial Intelligence Will Kickstart the Internet of Thnigs
 
Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...
Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...
Role of artificial intelligence in cloud computing, IoT and SDN: Reliability ...
 
KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016
 
Building Open Data Markets Using Sensing as a Service Model
Building Open Data Markets Using Sensing as a Service ModelBuilding Open Data Markets Using Sensing as a Service Model
Building Open Data Markets Using Sensing as a Service Model
 
Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...
Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...
Er vi alle vindere når ny teknologi, -arbejdsformer og innovation udfordrer d...
 
The Challenges of Bringing IoT Products to Market
The Challenges of Bringing IoT Products to MarketThe Challenges of Bringing IoT Products to Market
The Challenges of Bringing IoT Products to Market
 
Vertex Perspectives | AI Optimized Chipsets | Part III
Vertex Perspectives | AI Optimized Chipsets | Part IIIVertex Perspectives | AI Optimized Chipsets | Part III
Vertex Perspectives | AI Optimized Chipsets | Part III
 
Cognitive IoT Whitepaper_Dec 2015
Cognitive IoT Whitepaper_Dec 2015Cognitive IoT Whitepaper_Dec 2015
Cognitive IoT Whitepaper_Dec 2015
 
Enabling the data driven enterprise
Enabling the data driven enterpriseEnabling the data driven enterprise
Enabling the data driven enterprise
 
Internet of Things: Trends and challenges for future
Internet of Things: Trends and challenges for futureInternet of Things: Trends and challenges for future
Internet of Things: Trends and challenges for future
 
Data Analytics for IoT
Data Analytics for IoT Data Analytics for IoT
Data Analytics for IoT
 
Vertex Perspectives | Global AI Hub?
Vertex Perspectives | Global AI Hub?Vertex Perspectives | Global AI Hub?
Vertex Perspectives | Global AI Hub?
 
Tecnologias Estratégicas
Tecnologias Estratégicas Tecnologias Estratégicas
Tecnologias Estratégicas
 
Smart Cities: How are they different?
Smart Cities: How are they different? Smart Cities: How are they different?
Smart Cities: How are they different?
 
Internet of things, Big Data and Analytics 101
Internet of things, Big Data and Analytics 101Internet of things, Big Data and Analytics 101
Internet of things, Big Data and Analytics 101
 
Cognitive Insurance
Cognitive InsuranceCognitive Insurance
Cognitive Insurance
 
Cognitive Buildings
Cognitive BuildingsCognitive Buildings
Cognitive Buildings
 
Artificial Intelligence and Machine Learning In Business
Artificial Intelligence and Machine Learning In BusinessArtificial Intelligence and Machine Learning In Business
Artificial Intelligence and Machine Learning In Business
 
Driving IT: Internet of Things
Driving IT: Internet of ThingsDriving IT: Internet of Things
Driving IT: Internet of Things
 
Digital signatures, paving the way to a digital Europe_Arthur D Little_2014
Digital signatures, paving the way to a digital Europe_Arthur D Little_2014Digital signatures, paving the way to a digital Europe_Arthur D Little_2014
Digital signatures, paving the way to a digital Europe_Arthur D Little_2014
 

Viewers also liked

DAN Road Trip 2016
DAN Road Trip 2016DAN Road Trip 2016
DAN Road Trip 2016
Cristian Pellegrini
 
Design Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing MomentsDesign Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing Moments
Shogo Muramatsu
 
Social Experience Design: one method, two tools, three business tips (2012)
Social Experience Design: one method, two tools, three business tips (2012)Social Experience Design: one method, two tools, three business tips (2012)
Social Experience Design: one method, two tools, three business tips (2012)
Erin 'Folletto' Casali
 
Interactio Design Method - Elito Method
Interactio Design Method - Elito MethodInteractio Design Method - Elito Method
Interactio Design Method - Elito Method
Melissa Tang
 
D4D Tools - The NEXT Tool
D4D Tools - The NEXT ToolD4D Tools - The NEXT Tool
D4D Tools - The NEXT Tool
Intuit Inc.
 
Design for Delight - The Innovation Catalysts
Design for Delight - The Innovation CatalystsDesign for Delight - The Innovation Catalysts
Design for Delight - The Innovation Catalysts
Stephen Gay
 
Delight 2015 | Getting Design for Delight Into Your Organizational DNA
Delight 2015 | Getting Design for Delight Into Your Organizational DNADelight 2015 | Getting Design for Delight Into Your Organizational DNA
Delight 2015 | Getting Design for Delight Into Your Organizational DNA
Delight Summit
 
Architectural Design Method (Design Method Workshop)
Architectural Design Method (Design Method Workshop)Architectural Design Method (Design Method Workshop)
Architectural Design Method (Design Method Workshop)
Lim Gim Huang
 
From Design Thinking to Design Doing
From Design Thinking to Design Doing From Design Thinking to Design Doing
From Design Thinking to Design Doing
Intuit Inc.
 
Processo criativo conceituação, mind map e análises subjetivas
Processo criativo   conceituação, mind map e análises subjetivasProcesso criativo   conceituação, mind map e análises subjetivas
Processo criativo conceituação, mind map e análises subjetivas
Brav Design
 
The Real Value of Small Business Apps
The Real Value of Small Business AppsThe Real Value of Small Business Apps
The Real Value of Small Business Apps
Intuit Inc.
 
The role of Design Thinking
The role of Design ThinkingThe role of Design Thinking
The role of Design Thinking
Pieter Baert
 

Viewers also liked (12)

DAN Road Trip 2016
DAN Road Trip 2016DAN Road Trip 2016
DAN Road Trip 2016
 
Design Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing MomentsDesign Method of Directional GenLOT with Trend Vanishing Moments
Design Method of Directional GenLOT with Trend Vanishing Moments
 
Social Experience Design: one method, two tools, three business tips (2012)
Social Experience Design: one method, two tools, three business tips (2012)Social Experience Design: one method, two tools, three business tips (2012)
Social Experience Design: one method, two tools, three business tips (2012)
 
Interactio Design Method - Elito Method
Interactio Design Method - Elito MethodInteractio Design Method - Elito Method
Interactio Design Method - Elito Method
 
D4D Tools - The NEXT Tool
D4D Tools - The NEXT ToolD4D Tools - The NEXT Tool
D4D Tools - The NEXT Tool
 
Design for Delight - The Innovation Catalysts
Design for Delight - The Innovation CatalystsDesign for Delight - The Innovation Catalysts
Design for Delight - The Innovation Catalysts
 
Delight 2015 | Getting Design for Delight Into Your Organizational DNA
Delight 2015 | Getting Design for Delight Into Your Organizational DNADelight 2015 | Getting Design for Delight Into Your Organizational DNA
Delight 2015 | Getting Design for Delight Into Your Organizational DNA
 
Architectural Design Method (Design Method Workshop)
Architectural Design Method (Design Method Workshop)Architectural Design Method (Design Method Workshop)
Architectural Design Method (Design Method Workshop)
 
From Design Thinking to Design Doing
From Design Thinking to Design Doing From Design Thinking to Design Doing
From Design Thinking to Design Doing
 
Processo criativo conceituação, mind map e análises subjetivas
Processo criativo   conceituação, mind map e análises subjetivasProcesso criativo   conceituação, mind map e análises subjetivas
Processo criativo conceituação, mind map e análises subjetivas
 
The Real Value of Small Business Apps
The Real Value of Small Business AppsThe Real Value of Small Business Apps
The Real Value of Small Business Apps
 
The role of Design Thinking
The role of Design ThinkingThe role of Design Thinking
The role of Design Thinking
 

Similar to Meetup 10 here&now: Megatris Comp design method (Part 1)

Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and IntegrationWebinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Service2Media
 
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
AppDynamics
 
PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry
Jishnu Mithre
 
PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry
Jishnu Mithre
 
IT Fundamentals
IT FundamentalsIT Fundamentals
Rob van Kranenburg @ Thingscon Amsterdam
Rob van Kranenburg @ Thingscon AmsterdamRob van Kranenburg @ Thingscon Amsterdam
Rob van Kranenburg @ Thingscon Amsterdam
CLICKNL
 
ThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
ThingsConAMS - Stakeholders in a new world - Rob van KranenburgThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
ThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
ThingsConAMS
 
87 seminar presentation
87 seminar presentation87 seminar presentation
87 seminar presentation
Vishakha Kumar
 
Data dynamics in IoT Era
Data dynamics in IoT EraData dynamics in IoT Era
Data dynamics in IoT Era
Paddy Ramanathan
 
Meetup7 integration microservices_machine_learning
Meetup7 integration microservices_machine_learningMeetup7 integration microservices_machine_learning
Meetup7 integration microservices_machine_learning
Megatris Comp
 
Cathal McGloin (Red Hat)
Cathal McGloin (Red Hat)Cathal McGloin (Red Hat)
Cathal McGloin (Red Hat)
scoopnewsgroup
 
Toward a real time framework in cloudlet-based architecture
Toward a real time framework in cloudlet-based architectureToward a real time framework in cloudlet-based architecture
Toward a real time framework in cloudlet-based architecture
redpel dot com
 
Integrate All The Things WS02Con
Integrate All The Things WS02ConIntegrate All The Things WS02Con
Integrate All The Things WS02Con
James Governor
 
Top 10 Trending Technologies Revolutionizing 2024
Top 10 Trending Technologies Revolutionizing 2024Top 10 Trending Technologies Revolutionizing 2024
Top 10 Trending Technologies Revolutionizing 2024
Khelan
 
Bgg Mobile: Top 10 Tech Trends 2014
Bgg Mobile:  Top 10 Tech Trends 2014Bgg Mobile:  Top 10 Tech Trends 2014
Bgg Mobile: Top 10 Tech Trends 2014
BGGMobile-- Sheila Bacon
 
A Survey of Building Robust Business Models in Pervasive Computing
A Survey of Building Robust Business Models in Pervasive ComputingA Survey of Building Robust Business Models in Pervasive Computing
A Survey of Building Robust Business Models in Pervasive Computing
Osama M. Khaled
 
How to add security in dataops and devops
How to add security in dataops and devopsHow to add security in dataops and devops
How to add security in dataops and devops
Ulf Mattsson
 
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Lounge47
 
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
Exciting it trends in 2015  why you should consider shifting and upgrading yo...Exciting it trends in 2015  why you should consider shifting and upgrading yo...
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
lithanhall
 
Situation Normal, Everything Must Change
Situation Normal, Everything Must ChangeSituation Normal, Everything Must Change
Situation Normal, Everything Must Change
Eduserv
 

Similar to Meetup 10 here&now: Megatris Comp design method (Part 1) (20)

Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and IntegrationWebinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
 
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
 
PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry
 
PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry PoV on Latest technology Trends impact on Insurance Industry
PoV on Latest technology Trends impact on Insurance Industry
 
IT Fundamentals
IT FundamentalsIT Fundamentals
IT Fundamentals
 
Rob van Kranenburg @ Thingscon Amsterdam
Rob van Kranenburg @ Thingscon AmsterdamRob van Kranenburg @ Thingscon Amsterdam
Rob van Kranenburg @ Thingscon Amsterdam
 
ThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
ThingsConAMS - Stakeholders in a new world - Rob van KranenburgThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
ThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
 
87 seminar presentation
87 seminar presentation87 seminar presentation
87 seminar presentation
 
Data dynamics in IoT Era
Data dynamics in IoT EraData dynamics in IoT Era
Data dynamics in IoT Era
 
Meetup7 integration microservices_machine_learning
Meetup7 integration microservices_machine_learningMeetup7 integration microservices_machine_learning
Meetup7 integration microservices_machine_learning
 
Cathal McGloin (Red Hat)
Cathal McGloin (Red Hat)Cathal McGloin (Red Hat)
Cathal McGloin (Red Hat)
 
Toward a real time framework in cloudlet-based architecture
Toward a real time framework in cloudlet-based architectureToward a real time framework in cloudlet-based architecture
Toward a real time framework in cloudlet-based architecture
 
Integrate All The Things WS02Con
Integrate All The Things WS02ConIntegrate All The Things WS02Con
Integrate All The Things WS02Con
 
Top 10 Trending Technologies Revolutionizing 2024
Top 10 Trending Technologies Revolutionizing 2024Top 10 Trending Technologies Revolutionizing 2024
Top 10 Trending Technologies Revolutionizing 2024
 
Bgg Mobile: Top 10 Tech Trends 2014
Bgg Mobile:  Top 10 Tech Trends 2014Bgg Mobile:  Top 10 Tech Trends 2014
Bgg Mobile: Top 10 Tech Trends 2014
 
A Survey of Building Robust Business Models in Pervasive Computing
A Survey of Building Robust Business Models in Pervasive ComputingA Survey of Building Robust Business Models in Pervasive Computing
A Survey of Building Robust Business Models in Pervasive Computing
 
How to add security in dataops and devops
How to add security in dataops and devopsHow to add security in dataops and devops
How to add security in dataops and devops
 
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
 
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
Exciting it trends in 2015  why you should consider shifting and upgrading yo...Exciting it trends in 2015  why you should consider shifting and upgrading yo...
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
 
Situation Normal, Everything Must Change
Situation Normal, Everything Must ChangeSituation Normal, Everything Must Change
Situation Normal, Everything Must Change
 

Recently uploaded

National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Zilliz
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 

Recently uploaded (20)

National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 

Meetup 10 here&now: Megatris Comp design method (Part 1)

  • 1. Here&Now: an IoT Design Method Part#1 A method from Megatris Comp. Creative Commons License Here&Now by Megatris Comp. LLC is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
  • 3. ContextualCharacteristics • Intelligent objects introduce a new vision for strengthening communication, relationship and business. • Each system must be able to communicate with other systems in use because integration brings scalability, adaptability, flexibility and greater efficiency.
  • 4. ContextualCharacteristics The key to development are the services, not the objects.
  • 5. IoTboundaryconditions • Governance in place of: • hardware (fixed or mobile, in house o in cloud), • software (middleware and control and monitoring solutions) • resources ICT (VMs, networking throuput and connection, …)
  • 6. Business Boundary Conditions • To have a disruptive innovation in place. • IoT is disruptive as it breaks with the past, using technological innovation to create products and / or services. (The Economist: The path to self-disruption: Nine steps of a digital transformation) • The breaking point is the change in strategy: instead of working on established habits of the people and the progressive improvement of existing products or services, using creativity and imagination to design products and services which do not exist yet.
  • 7. Integration of Business-Software • IoT on one hand and social media on the other hand are connecting the world using a new logic of use and service. • It is clear that the world of objects connected and communicating is able to quickly transform and greatly our needs and our habits in a positive sense . • New business must start from this new vision of technology and the world in which we live. • To be smart means to have applications that short-circuit the information by modulating key services in digital. Programming makes use of API (Application Programming Interface) and the Agile method, in a combination that has ushered in a new era of development called DevOps.
  • 8. Business Boundary Conditions Slide 8 Simplification Technology Coherent value network Economy Low cost, Innovative Business Model
  • 10. WhyHere&Now • Here: the app is here means just near people and satisfies their needs • Now: continuous delivery helps to generate a continuos flow of new services with users feedback rather than a long period of waterfall production with a unique and often bad app Testing
  • 11. Basic principles • The customer at the center of everything is the way to develop the business. • We all become users, each with specific needs. • Put in place a transition from the Customer Relationship Management (CRM) to Customer Experience Management (CEM). • Smart Objects can help relationship with its users, routing information flows more efficiently and functionally. • It best supports the individual digital life (productivity, physical and mental capability) and, secondly, help track the behavior and requirements to better align services.
  • 12. The Method Here & Now Design Your Business Define your business model Gap Analysis Architect the new solution Design IT archtecture Secure Architecture
  • 13. PayAttention Business steps excluded to avoid too many steps that requires a big amount of time. On request we could do a dedicated session.
  • 14. ARCHITECT THE NEW SOLUTION
  • 15. Adaptative App • Adaptiveness is a basic characteristic of apps • Readily capable of adapting • OO and polymorphism as a vehicle
  • 16. Design IoTarchitecture • Cloud, mobile and Internet of Things need increasingly flexible, distributed and pervasive software able to adapt to the diverse needs of the interlocutors with whom they relate. • Driver of development, according to Gartner forecasts, will be the preferences and use of services associated with the IoT from consumers. • The increasing information flows will be managed and controlled on analysis, integration and data representation matrices or rules • It has to strengthen the application of release rate to remain aligned with the time to market
  • 17. Basic principles • Agile methodologies, DevOps, Big Data Management, analytics and collaboration with internal and external stakeholders • Each application project must become the result of a lot of work enterprise team. • Using a road map characterized by a software development that needs to include real-time comparison moments to validate the quality of the results and, in the case, allowing to quickly change with appropriate adjustments. • IoT generates a big growth of complexity and this entails new set of criteria and development of release. How? Developing contextual applications, liquid, intelligent and connected. This means designing software with some new cognitive artificial intelligence able to deploy applications that have some level of understanding depending on context, learn and act autonomously with respect to routine activities
  • 19. Contextualapplications • Context definition: it is any information that can be used to characterize a specific situation. • An Internet Smart Objects App (ISOA) adapts his behaviour depending on its interactions and characteristics of environment (of which is aware) and user characteristics (age, sex, history, …) and cloud status.
  • 20. Liquid Application • It is a new buzz word that hides old programming tecniques • Liquid applications are assembled leveraging modular architectures, next-generation integration techniques and a cloud-first, mobile-first mindset. • An important tool (described in detail below) is Microservices • Adopt new development approaches that incorporate smaller, reusable components to continuously deliver software.
  • 21. Microservices 5/11/2016 21 The microservice architectural style is an approach to develop a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies
  • 22. IoT&Microservices 5/11/2016 22 IoT (Internet of things) is expanding. More and more devices are now connected, big companies like Samsung, Google and LG are working on the home consumer sector to create a simple way to connect everything to internet (IoE – internet of everything). Every device becomes connected and intelligent thanks to the cloud. We strongly think that a Microservices architecture based on cloud services can monitor, analyze data and send-receive commands to/from every object in the IoT cloud. The object it’s not only a thing, but also an agent, that using his mobile devices has the ability to use microservices. It’s clear that we need a simple way to manage so different sources of data and Microservices are the key to do that.
  • 23. ContextualMicroservices architecturefortheIoT 5/11/2016 23 A possible solution to easily control the IoT systems is to create an intelligent platform using a microservices architecture. Each service has one and simple behavior and it’s called when a specific event occours in the system. Everything is event driven and the flow from the start to the end is influenced by the context.
  • 25. INTELLIGENTAPPLICATIONS DEFINITION 25 We define intelligent an app that is basicly able to get some independent decision and is able to learn something from its experience. “Various kinds of intelligence tasks could define benchmark problems that would represent the various gradations of intelligence. Such gradations may be used to define the progress of AI programs.” From Subhash C. Kak ,Can We Define Levels Of Artificial Intelligence?
  • 26. What is machine learning? 5/11/2016 26 • Machine reads the data, learns from the data, uses it to make predictions • Can show you correlation but not necessarily causation • Can find relationships and patterns within volumes of data that the human mind is incapable of processing
  • 27. Why Machine Learning? 5/11/2016 27  Volume of data collected growing day by day.  Data production will be 44 times greater in 2020 than in 2009.  Every day, 2.5 quintillion bytes of data are created, with 90 percent of the world's data created in the past two years.  Very little data will ever be looked at by a human.  Data is cheap and abundant (data warehouses, data marts); knowledge is expensive and scarce.  Knowledge Discovery is NEEDED to make sense and use of data.  Machine Learning is a technique in which computers learn from data to obtain insight and help in knowledge discovery.
  • 28. Machine Learning Methods in #IoT 28 Supervised learning – class labels / target variable known General Schema Here & Now environment • Knowledge is extracted from the input of a context • It is composed by events of the context
  • 29. Generative Vs Discriminative 5/11/2016 29  Generative model – learns model for generating data, given some hidden parameters.  Learns the joint probability distribution p(x,y). e.g. HMM, GMM, Naïve Bayes etc.  Discriminative model – learns dependence of unobserved variable y on observed variable x.  Tries to model the separation between classes.  Learns the conditional probability distribution p(y|x). e.g. Logistic Regression, SVM, Neural networks etc.
  • 30. Classification 5/11/2016 30 • Classification – Supervised learning. • Commonly used Methods for Classification o Naïve Bayes o Decision tree o K nearest neighbors o Deep learning: Neural Networks o Support Vector Machines.
  • 31. Connected Applications • Connected applications provide with the technical means to interface with: • cloud app, • partners and customer ecosystems, • and with the Internet of Things ecosystem. • Rewire for the borderless business by introducing new ecosystem strategies, designing applications for resiliency, and integrating information and operational technologies.
  • 32. Connection: agent vs human • Teams may use genre systems sequences of interrelated communicative actions strategically or habitually to structure their collaboration. • Genre systems are organizing structures within a community, providing expectations about the purpose, content, form, participants, time and place of communicative interaction in other words, the why, what, how, who/m, when, and where. Purpose (why), content (what), form (how), participants (who/m), time (when) and place (where). From Wanda Orlikowski, Genre Systems: Structuring Interaction through Communicative Norms 32
  • 33. Connected Applications • Comms (local-area) • All IoT sensors require some means of relaying data to the outside world. There's a plethora of short-range, or local area, wireless technologies available, including: RFID, NFC, Wi-Fi, Bluetooth (including Bluetooth Low Energy), XBee, Zigbee, Z-Wave and Wireless M-Bus. There's no shortage of wired links either, including Ethernet, HomePlug, HomePNA, HomeGrid/G.hn and LonWorks. • Comms (wide-area) • For long range, or wide-area, links there are existing mobile networks (using GSM, GPRS, 3G, LTE or WiMAX for example) and satellite connections. New wireless networks such as the ultra-narrowband SIGFOX and the TV white-space NeulNET are also emerging to cater specifically for M2M connectivity. Fixed 'things' in convenient locations could use wired Ethernet or phone lines for wide-area connections. 33
  • 34. 34 Part II will describe the steps of the method and screenshots of artifacts. We hope to see you again! 
  • 35. Slide 35 Megatris Comp. LLC We create cloud services and mobile apps to make people life easier. Our mobile apps are integrated with Megatris Cloud to sell services and goods. www.megatris.com 1250 Oakmead Pkwy, Sunnyvale, CA 94085, USA