Ai Essentials Syllabus
Ai Essentials Syllabus
Ai Essentials Syllabus
Syllabus
V1.0
Learning Outcomes
Candidates should be able to demonstrate a basic knowledge and understanding of general
concepts in the following areas:
BCS recommends that for full coverage of the syllabus to be achieved, training courses
leading to the certificate should normally run for a minimum 6 hours over 1 day.
Candidates should spend about 40 hours on self-study with no prior knowledge.
There are no specific pre-requisites for the entry to the examination, although a good
knowledge of computers and a basic understanding of data using computers (e.g.
spreadsheets) is highly recommended.
Additional Time
For Candidates Requiring Reasonable Adjustments Due to a Disability
Please refer to the reasonable adjustments policy for information on how and when to apply.
If the examination is taken in a language that is not the candidate’s native/official language,
then they are entitled to:
Courses do not have to follow the same order as the syllabus and additional exercises may
be included, if they add value to the training course.
Trainer Criteria
The following criterion apply:
▪ Hold a Foundation Certificate;
▪ Have 3 years’ experience in related subject (including, but not limited to: data science,
high performance computing, scientific computing, data analytics, statistics,
mathematics);
▪ Have taught courses professionally.
Classroom Size
Trainers may instruct up to 15 candidates.
1.1 Recall the general definition of human and Artificial Intelligence (AI);
1.2 Describe ‘learning from experience’ and how it relates to Machine Learning (ML) (Tom
Mitchell’s explicit definition);
1.4 Describe how AI is part of ‘Universal Design,’ and ‘The Fourth Industrial Revolution’.
3.3 Recall which typical, narrow AI capability is useful in ML and AI agents’ functionality;
Exam Weighting
Syllabus Area Target Number of Questions
Artificial and Human Intelligence: An 25% - 5 Questions – K1
Introduction and History
Examples of AI - Benefits, Challenges and 30% - 6 Questions – K2
Risks
An introduction to Machine Learning 35% - 7 Questions – K1
The Future of Artificial Intelligence – Human 10% - 2 Questions – K1
and Machine Together
Machine Learning
Title Machine Learning
Author Tom Mitchell,
Publisher McGraw-Hill
Publication Date 1997,
ISBN 0071154671.
Title Machine Learning For Absolute Beginners: A Plain English Introduction (2nd Edition),
Author Oliver Theobald,
Publication Date 2017
ISBN 1549617214.
Additional Reading:
Title Artificial Intelligence: 101 Things You Must Know Today About Our Future
Author Lasse Rouhiainen
Publisher CreateSpace Independent Publishing Platform
Publication Date 2018
ISBN 1982048808.
Glossary of Terms
Term Description or Definition
Activation Function The activation function defines the output of a node given an input
or set of inputs.
Agent Modelling An intelligent agent (IA) is autonomous, observes through sensors
and acts on its environment using actuators.
Big Data Big data is data sets that are so big and complex that
traditional data-processing application software are inadequate to
deal with them.
Boosting Boosting is an ensemble meta-algorithm for reducing bias, and
also variance in supervised learning and family algorithms that
convert weak learners to strong ones.
Bootstrap Aggregating – Bootstrap aggregating, is an ensemble meta-algorithm used
Bagging in statistical classification and regression.
Chatbot A chatbot is an artificial intelligence program that conducts
a conversation via auditory or textual methods.
Classification Classification is the problem of identifying to which of a set
of classes a new observation belongs.
Clustering Clustering groups a set of objects in such a way that objects in the
same group are more similar to each other than to those in other
groups.
Cognitive Simulation Cognitive simulation uses computers that test how the human
mind works.
Combinatorial Complexity Is the exponential growth in computer power required to solve a
problem that has many combinations with increasing complexity.
Combinatorial Explosion A combinatorial explosion is the rapid growth of the complexity of
a problem due to the combinations of the problem’s input
parameters.
Connectionist Cognitive science that hopes to explain intellectual abilities using
artificial neural networks.
Data Analytics The discovery, interpretation, and communication of meaningful
patterns in data.
Data Cleaning Data cleaning detects and corrects
( or removes ) corrupt or inaccurate records from a record
set, table, or database and refers to identifying incomplete,
incorrect, inaccurate or irrelevant parts of the data and then
replacing, modifying, or deleting the dirty or coarse data.
Data Mining The process of discovering patterns in large data sets.
Data Science Data science uses scientific methods, processes, algorithms and
systems to understand data.
Data Scrubbing See data cleaning.
Decisions Trees A decision tree is a decision support tool that uses a tree-
like graph or model of decisions and their possible consequences.
Deep Learning
Deep learning is a class of algorithms that use a cascade of
multiple layers for feature extraction and transformation. Each
successive layer uses the output from the previous layer as input.
Dendrites Dendrites are branched extensions of a nerve cell that propagate
the electrochemical stimulation.
Edges Edges are the machine learning name for the brain’s axons
Emotional Intelligence or The understanding of our emotions and the emotions of others.
Emotional Quotient (EQ)
Ensemble Ensemble methods use multiple learning algorithms to obtain
better predictive performance than could be obtained from any of
the constituent learning algorithms alone.
Expert Systems An expert system is a computer system that emulates the
decision-making ability of a human expert.
Feedforward Neural Network A feedforward neural network is an artificial neural
network wherein connections between the nodes do not form a
cycle.
Functionality The tasks that a computer software program can do
Genetic Algorithms a genetic algorithm (GA) is an algorithm inspired by the process
of natural selection.