Exponential curve fitting

Abhishek 26 Reputation points
2021-06-06T14:39:18.63+00:00

Hello

Have a set of XY data and would like to fit them on an exponential curve as below

a + b * Math.Exp(-x / c)

Which regression trainer class can be used to get the value of a,b,c ?

Thanks

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
{count} votes

Accepted answer
  1. YutongTie-MSFT 52,091 Reputation points
    2021-06-14T15:33:39.717+00:00

    Hello @Abhishek ,

    Thanks for reaching out to us! There are more active forums for ML.NET related question which may help you faster: GitHub forum here, and the Gitter community. Sorry for the inconveniences.

    Regards,
    Yutong

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Abhishek 26 Reputation points
    2021-06-15T04:41:49.35+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.