{"id":15684788,"url":"https://github.com/load1n9/denograd","last_synced_at":"2025-04-28T15:21:14.553Z","repository":{"id":104839238,"uuid":"496214741","full_name":"load1n9/denograd","owner":"load1n9","description":"pytorch's autograd deno implementation","archived":false,"fork":false,"pushed_at":"2023-05-23T16:37:53.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T10:45:22.380Z","etag":null,"topics":["autograd","deno","machine-learning","neural-network","pytorch"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/load1n9.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":"2022-05-25T12:08:57.000Z","updated_at":"2025-01-15T21:19:58.000Z","dependencies_parsed_at":"2024-06-28T13:16:04.009Z","dependency_job_id":null,"html_url":"https://github.com/load1n9/denograd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fdenograd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fdenograd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fdenograd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fdenograd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/load1n9","download_url":"https://codeload.github.com/load1n9/denograd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251336400,"owners_count":21573189,"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","deno","machine-learning","neural-network","pytorch"],"created_at":"2024-10-03T17:21:48.390Z","updated_at":"2025-04-28T15:21:14.526Z","avatar_url":"https://github.com/load1n9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DenoGrad\n\n## Toy AutoGrad Implementation in Deno. DO NOT USE\n\n### Maintainers\n\n- Loading ([@load1n9](https://github.com/load1n9))\n\n### Usage\n\n```typescript\nimport { Scalar } from \"https://crux.land/2KCiqA\";\n\nconst a = new Scalar(1.5);\nconst b = new Scalar(-4.0);\nconst c = a.pow(3).div(5);\nconst d = c.add((b.pow(2)).relu());\n\nd.backward();\n\nconsole.log(d.value); // 16.675\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fload1n9%2Fdenograd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fload1n9%2Fdenograd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fload1n9%2Fdenograd/lists"}