Choose your language
Artificial Intelligence (AI) Course
From 4 to 360h of flexible workload

Artificial Intelligence (AI) Course

Master the full stack of AI—from ML fundamentals and deep neural networks to large language models, computer vision, and production MLOps. This course provides technical depth and hands-on skills for building, deploying, and maintaining real-world AI systems, from model maths to scalable solutions.

What you will learn:

You will develop a solid foundation in machine learning, deep learning, and AI system design, then explore new topics such as transformer architectures, prompt engineering, reinforcement learning, and generative AI. Work through NLP pipelines, computer-vision models, and LLM-powered agents with industry-standard tools. The curriculum also includes MLOps, model interpretability, AI ethics, and applications in healthcare, finance, and robotics. All concepts are tied to implementation, so you can apply them right away.

How you study in practice Artificial Intelligence (AI) Course

How you practise Artificial Intelligence (AI) Course

For companies looking to train their teams

With Elevify for businesses, the course includes exercises and examples tailored to your company and its specific needs.

Click here

Course content

8 Chapters40 LessonsDuration between 4 and 360 hours (you decide)

Chapter 1See details

Foundations of Artificial Intelligence

  • Lesson 1 • AI Ethics and Responsible Design

    Introduces bias, fairness, transparency, and accountability principles. Establishes ethical reasoning as a non-negotiable design constraint throughout the course.

  • Lesson 2 • Knowledge Representation Basics

    Explains propositional and first‑order logic plus semantic networks, showing how symbolic representations encode facts and relationships. Shows integration combining symbolic and neural methods.

  • Lesson 3 • Intelligent Agents and Environments

    Defines rational agents, PEAS framework, and environment types. Students can design agent architectures suited to specific task environments.

  • Lesson 4 • History and Evolution of AI

    Traces AI from symbolic logic to deep learning, highlighting pivotal breakthroughs. Provides context for understanding why modern techniques emerged and where they excel.

  • Lesson 5 • Core AI Problem Types

    Categorises search, optimisation, classification, and generation problems. Enables students to map any task to the correct AI methodology before implementation.

Chapter 2See details

Machine Learning Core Concepts

  • Lesson 1 • Supervised Learning Fundamentals

    Covers labeled data, loss functions, and gradient-based optimisation. Forms the backbone for understanding neural networks and advanced models later.

  • Lesson 2 • Classification Algorithms in Depth

    Examines logistic regression, decision trees, SVMs, and k‑NN. Covers training pipelines, hyperparameters, and evaluation so students can implement and compare each classifier on benchmark datasets.

  • Lesson 3 • Regression and Prediction Models

    Builds linear and polynomial regression models with statistical interpretation. Connects prediction accuracy to business and scientific decision-making.

  • Lesson 4 • Unsupervised Learning Methods

    Explores clustering, dimensionality reduction, and density estimation. Students discover hidden structure in unlabeled data for exploratory analysis.

  • Lesson 5 • Model Selection and Validation

    Teaches cross-validation, hyperparameter tuning, and pipeline construction. Ensures students produce models that generalise beyond training data.

Chapter 3See details

Deep Learning and Neural Networks

  • Lesson 1 • Backpropagation and Optimisation

    Derives backpropagation via chain rule and covers Adam, RMSProp, and SGD. Students debug vanishing gradients and tune optimisers effectively.

  • Lesson 2 • Recurrent Networks and Sequence Models

    Examines recurrent neural networks, LSTM and GRU units for modelling sequential data. Covers unrolling, back‑propagation through time, and practical considerations, linking these techniques to NLP and time‑series forecasting.

  • Lesson 3 • Regularisation and Practical Training

    Applies dropout, early stopping, and mixed-precision training to real networks. Students reduce overfitting and cut training time on GPU hardware.

  • Lesson 4 • Convolutional Neural Networks

    Covers convolution, pooling, and feature map interpretation for image tasks. Students build CNNs and apply transfer learning to custom datasets.

  • Lesson 5 • Neural Network Architecture Fundamentals

    Explains neurons, activation functions, and forward propagation mathematically. Provides the foundation for understanding all subsequent deep learning architectures.

Chapter 4See details

Natural Language Processing

  • Lesson 1 • Word Embeddings and Semantic Space

    Trains and applies Word2Vec, GloVe, and FastText embeddings, showing how dense vectors capture semantic similarity. Includes evaluation techniques and visualisations for exploring embedding spaces.

  • Lesson 2 • Transformer Architecture Deep Dive

    Dissects multi-head self-attention, positional encoding, and encoder-decoder stacks. Provides the architectural understanding needed to fine-tune large language models.

  • Lesson 3 • Pre-trained Models and Fine-Tuning

    Fine-tunes BERT, RoBERTa, and GPT variants on domain-specific tasks. Students achieve state-of-the-art NLP results with limited labeled data.

  • Lesson 4 • NLP Applications and Pipelines

    Builds end-to-end pipelines for sentiment analysis, NER, and summarisation. Integrates preprocessing, modelling, and deployment into production-ready systems.

  • Lesson 5 • Text Preprocessing and Representation

    Explores tokenisation, stemming, lemmatisation, TF‑IDF weighting, and bag‑of‑words encoding to convert raw text into numeric vectors, highlighting preprocessing choices that affect downstream ML and DL performance.

Chapter 5See details

