Training epoch for Neural Network (MATLAB API)

Hi, I am trying to train my neural network model with epoch in MATLAB but unsure on how to do it using the neural model from ampl.

1 Like

Hi Nikku,

Which training method are you going to use? It is not common to use linear programming to train neural networks, but the idea would be to reformulate the training process as a minimization problem: write an algebraic statement of the problem with parameters (training data) and variables (network weights or other parameters to be tuned). Then, it would be easy to write an AMPL model to solve it.

I do not know about state-of-the-art methods for neural network training with linear programming, but some references:

Best regards,
Marcos

1 Like