types-of-ai-with-examples
types-of-ai-with-examples
Artificial intelligence (AI) has gone mainstream. We are experiencing an evolutionary leap forward in
the technology and in its adoption and use. Once the exclusive domain of specialized technologists,
now everyone is using it, from school children writing reports to employees using it for business
applications. AI will soon have a role in nearly every corner of technology.
The pace of adoption and ongoing evolution of AI technology will only increase. As you track the
trends, it is helpful to understand the various types of AI that are coming into common use.
1. Reactive Machines
2. Limited Memory
3. Theory of Mind
4. Self-aware
The current state of AI technology has evolved past the first type of reactive machines. The third and
fourth types currently exist only in theory. They represent the next stage of AI—development.
Tech-oriented specialists organize different types of AI models according to how the AI is used,
what its capabilities are, and how it helps advance humanity.
The three types of AI based on capabilities are:
1. Reactive machine AI
Reactive machine AI performs basic operations and represents the simplest level of artificial
intelligence. These types react to some input with some output. There is no learning that occurs.
Reactive machine AI is the first stage to any AI system. A machine learning algorithm that takes a
human face as input and outputs a box around the face to identify it as a face is a simple, reactive
machine AI. The model stores no inputs and performs no learning.
Static machine learning models are reactive machines. Their architecture is the simplest and they
can be found on GitHub repos across the web. These models can be downloaded, traded, passed
around, and loaded into a developer’s toolkit with ease.
Getting started with AIOps is easy. Manage escalating IT complexity with artificial intelligence
for enterprise operations.›
2. Limited memory AI
Limited memory AI can store previous data, using that data to make better predictions. With limited
memory AI, machine learning architecture becomes a little more complex. Every machine learning
model requires limited memory to be created, but the model can get deployed as a reactive
machine type.
There are three major kinds of machine learning models that achieve this limited memory type:
Reinforcement learning. These models learn to make better predictions, through trial and
error, to understand how to play games like Chess, Go, and DOTA2.
Long Short Term Memory (LSTMs). The LSTM model uses past data to predict the next
elements in a sequence, preferencing more recent information in the algorithm.
Evolutionary Generative Adversarial Networks (E-GAN). The E-GAN model uses evolutionary
algorithms to create a constantly improving learning process that allows the machine to
explore options through a process of mutation and selection.
Industrial robotics. AI can power the robots that work in assembly, quality inspection, materials
handling, packaging, and more. They enhance productivity and safety, increasing speed and
accuracy.
Limited memory AI types in practice
While every machine learning model is created using limited memory, they don’t always become
that way when deployed.
Limited memory AI works in two ways:
For machine learning infrastructure to sustain a limited memory AI type, the infrastructure requires
machine learning to be built into its structure.
Active learning is increasingly more common in the machine learning lifecycle. The machine
learning active learning cycle has six steps:
1. Training data. A machine learning model must have data to train on.
2. Build model. The model is created.
3. Model predictions. The model makes predictions.
4. Feedback. The model gets feedback on its prediction from human or environmental stimuli.
5. Feedback becomes data. Feedback is submitted back into a data repository.
6. Repeat. Continue to iterate on this cycle.
3. Theory of mind AI
Technology is now beginning to evolve theory of mind AI types. This type of AI begins to interact
with the thoughts and emotions of humans.
Current models have a one-way relationship with AI. A user issues a command to a system like
Alexa or Siri, and they respond. They do not respond to emotions, so If you angrily yell at Google
Maps to take you another direction, it does not offer emotional support, calm you down with
assurances, or offer to inform someone that you’ll be late. Instead, it continues to return the same
traffic reports and ETAs that it had already shown and has no concern for your distress.
ChatGPT is getting closer to a theory of mind AI. If you thank it for its help, it will graciously accept
the compliment and express an eagerness to help more. You can also tell it how frustrated you are,
and it will appear to commiserate.
Fields of study tackling this issue include Artificial Emotional Intelligence and developments in the
theory of Decision-Making. Michael Jordan presented some of his Decision-Making research at the
May 13, 2020 event, The Future of ML and AI with Michael Jordan and Ion Stoica, and more coverage
was presented at the ICLR 2020 conference.
4. Self-aware AI
In the not-too-distant future, AI will become self-aware. This kind of AI exists only as a concept and
in science fiction stories.
The potential is immense. At the same time, however, we have reason to fear the consequences of
this evolution. It is possible for a self-aware AI, independent of the best of human values, to become
adversarial to humans, and people will likely have to negotiate terms with the entity created.
3 types of capability-based AI
Generative AI. Generative means this AI creates new content, which could be text, images,
music, and even new virtual worlds. There are various types of generative AI available now.
Deep learning. This technology uses layers of neural networks to mimic how human minds
work in order to extract complex patterns, recognize images, process natural language, and
handle autonomous driving.
Natural language processing (NLP). This type of AI understands and interprets human
languages and is invaluable in translating text, tracking sentiment and meaning, and creating
conversational interfaces that make machine communication with people feel natural.
Weak vs. strong AI. Weak AI models are limited, basic technologies designed for specific
tasks, while strong AI models are moving toward human-like thinking with the ability to learn
and apply knowledge.
Multimodal AI. These models capture, integrate, and process data in multiple formats from a
variety of sources to synthesize an understanding of complex situations and perform various
tasks, such as captioning an image, analyzing a video, and searching across media.
Large language models (LLMs). Using deep learning and natural language processing, these
AI models can summarize text or the spoken word, understand and answer questions, and
perform translations. They bring cultural and contextual awareness to the work for increased
accuracy.
Related reading
BMC Machine Learning & Big Data Blog
Artificial Artificial Intelligence: What Is It?
What Is AIaaS? AI as a Service Explained
Mindful AI
Top 5 Machine Learning Algorithms for Beginners
5 Tribes of Machine Learning