Explore complete Java projects that train neural networks to predict continuous numerical values.
Regression
Sorting Execution Time Prediction
Predict sorting execution time from the number of comparisons with a compact 1-to-1 regression model.
View walkthrough
Use regression when the target is a continuous numerical value such as time, price, payment, or performance.
Start with Sorting Execution Time because it uses one input and one output, then continue with the multivariable examples.