P3 Flashcards
(50 cards)
Q: What is backpropagation?
A: An algorithm used for training neural networks by adjusting weights to minimise error.
Q: Define natural language processing (NLP).
A: A field of AI focused on enabling machines to understand and respond to human language.
Q: What is a dataset?
A: A collection of data used to train and evaluate machine learning models.
Q: What is the purpose of a loss function?
A: To measure the difference between the predicted output and the actual target output.
Q: What does a GPU do in machine learning?
A: It accelerates the processing of large-scale data and complex computations.
Q: What is an RNN?
A: Recurrent Neural Network, designed to handle sequential data.
Q: Define LSTM.
A: Long Short-Term Memory, a type of RNN that handles long-term dependencies.
Q: What is a transformer neural network?
A: A neural network using a self-attention mechanism for parallel processing of data.
Q: What is BPTT?
A: Backpropagation through time, a variant of backpropagation for RNNs.
Q: What is a memory cell state in LSTM?
A: It represents the information flowing through the network, managed by gates.
Q: What is data cleaning?
A: The process of removing irrelevant, duplicate, or noisy data.
Q: What is synthetic data?
A: Artificially generated data used to supplement real data.
Q: What is bias in datasets?
A: Systematic errors that lead to unfair or discriminatory outcomes.
Q: What is sampling bias?
A: When the dataset is not representative of the entire population.
Q: What is selection bias?
A: Bias introduced when data is not randomly selected but chosen based on specific criteria
Q: Why is data privacy important?
A: To protect sensitive personal information from unauthorised access.
Q: What is transparency in AI?
A: Making decision-making processes clear and understandable to users.
Q: How can we prevent misinformation by chatbots?
A: By integrating fact-checking mechanisms.
Q: What is accountability in chatbot ethics?
A: Determining who is responsible for the chatbot’s actions and decisions.
Q: Define ethical use of chatbots.
A: Ensuring chatbots operate fairly, transparently, and responsibly, respecting user privacy.
Q: What is hyperparameter tuning?
A: The process of optimizing parameters that govern model training.
Q: What is a self-attention mechanism?
A: A technique that captures relationships between words in a sequence by computing attention weights.
Q: Define lexical analysis.
A: Breaking down text into individual words and sentences for further processing.
Q: What is syntactical analysis?
A: Analsing the grammatical structure of a sentence to identify relationships between words.