答案:【计分规则】: Task 1) Define your training data: input tensors and target tensors. 2) Define a network of layers (or model ) that maps your inputs to your targets. 3) Configure the learning process by choosing a loss function, an optimizer, and some metrics to monitor. 4) Iterate on your training data by calling the fit() method of your model.