{"id":28349657,"url":"https://github.com/mborne/numpy-experiments","last_synced_at":"2026-05-05T22:39:33.892Z","repository":{"id":71407562,"uuid":"315865373","full_name":"mborne/numpy-experiments","owner":"mborne","description":"[DEV] Some basic examples written to get started with numpy and pytorch","archived":false,"fork":false,"pushed_at":"2025-06-02T22:22:46.000Z","size":1249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T12:21:02.913Z","etag":null,"topics":["autograd","basics","get-started","least-squares","numpy","torch"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mborne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-11-25T07:46:54.000Z","updated_at":"2025-06-02T22:22:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fb8abb8-27ae-4d10-a347-419c2e07cb6c","html_url":"https://github.com/mborne/numpy-experiments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mborne/numpy-experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborne%2Fnumpy-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborne%2Fnumpy-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborne%2Fnumpy-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborne%2Fnumpy-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mborne","download_url":"https://codeload.github.com/mborne/numpy-experiments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mborne%2Fnumpy-experiments/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260686843,"owners_count":23046598,"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":["autograd","basics","get-started","least-squares","numpy","torch"],"created_at":"2025-05-27T20:10:43.319Z","updated_at":"2026-05-05T22:39:33.885Z","avatar_url":"https://github.com/mborne.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numpy-experiments\n\nSome basic examples to test [numpy](https://docs.scipy.org/doc/numpy/user/quickstart.html), [matplotlib](https://matplotlib.org/index.html) and [pytorch](https://pytorch.org/).\n\n## Examples\n\n* [01-noisy-line](01-noisy-line.ipynb) : Estimate line parameters using [numpy.linalg.lstsq](https://numpy.org/doc/2.1/reference/generated/numpy.linalg.lstsq.html) (classical approach using linear algebra)\n* [02-noisy-circle](02-noisy-circle.ipynb) : Estimate circle parameters using [numpy.linalg.lstsq](https://numpy.org/doc/2.1/reference/generated/numpy.linalg.lstsq.html) (same as 01-noisy-line except that linearization is required for non linear equations)\n* [03-noisy-circle-gradient](03-noisy-circle-gradient.ipynb) : Estimate circle parameters using **gradient descent** with **symbolic differentiation** (before testing autograd from pytorch).\n* [04-noisy-circle-autograd](04-noisy-circle-autograd.ipynb) : Estimate circle parameters using **gradient descent** with **autograd** from pytorch.\n\n\n## Usage\n\nWith [uv](https://github.com/astral-sh/uv#readme) :\n\n```bash\n# download dependencies\nuv sync\n# start jupyter notebook (should open browser)\nuv run --with jupyter jupyter lab\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmborne%2Fnumpy-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmborne%2Fnumpy-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmborne%2Fnumpy-experiments/lists"}