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

5.7. Predicting House Prices on Kaggle

github: https://github.com/pandalabme/d2l/tree/main/exercises import pandas as pd import time from tqdm import tqdm import sys import torch import tor

narcissuskid narcissuskid 发布于 2023-08-23

5.6. Dropout

github: https://github.com/pandalabme/d2l/tree/main/exercises import time from tqdm import tqdm import sys import torch import torchvision from torchv

narcissuskid narcissuskid 发布于 2023-08-22

5.5. Generalization in Deep Learning

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. In what sense do traditional complexity-based measures fail to account for generaliza

narcissuskid narcissuskid 发布于 2023-08-22

5.4. Numerical Stability and Initialization

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Can you design other cases where a neural network might exhibit symmetry that needs b

narcissuskid narcissuskid 发布于 2023-08-22

5.3. Forward Propagation, Backward Propagation, and Computational Graphs

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Assume that the inputs X to some scalar function f are n*m matrices. What is the dime

narcissuskid narcissuskid 发布于 2023-08-21

5.2. Implementation of Multilayer Perceptrons

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Change the number of hidden units num_hiddens and plot how its number affects the acc

narcissuskid narcissuskid 发布于 2023-08-21

5.1. Multilayer Perceptrons

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. Show that adding layers to a linear deep network, i.e., a network without nonlinearit

narcissuskid narcissuskid 发布于 2023-08-21

4.7. Environment and Distribution Shift

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. What could happen when we change the behavior of a search engine? What might the user

narcissuskid narcissuskid 发布于 2023-08-20

4.6. Generalization in Classification

github: https://github.com/pandalabme/d2l/tree/main/exercises 1. If we wish to estimate the error of a fixed model f to within 0.0001 with probability

narcissuskid narcissuskid 发布于 2023-08-19

4.5. Concise Implementation of Softmax Regression

github: https://github.com/pandalabme/d2l/tree/main/exercises

narcissuskid narcissuskid 发布于 2023-08-19