The dataset provides educator-generated multiple-choice quiz questions from lectures in real-world classrooms in Computer Science.
This is an subset containing the following course:
DL-Intro: an undergraduate-level course about various basic concepts and topics in Deep Learning.
Dataset Details
Uses
from datasets import load_dataset
data = load_dataset('mengxiayu/AIRC-DL-Intro', split='test')
print(data[0])
Dataset… See the full description on the dataset page: https://huggingface.co/datasets/mengxiayu/AIRC-DL-Intro.