This repository contains common questions and their answers in several AI-related concepts
Both are generators. model.children() returns layers in the model that can be further used to extract parameters. model.parameters() directly returns parameters in the tensor format.
'*' is the iterable unpacking operator and '**' is the dictionary unpacking operator
torch.unsqueeze() and torch.squeeze() are two important functions that changes the diamension of the pytorch tensors