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

PDF
Meetup 11 here&now_megatriscomp design methodpartii_v0.2
PDF
IoT Methodology - Welcome slides for #iotday IoT Ghent Meetup 090418
PPTX
Cognitive technologies with David Schatsky at Blocks + Bots
PDF
IoT's rapid evolution marks the next stage in the innovation economy - White ...
PPTX
Getting Started with the Internet of Things - Allianz Hackrisk Hackathon 29/...
PDF
Chap 1 libre
DOCX
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC)
PDF
SECURETI: Advanced SDLC and Project Management Tool for TI (Philippines)
Meetup 11 here&now_megatriscomp design methodpartii_v0.2
IoT Methodology - Welcome slides for #iotday IoT Ghent Meetup 090418
Cognitive technologies with David Schatsky at Blocks + Bots
IoT's rapid evolution marks the next stage in the innovation economy - White ...
Getting Started with the Internet of Things - Allianz Hackrisk Hackathon 29/...
Chap 1 libre
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC)
SECURETI: Advanced SDLC and Project Management Tool for TI (Philippines)

What's hot (20)

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

Viewers also liked (12)

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

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

PDF
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
PDF
Microservices and the Modern IT Stack: Trends of Tomorrow - AppSphere16
PPTX
PoV on Latest technology Trends impact on Insurance Industry
PPTX
PoV on Latest technology Trends impact on Insurance Industry
PPT
PDF
Rob van Kranenburg @ Thingscon Amsterdam
PDF
ThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
PPTX
87 seminar presentation
PDF
Data dynamics in IoT Era
PDF
Meetup7 integration microservices_machine_learning
PPTX
Cathal McGloin (Red Hat)
PDF
Toward a real time framework in cloudlet-based architecture
PPT
Integrate All The Things WS02Con
PPTX
Top 10 Trending Technologies Revolutionizing 2024
PDF
Bgg Mobile: Top 10 Tech Trends 2014
PDF
GDG Harare - Devfest 2024 Combined Speaker Slides
PDF
A Survey of Building Robust Business Models in Pervasive Computing
PPTX
How to add security in dataops and devops
PDF
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
PPTX
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
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
Rob van Kranenburg @ Thingscon Amsterdam
ThingsConAMS - Stakeholders in a new world - Rob van Kranenburg
87 seminar presentation
Data dynamics in IoT Era
Meetup7 integration microservices_machine_learning
Cathal McGloin (Red Hat)
Toward a real time framework in cloudlet-based architecture
Integrate All The Things WS02Con
Top 10 Trending Technologies Revolutionizing 2024
Bgg Mobile: Top 10 Tech Trends 2014
GDG Harare - Devfest 2024 Combined Speaker Slides
A Survey of Building Robust Business Models in Pervasive Computing
How to add security in dataops and devops
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...

Recently uploaded (20)

PPTX
Spectroscopy.pptx food analysis technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Big Data Technologies - Introduction.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Spectroscopy.pptx food analysis technology
Digital-Transformation-Roadmap-for-Companies.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
SOPHOS-XG Firewall Administrator PPT.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
1. Introduction to Computer Programming.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Assigned Numbers - 2025 - Bluetooth® Document
Spectral efficient network and resource selection model in 5G networks
Per capita expenditure prediction using model stacking based on satellite ima...
Dropbox Q2 2025 Financial Results & Investor Presentation
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Network Security Unit 5.pdf for BCA BBA.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation_ Review paper, used for researhc scholars
Big Data Technologies - Introduction.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025

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