PURPOSE:
Guidelines for AI in education are necessary to ensure ethical use, student safety, equity and accessibility, quality assurance, and effective professional development for educators. By establishing clear guidelines, education systems can harness the potential of AI to enhance teaching and learning while mitigating potential risks and challenges.
The webpage provides:
Guidelines and support for using AI
Definitions and learning resources
Ai Misuse Rubric:
Guidelines for AI provided by turnitin- to help guide on ways to prevent misuse.
Note this is an example of what can be used in your class. Speak with your supervisor for more guidance.
General Definitions of AI
Generative AI, machine learning, deep learning, and expert systems are all different approaches within the broader field of artificial intelligence. Here's a brief overview of each:
Generative AI: Generative AI refers to techniques and algorithms that are used to generate new data or content that resembles, but is not necessarily identical to, existing data. These algorithms learn patterns from a dataset and use them to create novel outputs. Examples include Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs), and sequence generation models like Transformers.
Machine Learning (ML): Machine learning is a subset of artificial intelligence that focuses on developing algorithms and models that enable computers to learn and make predictions or decisions without being explicitly programmed to perform a specific task. ML algorithms learn from data, iteratively improving their performance over time. It encompasses various techniques such as supervised learning, unsupervised learning, and reinforcement learning.
Deep Learning: Deep learning is a subset of machine learning that involves artificial neural networks with multiple layers (deep neural networks). These networks are capable of learning hierarchical representations of data, enabling them to extract complex features and patterns. Deep learning has been particularly successful in tasks such as image recognition, natural language processing, and speech recognition.
Expert Systems: Expert systems are a type of AI that emulates the decision-making ability of a human expert in a specific domain. These systems rely on a knowledge base, which contains facts, rules, and heuristics about the domain, as well as an inference engine, which uses this knowledge to reason and make decisions. Expert systems were popular in the early days of AI for tasks such as medical diagnosis, but have been largely superseded by more advanced machine learning and deep learning techniques.