phone iconSpeak with our expert +16626414841

Trusted by millions of learners

Learn more about the course

Get details on syllabus, projects, tools, and more

Name
Email
Mobile Number

By submitting this form, you consent to our Terms of Use & Privacy Policy and consent to be contacted via email, phone (including by AI-generated/pre-recorded voice calls), SMS, or WhatsApp.

Learn more about the course

Learn more about the course

Application closes 22nd Jul 2026

overview icon

Program Outcomes

Upgrade your expertise in Applied AI

Develop advanced AI expertise across algorithms, deployment & alignment

  • List icon

    Develop math and statistics skills to understand and build AI models

  • List icon

    Create, develop, and launch AI solutions from idea to deployable systems

  • List icon

    Apply Reinforcement Learning to complex decision-making environments

  • List icon

    Build ethical, safe, explainable, and human-aligned AI systems

  • List icon

    Develop novel AI solutions in Computer Vision, Speech Processing, and Robotics

  • List icon

    Leverage Deep Learning for multimodal data: text, images, and video

Key program highlights

Why choose this Masters degree?

  • List icon

    A global masters degree & PG certificate

    Earn a Master's degree and a postgraduate certificate from leading international universities at just a fraction of the cost of a traditional two-year on-campus master's program

  • List icon

    Practical, hands-on learning from world-class faculty

    Live virtual classes, Industry sessions and competency courses delivered by experts and faculty at Deakin.

  • List icon

    Industry-focussed curriculum

    The curriculum emphasises practical skills and real-world problem-solving, covering advanced topics such as Robotics and Human-Aligned AI

  • List icon

    Dedicated career support

    Get expert guidance to prepare for job roles with mock interviews, resume building, and e-portfolio review

  • List icon

    Avail alumni benefits

    Join the alumni portal with over 300,000 Deakin graduates, reconnect, and meet with fellow alumni across the globe

  • List icon

    11+ hands-on projects & 27+ tools

    The program includes 11+ hands-on projects, 60+ case studies, 1 capstone project, and 27+ tools to strengthen practical and conceptual knowledge

Skills you will learn

Reinforcement Learning

Computer Vision

agentic AI

Deep Learning

speech processing

Human Aligned AI

mathematic in AI

AI Solution Engineering

Ethical & Explainable AI

generative ai

Robotics

Deployable AI Systems

Reinforcement Learning

Computer Vision

agentic AI

Deep Learning

speech processing

Human Aligned AI

mathematic in AI

AI Solution Engineering

Ethical & Explainable AI

generative ai

Robotics

Deployable AI Systems

view more

  • Overview
  • Curriculum
  • Faculty
  • Fees
optimal icon

This program is ideal for

The Master of Applied Artificial Intelligence (Global) helps you align your learning with your career goals

  • Early-Career Professionals

    Strengthen your Applied AI foundation and grow into technical roles.

  • Mid–Senior Professionals

    Advance your career with AI expertise in strategy and innovation.

  • Non-Tech professionals

    Gain structured Applied AI knowledge for AI career transition.

  • Tech Leaders

    Head AI-driven initiatives with strong strategic and technical insight.

Curriculum

This Master of Applied Artificial Intelligence (Global) emphasises hands-on learning and real-world relevance. Built by university faculty and industry experts, it develops practical skills in areas like AI, ML, Agentic AI, Robotics, and Human-Aligned AI, helping learners stay ahead in a fast-changing landscape.

Year 1 (PGP-AIML)

Course: Introduction to AI Landscape

This preparatory module will introduce you to the world of data and AI, provide an overview of how problems are solved in the industry using data and AI, and give you a fundamental understanding of the hands-on tools needed to build a strong foundation for Generative AI applications.

Course 01: Python Foundations

This preparatory module will introduce you to the world of data and AI, provide an overview of how problems are solved in the industry using data and AI, and give you a fundamental understanding of the hands-on tools needed to build a strong foundation for Generative AI applications.

Course 02: Data Manipulation and EDA

