Parameters: |
- model – A parsed model
- x – A numpy array with features
- y – The list of classes
- batch_size – A positive integer which defines after how many training
examples the values of the neural network get adjusted
- lr – Learning rate. Has to be positive.
|