Blackbox of AI Flashcards
(55 cards)
What is the primary focus of the paper ‘Unpacking the “Black Box” of AI in Education’?
To clarify what AI is and its potential to advance or hamper educational opportunities
The paper discusses methods, applications, limitations, and risks of AI in education.
What are the two schools of AI frequently used in education?
Machine learning and rule-based AI
These schools represent different approaches to implementing AI in educational contexts.
Define ‘supervised learning’ in the context of machine learning.
A method where machines learn from a historical dataset with known outputs to predict future outcomes
It involves using labeled data to train models.
What is the purpose of ‘unsupervised learning’?
To perform statistical pattern recognition without access to ground-truth labels
Commonly used for clustering similar data points.
What is ‘reinforcement learning’?
A machine learning paradigm that uses rewards to encourage desired behaviors based on input states
It is often applied in intelligent tutoring systems.
What are the two main philosophies of machine learning?
Frequentist and Bayesian
These philosophies influence how inferences and predictions are made from data.
What is a key characteristic of Bayesian machine learning models?
They incorporate pre-existing beliefs alongside training data
This approach can help improve predictions, especially in sparse datasets.
What is the significance of deep learning in AI?
It has become the dominant approach due to its ability to learn complex relationships through neural networks
Deep learning involves stacking neural networks to enhance learning capacity.
What are some common architectures used in deep learning?
- Recurrent Neural Networks (RNNs)
- Convolutional Neural Networks (CNNs)
- Transformers
Each architecture has its own strengths and applications, such as image processing or natural language processing.
True or False: The ‘I’ in AI systems is highly sophisticated.
False
Many AI systems still perform poorly on tasks that humans find intuitive.
What risks are associated with AI in education?
- Failures to generalize
- Inability to identify causal relationships
- Potential for perpetuating unfair applications
These limitations can hinder the effective use of AI in educational contexts.
Fill in the blank: AI refers to a collection of methods, capabilities, and _______.
limitations
Understanding these limitations is crucial for the effective application of AI.
What do the authors hope to achieve by unpacking the ‘Black Box’ of AI?
To make terms and concepts accessible for all stakeholders in education
This aims to empower educators and researchers to engage with AI development.
What is a common application of clustering in education?
To develop a typology of students based on various characteristics
This helps in designing targeted support for students.
What is the role of historical datasets in supervised learning?
They provide inputs and outputs that help train the model
The model learns how features relate to target attributes.
True or False: The terms and concepts of AI are universally understood among educators.
False
Many educators may find the rapidly advancing field of AI inaccessible without proper training.
What does the term ‘machine learning’ refer to?
A subset of AI focused on algorithms that learn from data to make predictions or decisions
It encompasses various methodologies, including supervised and unsupervised learning.
What are the three major architectures in deep learning mentioned?
RNNs, CNNs, Transformers
RNNs are suited for time-series data, CNNs for image processing, and Transformers are used in natural language processing tasks.
What is the purpose of the GPT-3 language model?
To predict the next word in a corpus of text given a sequence of preceding words
GPT-3 is trained on over 570 gigabytes of text from the internet.
What is transfer learning?
A technique that allows a model to pre-train using data from a related task and then fine-tune on a smaller dataset
This is useful when large datasets are not available for a specific task.
Name two recent hardware accelerations that have impacted deep learning.
GPUs, TPUs
GPUs and TPUs enable more time-efficient computation for deep learning tasks.
True or False: Rule-based AI systems infer rules from data.
False
Rule-based AI uses pre-defined logical propositions rather than inferring rules from patterns in data.
What is a significant limitation of naive rule-based AI algorithms?
They may take an impractical amount of time to compute optimal solutions
Evaluating every possible combination can be infeasible for large real-world problems.
What are intelligent tutoring systems (ITS)?
AI tools that adapt to students’ knowledge and skills to personalize learning
They can be based on machine learning or predefined rules.