In this module, you will learn to read, explore, manipulate, and visualize data to tell stories, solve business problems, and deliver actionable insights and recommendations by performing exploratory data analysis using some of the most widely used Python packages.

Course 03: Linear Regression, Decision Tree, K-means Clustering

This module is designed to help you build an understanding of the concept of learning from data, develop linear and non-linear models to capture relationships between attributes and known outcomes, and discover patterns in and segment data with no labels.

Course 04: Bagging, Boosting and Model Tuning

This module focuses on exploring how to combine the decisions from multiple models using ensemble techniques to improve performance and make better predictions, while applying feature engineering and hyperparameter tuning to build generalized, robust models that optimize associated business costs.

Course 05: Neural Network

This module helps you implement neural networks to synthesize knowledge from data, understand different optimization algorithms and regularization techniques, and evaluate factors that improve performance, enabling you to build generalized and robust neural network models to solve business problems.

Course 06: Attention Mechanism, Transformers Transformers, LLM, Prompt engineering & RAG

This module helps you get introduced to the world of Natural Language Processing (NLP), gain a practical understanding of text embedding methods, and learn how different transformer architectures power Large Language Models (LLMs). You will explore how Retrieval-Augmented Generation (RAG) integrates information retrieval to improve the accuracy and relevance of LLM responses, and design and implement robust NLP solutions using open-source LLMs combined with prompt engineering techniques.

Course 07: AI Agents Workflow, Planning, Reasoning and Evaluating AI Agents

This module introduces you to the shift from traditional automation to Agentic AI. You will learn how to build intelligent agents using LangChain, equip them with dynamic tool-use capabilities, integrate memory into AI agents, and understand the mechanics of planning, multi-step reasoning, and the ReAct framework to enable agents to decompose and solve complex, multi-stage tasks. Finally, you will learn to evaluate AI agents to develop reliable AI solutions enhanced with human oversight.

Course 08: Model Deployment & Containerization

This module helps you understand the role of model deployment in realizing the value of an ML model and teaches you how to build and deploy an application using Python.

Course 09: Generative AI Code Creation, Image and Speech Recognition using GenAI

This asynchronous module helps you explore how to solve business problems by generating code using Generative AI tools, examine the capabilities of text-to-image and image-to-text GenAI tools like DALL·E through business use cases, and understand the speech recognition capabilities of audio-to-text GenAI tools like Whisper in practical business applications.

Course 10: Computer Vision & CNN

This module introduces you to the world of computer vision, helps you understand image processing and various methods for extracting informative features from images, and guides you in building Convolutional Neural Networks (CNNs) to uncover hidden patterns in image data and solve image classification problems at your own pace.

Course 11: Probablity & Hypothesis Testing

This module helps you perform statistical analysis using Python to evaluate the reliability of business estimates through confidence intervals and hypothesis testing. You will learn to analyze data distributions, test assumptions before committing resources, and make informed decisions based on data-driven evidence.

Course 12: SQL & DB

This module helps you understand the core concepts of databases and SQL, gain hands-on experience writing simple SQL queries to filter, manipulate, and retrieve data from relational databases, and use advanced SQL techniques such as joins, window functions, and subqueries to solve real-world data problems and extract actionable business insights.

Course 13: Capstone

This module introduces you to recommendation systems and guides you in building models that leverage past product purchase and satisfaction data to deliver high-quality, personalized recommendations.

Year 1 (Advance Module)

Year 2 (Deakin Masters)

TRIMESTER 1

Reinforcement Learning (RL) Key Highlights: • Work with MDP variants such as discrete-time MDPs, Semi-MDPs (SMDP), continuous-time MDPs, POMDPs, and MOMDPs • Apply core RL techniques, including multi-armed bandits, value iteration, policy gradient, temporal difference learning, and reward design • Understand advanced concepts such as on-policy vs off-policy learning, eligibility traces, feature construction, and continuous action spaces • Explore emerging areas, including deep RL, multi-agent systems, transfer learning, hierarchical and curiosity-driven learning Engineering AI Solutions Key Highlights: • Understand the process and key characteristics of developing AI solutions and how they differ from traditional software development • Design, develop, deploy, and maintain AI solutions using modern tools, frameworks, and libraries • Apply engineering principles and the scientific method with appropriate rigour in experimentation • Manage stakeholder expectations and guide the operationalisation of AI solutions from inception to deployment and ongoing maintenance

