Ali Akram
Results
3
comments of
Ali Akram
@crazy-max updated sorry for the delay
set lr = 8 and epoch i set to 10000 got around 2% error
also made more nodes in the hidden layer so i set my layers to torch.nn.Linear(8, 30) torch.nn.Linear(30, 10) torch.nn.Linear(10, 1)