Plotting Learning Curve
Plotting Learning Curve
This function plots the learning curves from the ML training.
Plotting the learning curve
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
history
|
History
|
History object from model.fit |
required |
filename
|
str
|
path for saving the learning curve |
required |
batch_size
|
int
|
batch size |
required |
learning_rate
|
int
|
learning rate |
required |
Returns:
| Type | Description |
|---|---|
|
None |