Different Perspective of Line Regression

1. Line regression 1.1 Ordinary Least Squares (OLS) Perspective 1.1.1 Model Representation: The linear regression model is represented as: \hat{Y} = X

narcissuskid narcissuskid 发布于 2024-03-18

4.4. Softmax Regression Implementation from Scratch

github: https://github.com/pandalabme/d2l/tree/main/exercises import torch import warnings import matplotlib.pyplot as plt import sys sys.path.append(

narcissuskid narcissuskid 发布于 2023-08-18

4.3. The Base Classification Model

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Denote by L_v the validation loss, and let

narcissuskid narcissuskid 发布于 2023-08-17

4.2. The Image Classification Dataset

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Does reducing the batch_size (for instance, to 1) affect the reading performance? Red

narcissuskid narcissuskid 发布于 2023-08-17

4.1 Softmax Regression

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. We can explore the connection between exponential families and softmax in some more d

narcissuskid narcissuskid 发布于 2023-08-17

3.7. Weight Decay

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Experiment with the value of \lambda in the estimation problem in this section. Plot

narcissuskid narcissuskid 发布于 2023-08-16

3.6. Generalization

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. When can you solve the problem of polynomial regression exactly? Polynomial regressio

narcissuskid narcissuskid 发布于 2023-08-16

3.5. Concise Implementation of Linear Regression

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. How would you need to change the learning rate if you replace the aggregate loss over

narcissuskid narcissuskid 发布于 2023-08-15

3.4. Linear Regression Implementation from Scratch

Notebook github: https://github.com/pandalabme/d2l/tree/main/exercises 1. What would happen if we were to initialize the weights to zero. Would the al

narcissuskid narcissuskid 发布于 2023-08-14