Implement for parameter finding #341
kunxianhuang
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Thanks @kunxianhuang . To get started, we may pick one or two functions and add prototype code. What functions would you like to do first? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An application estimates the parameters of the defined functions on some numerical data. We use maximum likelihood method as an estimation, and finding maximum/minimum is an optimization problem.
First, we have to decide the architecture of this application.
c++ in the bottom
Python API
For the coding side, I have little experiences about programming architecture.
Some objects need to complete as below
Beta Was this translation helpful? Give feedback.
All reactions