Model must be simple enough to understand in first 10 minutes.
More data - better model, less features - better speed, do not overfit.
Bias is the king, make sure that you are in the right direction.
Check available devices
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
import torch
torch.has_mps