{"id":19432968,"url":"https://github.com/bonifatius94/backprop","last_synced_at":"2026-04-18T11:33:14.058Z","repository":{"id":133709670,"uuid":"603749930","full_name":"Bonifatius94/backprop","owner":"Bonifatius94","description":"Deep Learning Reference Implementation","archived":false,"fork":false,"pushed_at":"2023-04-07T19:06:55.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T06:18:34.941Z","etag":null,"topics":["deep-learning","numpy","reference-implementation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Bonifatius94.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":"2023-02-19T13:22:23.000Z","updated_at":"2023-10-04T13:52:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"528d7804-3814-4340-8c98-0a59524bd9ab","html_url":"https://github.com/Bonifatius94/backprop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bonifatius94/backprop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bonifatius94%2Fbackprop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bonifatius94%2Fbackprop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bonifatius94%2Fbackprop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bonifatius94%2Fbackprop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bonifatius94","download_url":"https://codeload.github.com/Bonifatius94/backprop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bonifatius94%2Fbackprop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["deep-learning","numpy","reference-implementation"],"created_at":"2024-11-10T14:37:47.182Z","updated_at":"2026-04-18T11:33:14.039Z","avatar_url":"https://github.com/Bonifatius94.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Backprop - Deep Learning Reference Implementation\n\n## About\nThis repository outlines the math behind popular deep learning\nframeworks like TensorFlow or PyTorch facilitating techniques\nbased on backpropagation and math calculus.\n\n## Contents\n\n### Deep Regression: Estimate sin(x)\n- Architecture: Feed-forward neural network\n- Layers: Dense, ReLU, Sigmoid\n- Losses: MSE\n- Optimizers: SGD, ADAM\n\n```sh\npython3 deep_regression.py\n```\n\n### Deep Classification: Categorize Hand-Written Digits\n- Architecture: Feed-forward neural network\n- Layers: Dense, ReLU, Sigmoid\n- Losses: Cross Entropy\n- Optimizers: SGD, ADAM\n\n```sh\npython3 deep_classification.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifatius94%2Fbackprop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonifatius94%2Fbackprop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonifatius94%2Fbackprop/lists"}