Part 4 (10 points, coding task)
In this part, you are asked to create the dataset \mathcal D_{PDE}.
-
The dataset object is called
dataset_train_PDE
. It is in a class calledDataset_PDE
that you need to build. -
Class
Dataset_PDE
subclassesDataset
. -
Each \left( t, x \right) \in \mathcal D_{PDE} is randomly sampled from \left[ 0 , 1 \right]^2.
-
Set | \mathcal D_{PDE} | = 500.