AI and Generative AI in Adult Education

0 of 14 lessons complete (0%)

1.02 Fundamentals of machine learning (ML)

Machine learning (ML) is a cornerstone and a key enabling component of Artificial Intelligence. It represents a method of teaching computers to “learn” from data and progressively improve their performance on specific tasks over time, without the need for humans to explicitly programme every single rule or step for each scenario. Instead of rigidly following a pre-determined and fixed set of instructions, a machine learning system identifies underlying patterns, correlations, and insights within large volumes of data. It then intelligently uses these discovered patterns to make informed decisions, generate accurate predictions, or perform complex classifications. The core idea is that systems can learn from data, identify patterns, and make decisions with minimal human intervention, becoming more accurate as they are exposed to more data.

Consider the familiar example of an email service that automatically filters out spam or unwanted messages. This system doesn’t rely on a manually updated list of all possible spam keywords. Instead, it learns what constitutes spam by analysing thousands, or even millions, of example emails. This “training data” includes messages that have been identified by users as spam and messages that are legitimate. By processing this data, the ML model learns to associate certain characteristics – such as specific words or phrases, unusual sender addresses, peculiar formatting, or the presence of suspicious links – with spam. Over time, as it processes more emails and receives feedback (e.g., when a user marks an email as spam or not spam), its ability to recognise and filter unwanted messages becomes increasingly refined and accurate. This continuous improvement based on new data is a hallmark of machine learning.

There are several primary types of machine learning, each suited to different kinds of tasks and data:

Machine learning is the foundational technology that underpins many generative AI systems. When you interact with a generative AI tool like ChatGPT and ask it to write a story or explain a concept, the underlying Large Language Model (LLM) has been trained using machine learning techniques (often a form of supervised learning called self-supervised learning, on an immense scale) using billions of text examples from the internet and books. Through this process, it has learned the statistical patterns of language, enabling it to predict what words or sentences are most likely to follow in a given context, and thus generate coherent and relevant text. This powerful capability is highly beneficial in adult education for tasks such as providing personalised reading support, assisting in drafting professional emails or reports, summarising lengthy and complex documents, or even generating creative writing prompts.

PRACTICAL EXAMPLES