Machine Learning -- 3

Job ID: 31971469

Budget: $10 – $30 USD

You should implement the following:
1. def plot_accuracy(history): plot training and validation accuracy against epoch.
2. def plot_loss(history): plot training and validation loss against epoch.
3. Baseline model (logistic regression): implement logistic regression with 10 epochs,
and training/validation split is 80/20.