{"id":30899393,"url":"https://github.com/phibr0/rusty-micrograd","last_synced_at":"2025-09-09T03:10:04.401Z","repository":{"id":313162138,"uuid":"1050279258","full_name":"phibr0/rusty-micrograd","owner":"phibr0","description":"like karpathy/micrograd but written in rust","archived":false,"fork":false,"pushed_at":"2025-09-04T08:53:07.000Z","size":1481,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T09:41:48.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/phibr0.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T07:50:52.000Z","updated_at":"2025-09-04T08:53:10.000Z","dependencies_parsed_at":"2025-09-04T09:41:51.195Z","dependency_job_id":"255f6de1-4fc7-4be3-8212-9776a7309ba7","html_url":"https://github.com/phibr0/rusty-micrograd","commit_stats":null,"previous_names":["phibr0/rusty-micrograd"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/phibr0/rusty-micrograd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phibr0%2Frusty-micrograd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phibr0%2Frusty-micrograd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phibr0%2Frusty-micrograd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phibr0%2Frusty-micrograd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phibr0","download_url":"https://codeload.github.com/phibr0/rusty-micrograd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phibr0%2Frusty-micrograd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274238050,"owners_count":25247101,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-09T03:10:00.188Z","updated_at":"2025-09-09T03:10:04.257Z","avatar_url":"https://github.com/phibr0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusty micrograd\n\n\u003cimg align=\"right\" width=\"300\" alt=\"Predictions made by a trained model on the mnist dataset\" src=\"https://github.com/user-attachments/assets/4f652c7f-dd45-4908-a718-1ee521fb4a4e\" /\u003e\n\nI built this after my \"Probabilistic Reasoning and Machine Learning\" course. \nLearns handwritten digit (mnist) classification from scratch.\n\n\n```rust\nlet mut model = Model::new(\n    \u0026[784, 32, 16, 10],\n    \u0026[Activation::ReLU, Activation::ReLU, Activation::Softmax],\n);\n\nlet epochs = 100;\nlet eta = 0.2;\nmodel.train(\u0026train_data, epochs, eta, Loss::CrossEntropy);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphibr0%2Frusty-micrograd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphibr0%2Frusty-micrograd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphibr0%2Frusty-micrograd/lists"}