Master Award in
Introduction to Artificial Intelligence
Master Award could transfer 20 credits and 50% tuition fees to Master’s programs of UKeU and/or Partner University.

Master Award in Introduction to Artificial Intelligence
The aim of this award is offers a comprehensive introduction to Artificial Intelligence, covering classical and modern approaches, including knowledge representation, reasoning, machine learning, neural networks, and search algorithms. It also addresses AI’s ethical implications and future challenges, providing foundational knowledge for advanced AI studies.
Could transfer 20 credits and 50% tuition fee to the Master of Artificial Intelligence of UKeU.
Learning Outcomes:
1. Understand the fundamental concepts and approaches in AI.
-
1.1 Describe the key classical and modern approaches to AI.
-
1.2 Explain the significance of modern benchmarks for AI beyond the Turing test.
-
1.3 Explain the limitations of the Church Turing thesis in modern AI development.
-
1.4 Analyse the philosophical debates surrounding AI, including the Turing test and Searle’s Chinese Room argument.
-
1.5 Evaluate the principal achievements and shortcomings of AI.
-
1.6 Assess the future challenges and ethical considerations of AI development.
2. Be able to apply search algorithms in AI problem-solving.
-
2.1 Describe different types of search algorithms used in AI.
-
2.2 Explain the differences between finding satisfactory paths and optimal paths.
-
2.3 Critically analyse the effectiveness of heuristic search methods in problem-solving.
-
2.4 Evaluate the application of search algorithms in real-world AI problems.
-
2.5 Develop a simple AI program utilizing search algorithms to solve a given problem.
3. Understand the principles of knowledge representation and reasoning in AI
-
3.1 Describe various methods of knowledge representation used in AI.
-
3.2 Explain the concepts of monotonic and non-monotonic reasoning.
-
3.3 Analyse the role of data-driven and goal driven reasoning in AI.
-
3.4 Evaluate the challenges of reasoning under uncertainty in AI.
-
3.5 Develop a reasoning system using knowledge representation techniques
4. Be able to apply machine learning techniques in AI
-
4.1 Describe and compare machine learning techniques, including Logistic Regression and Kernel Methods.
-
4.2 Explain the process of inductive and deductive learning in AI
-
4.3 Analyse the role of classification and regression trees in machine learning.
-
4.4 Critically evaluate the effectiveness of Perceptrons and introduce Support Vector Machines (SVMs).
-
4.5 Develop a machine learning model to solve a specific problem.
5. Understand the ethical and societal implications of AI
-
5.1 Describe the key ethical concerns associated with AI development and deployment.
-
5.2 Explain the importance of responsible AI development and governance.
-
5.3 Critically analyse the potential societal impacts of widespread AI adoption.
-
5.4 Evaluate the role of international collaboration in addressing global AI challenges.
-
5.5 Develop recommendations for ensuring ethical AI practices in a given context.
Topics:
Introduction to Artificial Intelligence
Course Coverage:
-
Definition and Scope of AI
-
Historical Development of AI
-
Key Milestones in AI Evolution
-
Overview of Modern Data-Driven Algorithms
-
Introduction to data-driven approaches in AI, focusing on how they leverage large datasets to train models for various tasks.
-
Applications of data-driven algorithms in areas like computer vision, natural language processing, and robotics.
-
Approaches to AI
Course Coverage:
- Strong and Weak AI
- Definitions and Differences
- Examples of Strong AI vs. Weak AI
- Symbolic and Sub-Symbolic AI
- Characteristics of Symbolic AI (Rule-Based Systems)
- Characteristics of Sub-Symbolic AI (Neural Networks and Deep Learning Models)
- Knowledge-Based and Data-Driven AI
- Overview of Data-Driven Algorithms: Machine Learning and Deep Learning
- Basics of Deep Learning: Introduction to neural networks, the concept of layers (input, hidden, output), and the use of non-linear activation functions.
- Comparison and Integration of Knowledge-Based Systems and Data-Driven Approaches.
Computational Theories in AI
Course Coverage:
-
The Computational Metaphor
-
Understanding Computation in AI
-
The Role of Algorithms
-
-
Church-Turing Thesis
-
Debating Its Relevance in Modern AI Development
-
-
The Turing Test
-
History and Significance
-
Modern Interpretations and Critiques as Benchmark for AI
-
Philosophical Foundations of AI
Course Coverage:
-
The Nature of Intelligence
-
Defining Intelligence in Machines
-
Comparing Human and Machine Intelligence
-
-
Searle’s Chinese Room Argument and Its Implications for AI
-
Overview and Critique
-
Implications for AI Consciousness
-
Achievements and Limitations of AI
Course Coverage:
-
Principal Achievements
-
Success Stories: Chess, Go, Autonomous Vehicles
-
AI in Everyday Applications: Speech Recognition, Recommendation Systems
-
-
Shortcomings and Challenges
-
General AI vs. Narrow AI
-
The Challenge of AI Robustness and Reliability
-
Future Challenges and Ethical Considerations
Course Coverage:
-
Ethical AI
-
Bias, Fairness, and Accountability in AI Systems
-
Transparency and Explainability
-
-
Societal Impact of AI
-
The Future of Work and AI Automation
-
AI in Public Safety, Healthcare, and Education
-
-
Global AI Challenges
-
Ensuring AI Safety and Security
-
International Collaboration and Regulation
-
Introduction to Search Algorithms
Course Coverage:
- Overview of Search in AI
- Defining Search Problems
- Importance of Search in AI Applications
Types of Search Algorithms
Course Coverage:
-
Uninformed Search
-
Depth-First Search (DFS)
-
Breadth-First Search (BFS)
-
Iterative Deepening Search
-
-
Informed (Heuristic) Search
-
Heuristics: Definition and Role
-
A* Algorithm and Its Variants
-
Greedy Best-First Search
-
Pathfinding in AI
Course Coverage:
-
Satisfactory vs. Optimal Paths
-
Defining Satisfactory Paths: Practical Applications
-
Finding Optimal Paths: A* and Branch and Bound
-
-
Dynamic Programming in AI
-
Overview and Applications
-
Bellman Equations and Shortest Path Problems
-
Heuristic Search in Problem-Solving
Course Coverage:
-
Effectiveness of Heuristics
-
Designing Effective Heuristics
-
Trade-offs: Speed vs. Accuracy
-
-
Real-World Applications
-
Robotics: Path Planning
-
Game AI: Strategy and Decision-Making
-
Practical Implementation
Course Coverage:
-
Developing an AI Program
-
Step-by-Step Implementation of a Search Algorithm
-
Testing and Debugging the AI Program
-
Case Study: Solving a Maze Using Search Algorithms
-
Introduction to Knowledge Representation
Course Coverage:
-
What is Knowledge Representation
-
Importance in AI
-
Types of Knowledge: Declarative, Procedural, etc.
-
Methods of Knowledge Representation
Course Coverage:
-
Production Rules
-
Structure and Use Cases
-
Example: IF-THEN Rules in Expert Systems
-
-
Semantic Networks
-
Nodes, Edges, and Relationships
-
Applications in AI: Concept Mapping
-
-
Frames and Scripts
-
Frame-Based Knowledge Representation
-
Understanding Scripts: Sequential Events
-
-
Description Logics
-
Concepts, Roles, and Individuals
-
Use in Ontologies and AI Systems
-
Monotonic and Non-Monotonic Reasoning
Course Coverage:
-
Monotonic Reasoning
-
Principles and Characteristics
-
Applications in AI: Deductive Reasoning
-
-
Non-Monotonic Reasoning
-
Principles and Characteristics
-
Handling Uncertainty: Default Logic, Circumscription
-
Reasoning Techniques in AI
Course Coverage:
-
Data-Driven Reasoning
-
Forward Chaining: Process and Applications
-
Case Study: Medical Diagnosis Systems
-
-
Goal-Driven Reasoning
-
Backward Chaining: Process and Applications
-
Case Study: Automated Planning Systems
-
Reasoning under Uncertainty
Course Coverage:
-
Introduction to Uncertainty in AI
-
Probabilistic Reasoning: Concepts and Challenges
-
Conditional Independence and Causality
-
-
Incorporating Probability Theory in AI Understanding
-
Bayesian Networks
-
Structure and Functionality
-
Belief Propagation: Inference Techniques
-
-
Linear Algebra and Its Role in AI
Introduction to Machine Learning
Course Coverage:
-
What is Machine Learning?
-
Definitions and Importance in AI
-
Categories: Supervised, Unsupervised, Reinforcement Learning
-
Types of Machine Learning
Course Coverage:
-
Supervised Learning
-
Overview: Labeled Data and Training
-
Algorithms: Linear Regression, Decision Trees, SVMs
-
-
Unsupervised Learning
-
Overview: Unlabeled Data and Clustering
-
Algorithms: K-Means, PCA, DBSCAN
-
-
Reinforcement Learning
-
Overview: Learning from Interaction
-
Algorithms: Q-Learning, SARSA, Deep Q Networks
-
Learning Techniques in AI
Course Coverage:
-
Inductive Learning
-
Concepts and Process
-
Example: Decision Tree Learning (ID3 Algorithm)
-
-
Deductive Learning
-
Concepts and Process
-
Applications in Knowledge-Based Systems
-
Classification and Regression Trees
Course Coverage:
-
Understanding Decision Trees
-
Structure: Nodes, Branches, Leaves
-
Building Trees: Information Gain, Gini Index
-
-
Introduction to Perceptrons and Multi-layer Perceptrons (MLPs)
-
Comparison of Perceptrons with SVMs
-
-
Regression Trees
-
Continuous Value Prediction
-
Example: Housing Price Prediction
-
Bayesian Methods in Machine Learning
Course Coverage:
-
Introduction to Bayesian Inference
-
Concepts: Prior, Likelihood, Posterior
-
Applications: Spam Filtering, Diagnosis
-
-
Building Bayesian Networks
-
Structure and Learning
-
Example: Naive Bayes Classifier
-
Practical Implementation
Course Coverage:
-
Developing a Machine Learning Model
-
Problem Selection and Data Preparation
-
Model Training and Validation
-
Case Study: Implementing a Classifier for Image Recognition
-
Ethical Concerns in AI
Course Coverage:
-
Bias in AI Systems
-
Sources of Bias: Data, Algorithms, and Human Input
-
Impact of Bias: Fairness and Discrimination
-
-
Transparency and Explainability
-
The Black Box Problem
-
Approaches to Explainable AI
-
Responsible AI Development
Course Coverage:
-
Principles of Responsible AI
-
Fairness, Accountability, and Transparency (FAT)
-
Ethical AI Guidelines and Frameworks
-
-
AI Governance and Policy
-
Role of Governments and Organizations
-
Case Study: GDPR and AI Compliance
-
Societal Impact of AI
Course Coverage:
-
Economic Implications
-
AI and the Future of Work
-
Automation and Job Displacement
-
-
AI in Critical Sectors
-
Healthcare: Diagnosis, Treatment Planning
-
Public Safety: Surveillance, Predictive Policing
-
-
Public Perception and Trust in AI
-
Building Trust through Transparency
-
Addressing Public Concerns
-
Global Collaboration on AI Challenges
Course Coverage:
-
International AI Initiatives
-
Partnerships: EU AI Strategy, US National AI Initiative
-
Research Collaborations and Global Standards
-
-
Addressing AI’s Global Challenges
-
Ensuring Equitable Access to AI
-
Tackling Climate Change with AI Solutions
-
Developing Ethical AI Practices
Course Coverage:
-
Formulating AI Ethics Policies
-
Policy Development: Steps and Considerations
-
Stakeholder Engagement and Implementation
-
-
Case Study: Ethical AI in Industry
-
Analysis of AI Ethics in Tech Companies
-
Lessons Learned and Best Practices
-
Indicative reading list
Core texts:
-
Russell, S., & Norvig, P. (2020). Artificial Intelligence: A Modern Approach. Pearson.
-
Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press.
-
Poole, D., & Mackworth, A. (2017). Artificial Intelligence: Foundations of Computational Agents. Cambridge University Press.
-
Mitchell, T. M. (1997). Machine Learning. McGraw-Hill.
-
Pearl, J. (2009). Causality: Models, Reasoning, and Inference. Cambridge University Press.
-
Bishop, C. M. (2006). Pattern Recognition and Machine Learning. Springer.
-
Chollet, F. (2018). Deep Learning with Python. Manning Publications.
-
Koller, D., & Friedman, N. (2009). Probabilistic Graphical Models: Principles and Techniques. MIT Press.
-
Russell, S., & Dewey, D. (2015). Maximizing Intelligence: AI Safety and Ethics. Oxford University Press.
-
Sutton, R. S., & Barto, A. G. (2018). Reinforcement Learning: An Introduction. MIT Press.
-
Floridi, L. (2014). The Ethics of Information. Oxford University Press.
-
Zhang, Y., et al. (2019). Graph Neural Networks: A Review of Methods and Applications. arXiv:1812.08434
Additional reading:
-
Harvard Business School Publishing: www.hbsp.harvard.edu
-
Institute of Electrical and Electronics Engineers (IEEE): www.ieee.org
-
Association for the Advancement of Artificial Intelligence (AAAI): www.aaai.org
-
The Alan Turing Institute: www.turing.ac.uk
Entry requirements
To enroll The Master Award, the learner must possess:
- Graduated with a Bachelor’s degree from an accredited university or achieved a Level 6 Diploma according to the European Qualifications;
- For a degree from non-recognized universities; The learner should have followed Accreditation of Prior Experiential Learning for Qualifications (APEL.Q) policy of MI Swiss and/or University Partners;
- Learners must be over 21 years old.
English requirements
If a learner is not from a predominantly English-speaking country, proof of English language proficiency must be provided.
- Common European Framework of Reference (CEFR) level B2 or equivalent;
- Or A minimum TOEFL score of 101 or IELTS 5.5; Reading and Writing must be at 5.5 or equivalent.
The UKeU reserves the highest decision-making authority regarding admissions and may accept or reject applicants following a thorough review of each applicant’s profile, ensuring that only those capable of benefiting from the course are admitted. Qualifications from diploma mills or fake universities/institutions will not be accepted by UKeU and/or Partner University.
After graduating with Master Award, learners receive all certified documents from the UKeU.
Certified Documents:
- e-Certificate from the UK eUni Worldwide (UKeU);
- Hard copy certificate from UK eUni Worldwide (UKeU) (Optional);
- Accreditation of Prior Experiential Learning for Qualifications (APEL.Q) certified from UKeU for credit and tuition fee transfer.
Because the course is accredited and recognized, learners can easily use their qualifications in the workplace and enjoy many opportunities for career advancement. In addition, if you wish to pursue a degree from UKeU and/or a Partner University, all credits and 50% paid tuition fees can be transferred.
The UKeU’ Master Award means:
UKeU Master Award is the award at the master level and is equivalent to:
- Level 7 certificate of Regulated Qualifications Framework (RQF) of UK
- Level 10 certificate of Scottish Credit and Qualifications Framework (SCQF)
- Level 7 certificate of Credit and Qualifications Framework (CQFW)
- Level 7 certificate of European Qualifications Framework (EQF)
- Level 9 certificates of the Australian Qualifications Framework (AQF)
- Level 7 certificate of ASEAN Qualifications Reference Framework (AQRF)
- Level 9 certificate of the African Continental Qualifications Framework (ACQF)
Learners can transfer all credits and 50% of their tuition fees when enrolling in UKeU and/or Partner University academic programs if they wish to pursue an academic degree.
Credits transfer:
Learners can transfer 20 credits from the Master Award course when participating in the Master program. Please see the credit transfer policy HERE.
Tuition fee transfer:
When enrolling in the Master program, graduates from the Master Award will receive a fee reduction equal to 50% of the tuition fees paid for the Master Award. Please refer to the tuition fee transfer policy HERE.
The UKeU Micro Degree course allows learners to transfer credits and 50% of their tuition fees toward full degree programs offered by UKeU and/or Partner University. UKeU reserves the right to limit admissions once enrollment exceeds the set quotas.
Apply Policy:
- To participate in the UKeU Micro Degree course, learners need to meet the entry criteria corresponding to each level. Please see the “Entry” tab for more details.
- UKeU will not accept applicants whose entry qualifications are from fake universities or institutions that are not accredited.
- For Master Award courses, if an entry bachelor is unavailable, learners must demonstrate a minimum of 5 years of work experience in the relevant field. Please note that a bachelor’s degree is required for the Master’s program at UKeU and Partner University so that you could study Master Award but could not move to the Master’s program of UKeU and/or Partner University.
- English is not a mandatory entry requirement for Micro Degree course, but candidates need to ensure that English is used in reading documents, listening to lectures, and doing assignments. Applicants should note that English is a mandatory requirement when switching to an academic program at UKeU and Partner University.
Apply Process:
- Step 1: To request a consultation for a course that best suits your needs, please email support@ukeu.uk. Our admissions department will contact you to guide you through the required documentation and the next steps in the application process.
- Step 2: Once your application documents are approved and the application fee is paid, UKeU will issue a Letter of Acceptance (LOA). You will then follow the provided instructions, including payment of the tuition fee.
- Step 3: After the tuition fee is paid, UKeU will issue a confirmation letter, provide your login details for the e-learning system, and send you all relevant documents.
- At this point, you have officially become a UKeU student. Welcome, and enjoy your learning journey!
The UKeU Micro Degree course is fully online, allowing you to study anytime and anywhere. You also have the option to attend live classes with UKeU. Final exams will be uploaded to the system and assessed by the UKeU academic board. Learners are required to submit assignments on time; failure to do so will require payment of a resit fee (with up to two attempts allowed). Continued non-compliance on a third occasion will result in being considered as having discontinued the course, and tuition fees will not be refunded.
Pricing Plans
Take advantage of one of our non-profit professional certified courses with favorable terms for your personal growing carreers.
- Live Class (Optional)
- Full online videos
- e-Books
- Self study contents
- Online tutor videos
- Assignment guide
- e-Certificate
- Hard copy certificate from UKeU and/or Partner Universities
- APEL.Q certified from UKeU for credit and tuition fee transfer
- Deliver hard copy certificate and all certified documents to your home
- Transfer full credits & 50% tuition fees to equivalent academic programs
- Opportunity to get scholarships when becoming Partner Universities' international students
UKeU MICRO DEGREE
Contact us
If you interested this micro credential course, please feel free to contact with us! Please note that this program is a not for profit and learning with full online model.