https://github.com/powei-lin/least-square-problem-example
Example of solving least square problem with python
https://github.com/powei-lin/least-square-problem-example
autograd least-square-regression least-squares matplotlib numpy python python3 scipy
Last synced: about 2 months ago
JSON representation
Example of solving least square problem with python
- Host: GitHub
- URL: https://github.com/powei-lin/least-square-problem-example
- Owner: powei-lin
- Created: 2021-10-17T05:46:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T20:37:59.000Z (over 2 years ago)
- Last Synced: 2024-02-16T19:33:29.919Z (over 2 years ago)
- Topics: autograd, least-square-regression, least-squares, matplotlib, numpy, python, python3, scipy
- Language: Python
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# least-square-problem
Example of solving least square problem with python