Cloud and Emerging Technologies
- Get link
- X
- Other Apps
From Sensors to Intelligence
How Artificial Intelligence, Machine Learning, and the Internet of Things depend on the cloud to collect, move, and make sense of data — and how each connects to the next.
Use → / ← or click the arrows below. Cards with a + can be opened.
Simulating human intelligence, at scale
AI works with structured, semi-structured, and unstructured data to solve complex problems, using a set of rules to manage its analysis. It's the broader science — Machine Learning is one component inside it.
Six ways AI shows up in industry
Click a card to see what it does.
Generates content from a prompt
Text, code, or images — often powered by deep learning, and common across code generation, content research, content generation, and chatbots.
Relies on large datasets of examples from related sources — books, databases, images — as source material for inferencing.
The operational, production stage — an already-trained model generates new content.
Pre-trained knowledge, focused on language
LLMs are built on deep learning and specialize in text analysis, chatbots, and other human-like interaction.
- OpenAI Generative Pre-trained Transformer (GPT) — foundation for ChatGPT
- Microsoft Turing Natural Language Generation (NLG)
- Google Pathways Language Model (PaLM)
AI is a first-class cloud service now
Microsoft Azure
- CycleCloudProvision and manage HPC solutions
- Azure Machine LearningAI-based machine learning tool
- Azure AI StudioGenerative AI development environment
AWS
- Amazon QAI-powered business assistant
- Amazon PollyText-to-speech service
- Amazon RekognitionInformation from images/video
Google Cloud
- Vertex AI StudioGenerative AI development environment
- Vertex AI NotebooksToolset for data science workflows
- DialogflowConversational AI environment
A subset of AI that learns instead of being told
ML is not explicitly programmed to find one outcome — it learns from data and makes decisions with minimal human interaction. Deep Learning is a more complex subset that emulates the brain's learning process for greater accuracy on unstructured data.
- Traffic prediction
- Product recommendations
- Medical diagnosis
- Sports strategy
- Gaming
- Language processing
- Agriculture
Common frameworks in cloud environments
Network connectivity meets smart devices
IoT combines connectivity and smart devices — software, sensors, robotics — that exchange data and instructions over the internet or internal networks. It's enabled by near-global connectivity, low-cost sensors, and cloud management platforms.
IoT generates. The cloud uses.
IoT devices generate large volumes of information; cloud services store and process it, consolidating data from geographically dispersed networks. Scaling and resource pooling give flexibility when working with that data.
Three layers of communication
Sensors detect changes — position, temperature, chemicals — but communication is limited by device capability, power, range, media, and security requirements.
Collecting data across locations
Example: a smart irrigation system reads soil water levels and automatically adjusts settings — the optimal amount of water, without waste or dry crops.
Organized on the OSI model, in three layers
Trade-offs by protocol
| Protocol | Profile |
|---|---|
| Wi-Fi | Common wireless protocol; high power requirements make it tricky for many IoT deployments. |
| Bluetooth | Short point-to-point range, low power, limited security. |
| HTTP | Synchronous — high processing and connectivity needs limit its fit for many IoT cases. |
| NB-IoT | Newer wireless protocol; low power, limited transmission capability. |
| AMQP | Asynchronous and reliable — queues messages to enable high availability. |
Translating protocols, computing closer to the source
Gateways give IoT connectivity to the cloud, adding a security layer and translating protocols — not every device speaks IP. Gateways can also connect to edge devices, which preprocess data near the source rather than deep in the cloud.
One data pipeline, three disciplines
AI
The broad science of simulating human intelligence across structured, semi-structured, and unstructured data.
ML → DL
ML is a subset of AI that learns from data; Deep Learning is a subset of ML for harder, unstructured problems.
IoT
Generates the real-world data — sensors, gateways, edge — that the cloud stores, and AI/ML ultimately learn from.
- Get link
- X
- Other Apps