Computer Vision

  • Lesson 1 • Vision Transformers and Modern Architectures

    Applies Vision Transformers, CLIP, and DINO for image classification and zero‑shot recognition. Explains patch embedding, self‑attention, and contrastive learning, linking NLP transformer concepts to modern vision systems.

  • Lesson 2 • Generative Models for Images

    Builds GANs and variational autoencoders to synthesise realistic images and perform style transfer. Explores latent space manipulation, training stability tricks, and metrics for assessing generation quality and diversity.

  • Lesson 3 • Object Detection Architectures

    Compares YOLO, Faster R-CNN, and SSD for real-time and accurate detection. Students train detectors on custom datasets with bounding box annotations.

  • Lesson 4 • Semantic and Instance Segmentation

    Implements U‑Net and Mask R‑CNN for pixel‑level segmentation, detailing encoder‑decoder designs and mask generation pipelines. Connects these techniques to domains like medical imaging, autonomous driving, and robotics.

  • Lesson 5 • Image Data and Preprocessing

    Covers pixel representation, colour spaces, normalisation, and augmentation pipelines. Proper preprocessing directly determines model convergence and accuracy.

Chapter 6See details

Reinforcement Learning

  • Lesson 1 • Model-Free Value-Based Methods

    Implements Q-learning, SARSA, and Deep Q-Networks on Gym environments. Students understand temporal difference learning and experience replay.

  • Lesson 2 • Markov Decision Processes

    Formalises states, actions, rewards, and transition dynamics mathematically. Provides the theoretical foundation for all reinforcement learning algorithms.

  • Lesson 3 • Multi-Agent and Hierarchical RL

    Extends RL to cooperative and competitive multi-agent settings and skill hierarchies. Prepares students for real-world complex system control.

  • Lesson 4 • Advanced RL: PPO and SAC

    Applies Proximal Policy Optimisation and Soft Actor-Critic to complex tasks. Students achieve stable training on continuous control benchmarks.

  • Lesson 5 • Policy Gradient Methods

    Derives REINFORCE and actor-critic algorithms for continuous action spaces. Enables training agents in environments where value functions are insufficient.

Chapter 7See details

Large Language Models and Generative AI

  • Lesson 1 • Fine-Tuning and Alignment

    Applies supervised fine‑tuning, RLHF, and direct preference optimisation to align LLMs with human intent. Students create domain‑specific models that follow instructions while adhering to safety constraints.

  • Lesson 2 • Prompt Engineering and In-Context Learning

    Applies zero-shot, few-shot, chain-of-thought, and structured prompting techniques. Effective prompting multiplies model capability without any parameter updates.

  • Lesson 3 • LLM Architecture and Scaling Laws

    Analyses GPT, LLaMA, and Mistral architectures alongside Chinchilla scaling laws. Students predict model capability from compute and data budgets.

  • Lesson 4 • LLM Agents and Tool Use

    Builds autonomous agents using ReAct, function calling, and multi-agent frameworks. Students deploy agents that plan, use tools, and complete multi-step tasks.

  • Lesson 5 • Retrieval-Augmented Generation

    Builds RAG pipelines combining vector databases with LLM generation. Grounds model outputs in verified documents, reducing hallucination rates.

Chapter 8See details

AI System Design and MLOps

  • Lesson 1 • Monitoring and Model Maintenance

    Implements drift detection, alerting, and retraining triggers in production. Prevents silent model degradation that erodes business value over time.

  • Lesson 2 • Experiment Tracking and Reproducibility

    Uses MLflow, Weights & Biases, and DVC to log experiments systematically. Reproducibility enables team collaboration and regulatory compliance.

  • Lesson 3 • Model Serving and Deployment

    Deploys models via REST APIs, batch pipelines, and edge runtimes. Guides students through Docker containerisation, model serialisation, and scalable serving strategies for performance and reliability.

  • Lesson 4 • Scalable Training Infrastructure

    Configures distributed training with Horovod and cloud GPU clusters. Students reduce training time for large models through parallelism strategies.

  • Lesson 5 • Data Engineering for AI

    Builds data ingestion, validation, and versioning pipelines for ML workflows. Clean, versioned data is the single largest determinant of model quality.

Certification
Certification

Your valid completion certificate

This course is for you:

  • Software engineers ready to pivot into AI-focused engineering roles.

  • Data analysts who want to graduate from dashboards to predictive models.

  • CS students seeking practical depth beyond what universities typically teach.

  • Product managers who need to speak fluently with their AI engineering teams.

  • Researchers from non-CS fields applying AI methods to domain-specific problems.

  • Career changers with coding experience aiming to break into machine learning.

What our students say

Feedback from those who have already studied with us:

Your lessons are perfect. I purchased the one-year package and finally have the opportunity to follow various topics of interest without needing to change platforms... I'm grateful for everything you do, I've already recommended you to other people...
Giulio Carlo
Giulio CarloDigital Marketing Student
I like how the lessons are straight to the point and how I can change chapters and skip content I don't need.
Mariana Ferres
Mariana FerresPhotography Student
I like the content and the way videos are presented and transcribed, which speeds up the process!
Luciana Alvarenga
Luciana AlvarengaNail Design Student
The platform is fast, simple to use. The diversity of content and complementary videos really help with learning.
André Felipe
André FelipePrompt Engineering Student

Top qualifications

FAQ

Who is Elevify? How does it work?

Do the courses have certificates?

Are the courses free?

What is the course workload?

What are the courses like?

How do the courses work?

What is the duration of the courses?

What is the cost or price of the courses?

What is an EAD or online course and how does it work?

PDF Course