TRIMESTER 2

Robotics, Computer Vision and Speech Processing Key Highlights: • Understand how computer vision and speech processing enable sensing and interaction in robotics • Analyse existing algorithms and their applications in real-world robotic scenarios • Investigate state-of-the-art machine learning techniques used in vision and speech domains • Develop novel solutions integrating computer vision and speech processing for robotics applications Deep Learning Key Highlights: • Understand core deep learning theories, including computational graphs and representation learning • Build deep learning models for structured and unstructured data • Learn key techniques such as convolutional neural networks, recurrent networks, and neural embedding methods • Explore real-world applications of deep learning widely adopted across industries

Meet your faculty

  • Gang Li

    Gang Li

    Professor; Faculty of Science Engineering and Built Environment/School of Information Technology

    Professor at Deakin and Director across multiple AI labs

    IEEE Senior Member with expertise in AI, data privacy and ML

    Know More
    Company Logo
  • Dr. Asef Nazari

    Dr. Asef Nazari

    Associate Professor; Faculty of Science Engineering and Built Environment/School of Information Technology

    Associate Professor at Deakin and HDR Coordinator

    Expert in optimisation, AI and large-scale data systems

    Know More
    Company Logo
  • Dr. Bahareh Nakisa

    Dr. Bahareh Nakisa

    Senior Lecturer Faculty of Science Engineering and Built Environment/School of Information Technology

    Senior Lecturer in Applied AI and Course Director at Deakin

    Expert in AI, deep learning and human-centred AI systems

    Know More
    Company Logo
  • Fatima Ansarizadeh

    Fatima Ansarizadeh

    Lecturer, Applied Artificial Intelligence; Faculty of Science Engineering and Built Environment/School of Information Technology

    Applied AI Lecturer at Deakin with a PhD from Swinburne

    Leads applied research in AI, ML and Data Science domains

    Know More
    Company Logo
  • Dr Kelvin Li

    Dr Kelvin Li

    Lecturer, Mobile and Quantum Computing; Faculty of Science Engineering and Built Environment/School of Information Technology

    Lecturer at Deakin in Quantum Computing and Cryptography

    Expert in lattice cryptography and privacy-preserving AI

    Know More
    Company Logo

Course Fees

The course fee is USD 8,500

Invest in your career

  • benifits-icon

    A World-Class Credential for Future Leaders

  • benifits-icon

    Practical, hands-on learning from world-class faculty

  • benifits-icon

    Industry-Focused Curriculum

  • benifits-icon

    Master in-demand AI tools and become future-ready

Take the next step

timer
00 : 00 : 00

Apply to the program now or schedule a call with a program advisor

Unlock exclusive course sneak peek

Application closes: 22nd Jul 2026

Application closes: 22nd Jul 2026

Talk to our advisor for offers & course details

Admission Process

Admissions close once the required number of participants enroll. Apply early to secure your spot

  • steps icon

    Apply

    Fill out an online application form

  • steps icon

    Get Reviewed

    Go through a screening call with the Admission Director’s office

  • steps icon

    Join the program

    Your profile will be shared with the Program Director for final selection

Course Eligibility

  • Applicant must meet Deakin’s minimum English Language requirement
  • Candidates should have a bachelors degree (minimum 3-year degree program) in a related discipline OR a bachelors degree in any discipline with at least 2 years of work experience

Got more questions? Talk to us

Connect with our advisors and get your queries resolved

Speak with our expert +16626414841 or email to deakin.msai@mygreatlearning.com

career guidance