Questions tagged [curve-fitting]

For questions about the concept of curve fitting in the context of machine learning and other related areas.

3 questions
6
votes
1 answer

What is the difference between neural networks and other ways of curve fitting?

For simplicity, let's assume we want to solve a regression problem, where we have one independent variable and one dependent variable, which we want to predict. Let's also assume that there is a nonlinear relationship between the independent and…
1
vote
0 answers

Neural Network for Picking Parameters of a Nonlinear Function to Data Points

I'm trying to make a neural network in pytorch that picks the parameters of a nonlinear function, the radius and (x,y) center of a circle in the example below, based on a sample of values from the nonlinear function. More concretely, the neural…
0
votes
0 answers

Inquiry about utilising AI in CNC machining path generation

I will begin by describing a situation. I work in laser machining control company. The essence of the problem, to which I would like to try to apply AI based tool is this: Say I have a analytically described trajectory in 3D space. It can consist of…