What are loop cards?

Loop cards are a great game that can be played individually or as a class. They are perfect for review key vocabulary or questions at the end of a topic or when revising for an exam.

Instructions

  1. Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
  2. Now start joining each question on the right hand side of the card to the matching answer on the next card.
  3. Carry on until all the cards loop together and you have competed the game!

Hint: Make sure that you set your paper to portrait to print 4 cards per sheet of A4 paper.

Edit Vocab

A field of artificial intelligence that focuses on the interaction between computers and human language.
Parameters
The internal variables of a model that are adjusted during training to minimize prediction error.
Bag Of Words
Where a text is represented as an unordered collection of words.
Inference
The process of using a trained model to generate predictions or outputs based on new input data.
Tokenization
The process of breaking text into smaller pieces, called tokens, which can be words or subwords.
Fine-Tuning
A method of further training a pre-trained model on a specific dataset to improve performance on a particular task.
Overfitting
A modeling error that occurs when a model learns the training data too well, failing to generalize to new data.
Training Corpus
A large set of texts used to train a model to understand and generate language.
Semantic Analysis
The process of interpreting the meaning of words and phrases in context.
Transformer
An architecture that uses self-attention mechanisms to process and generate sequences of data.
Natural Language Processing