Submitted by joeggeli t3_y83jow in MachineLearning
joeggeli OP t1_it27yj4 wrote
Reply to comment by LaVieEstBizarre in [D] Solving energy minimization problems using neural networks by joeggeli
The reason why I want to use a neural network over other non-linear solvers is because I need the computation of y' = F(x) to be as fast as possible during inference.
LaVieEstBizarre t1_it2axr3 wrote
Neural network doesn't actually mean machine learning, it only means machine learning if you do machine learning with it (i.e. optimisation with data). Otherwise it's just a general function approximator.
Viewing a single comment thread. View all comments