The 3-parameter regression equation is: y = y0 + a* (1- e-bx)
The 32 curves obtained compose the training set for NN learning
T = 25 °C, (b) T = 200 °C, (c) T = 400 °C, (d) T = 600 °C
To model the work material response to different process conditions, 3-layered feed-forward back-propagation NN were trained and tested
The inputs to the NN were chosen to be the parameters that define the physical meaning of the process
Strain, strain-rate and temperature values for each experimental curve were always utilised as input features
Also strain and strain-rate as logarithmic functions, ln(ε) and ln(ε'), temperature as inverse function, 1/T, and curve peak strain, εp, were employed as input features
This allowed to take into account the analytical relationships among the considered process parameters and the influence of curve peak strain on the material behaviour modelling
The NN configurations had a number of nodes in the input layer equal to the number of features in the input vector
NN configurations. ε = strain; ε' = strain-rate; T = temperature; εp = peak strain; σ = flow stress.
| NN configuration | Input vector | Output vector |
| 3-5-1 | { ε, ε', T} | σ |
| 4-5-1 | { ε, ε', T, εp} | σ |
| 6-5-1 | { ε, ε', T, ln(ε), ln(ε), 1/T} | σ |
| 7-5-1 | { ε, ε', T, ln(ε), ln(ε'), 1/T, εp} | σ |
'
Desired and predicted flow stress vs. strain for test 28
Desired and predicted flow stress vs. strain for test 28

Desired and predicted flow stress vs. strain for test 28
Desired and predicted flow stress vs. strain for test 28
The rheological behaviour of a work material can be introduced into the FEM code in different ways
An analytical model for the material rheological behaviour can be user selected from a list in the code (e.g. power law, rate power law, Johnson-Cook, Kumar, etc.). Then, the necessary coefficients are manually input by the user
If this method is used, the stress value for each FEM model node is calculated during the simulation using the analytical model
Alternatively, the user can enter three tables representing the work hardening (table(x)), temperature (table(y)) and strain rate (table(z)) effects on the flow stress. The data in the tables are typically obtained from experimental tests
In this paper, the three tables representing the work hardening (table(x)), temperature (table(y)) and strain rate (table(z)) were used for material rheological behaviour input into the FEM code.
However, these tables were compiled through the help of the learned NN for flow stress prediction
The learned NN provides for the flow stress curves of the AISI 1010 C steel for any temperature and strain rate within the experimental range used for NN training set construction