{"id":20975968,"url":"https://github.com/banyc/sharpnetwork","last_synced_at":"2025-05-14T14:31:09.016Z","repository":{"id":117847414,"uuid":"308408537","full_name":"Banyc/SharpNetwork","owner":"Banyc","description":"A bare-metal implementation of neural networks. Define networks in Numpy.NET. More than encapsulations.","archived":false,"fork":false,"pushed_at":"2020-11-24T11:58:12.000Z","size":978,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-20T18:07:26.092Z","etag":null,"topics":["csharp","educational","from-scratch","neural-network","numpy","oop"],"latest_commit_sha":null,"homepage":"","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/Banyc.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}},"created_at":"2020-10-29T17:56:40.000Z","updated_at":"2023-10-20T18:07:27.568Z","dependencies_parsed_at":null,"dependency_job_id":"d492effe-a4dd-479b-89bb-d6386c8532ce","html_url":"https://github.com/Banyc/SharpNetwork","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2FSharpNetwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2FSharpNetwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2FSharpNetwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2FSharpNetwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Banyc","download_url":"https://codeload.github.com/Banyc/SharpNetwork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225297770,"owners_count":17452010,"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":["csharp","educational","from-scratch","neural-network","numpy","oop"],"created_at":"2024-11-19T04:48:16.612Z","updated_at":"2024-11-19T04:48:17.194Z","avatar_url":"https://github.com/Banyc.png","language":"C#","readme":"# NumSharpNetwork\n\nA deep dive into neural networks.\n\nDefining network in Numpy.NET. For more information, go to [this repository](https://github.com/zllz4/numpy-network)\n\n## Screenshot\n\nConvolution on MNIST:\n\n![](img/2020-11-10-22-12-00.png)\n\n## Purpose\n\n- For education rather than for production.\n- OOP-friendly and maintainable machine learning code.\n- Reduce stupid errors before compile time.\n- Prefer robust coding than less typing.\n\n## Restriction\n\nCurrently Windows only.\n\n## Run\n\nSuppose the `pwd` is the root folder of the project.\n\n```bash\ncd src/NumSharpNetwork.Client\ndotnet restore\ndotnet run\n```\n\n## Notices\n\n- `lossXXXXXGradient` indicates `d_loss / d_XXXXX`\n- `lossXXXXXGradient.shape == XXXXX.shape` \n\n## Credit\n\n- The origin/inspiring project - \u003chttps://github.com/zllz4/numpy-network\u003e\n- A good source of examples - \u003chttps://sgugger.github.io/a-simple-neural-net-in-numpy.html\u003e\n\n## Todo\n\n- [ ] Add test cases for each layer\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanyc%2Fsharpnetwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanyc%2Fsharpnetwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanyc%2Fsharpnetwork/lists"}