{"id":16494637,"url":"https://github.com/gregdhill/lin-reg","last_synced_at":"2025-05-03T05:32:39.827Z","repository":{"id":109211673,"uuid":"135851123","full_name":"gregdhill/lin-reg","owner":"gregdhill","description":"Linear Regression - C","archived":false,"fork":false,"pushed_at":"2018-06-02T20:47:58.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-23T03:09:50.451Z","etag":null,"topics":["c","least-squares","linear-regression","matrix-inversion","matrix-multiplication","normal-equation"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregdhill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-02T20:46:59.000Z","updated_at":"2024-09-23T16:36:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1e3f348-3c6a-45cc-9476-580274d5f8e6","html_url":"https://github.com/gregdhill/lin-reg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregdhill%2Flin-reg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregdhill%2Flin-reg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregdhill%2Flin-reg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregdhill%2Flin-reg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregdhill","download_url":"https://codeload.github.com/gregdhill/lin-reg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224354760,"owners_count":17297410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","least-squares","linear-regression","matrix-inversion","matrix-multiplication","normal-equation"],"created_at":"2024-10-11T14:14:48.218Z","updated_at":"2024-11-12T21:43:52.996Z","avatar_url":"https://github.com/gregdhill.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear Regression\n Pure C implementation of linear least squares for regression analysis using the derived normal equations to obtain optimal weights. This is based in part on the [MLPR](http://www.inf.ed.ac.uk/teaching/courses/mlpr/2017/) module taken at the University of Edinburgh in 2017. The code is currently unoptimised so it should not be used in production, but it will output all transformations throughout execution.\n\nCompile: `gcc -o lreg lreg.c -lm`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregdhill%2Flin-reg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregdhill%2Flin-reg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregdhill%2Flin-reg/lists"}