Independent variables - variables on which the predictions are calculated Predictions - results of the model Label - The data that we’re trying to predict, such as “dog” or “cat” Architecture - The template of the model that we’re trying to fit; the actual mathematical function that we’re passing the input data and parameters to Weights - parameters of the model Model - The combination of the architecture with a particular set of parameters Fit - Update the parameters of the mod...