AIML 131 mid term Flashcards
What is overfitting in the context of supervised ML?
When the model is too complex and learns too much detail.
What are error surfaces in neural networks?
Represent the error based on different weight combinations.
What is the concept of ‘feature space’ in ML?
The space of all possible combinations of input features.
How are modern neural networks organized?
Organized into layers, with input and output layers.
What is the purpose of dimensionality reduction models in unsupervised learning?
Simplifying the representation of data.
What are some examples of supervised ML models for regression?
Linear regression, polynomial regression
What is gradient descent in the context of neural networks?
Optimization method to minimize the error by adjusting weights.
How does DBSCAN clustering work?
Identifying dense regions based on radius and point count.
How do reinforcement learners improve over time?
By trying outputs at random and receiving feedback to adjust actions.
How are input words represented in LLMs?
By creating word embeddings that cluster similar meanings.
How does the attention mechanism address the bottleneck problem in LLMs?
It provides direct access to important input words for each output word.
What is ‘parameter space’ in ML?
The space of all possible combinations of model parameters.
How do transformers improve upon the attention mechanism?
By replacing recurrent networks with self-attention mechanisms.
How does reinforcement learning differ from supervised learning?
In reinforcement learning, the algorithm learns behaviours based on feedback.
How does supervised learning work?
Machine learns to map inputs to outputs with labeled examples.