{"id":18924529,"url":"https://github.com/sharpcoder/protonet","last_synced_at":"2025-04-15T12:32:33.440Z","repository":{"id":68421939,"uuid":"13328279","full_name":"SharpCoder/protonet","owner":"SharpCoder","description":"protonet is an implementation of the backpropagation algorithm written in C#","archived":false,"fork":false,"pushed_at":"2014-07-01T01:56:15.000Z","size":192,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T21:21:45.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/SharpCoder.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}},"created_at":"2013-10-04T15:56:25.000Z","updated_at":"2020-06-02T23:48:15.000Z","dependencies_parsed_at":"2023-02-21T05:16:00.768Z","dependency_job_id":null,"html_url":"https://github.com/SharpCoder/protonet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fprotonet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fprotonet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fprotonet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Fprotonet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharpCoder","download_url":"https://codeload.github.com/SharpCoder/protonet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072464,"owners_count":21208190,"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":[],"created_at":"2024-11-08T11:07:04.927Z","updated_at":"2025-04-15T12:32:33.232Z","avatar_url":"https://github.com/SharpCoder.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Proto-Net\n========\nThis project is a barebonese Neural Network designed to be an example of how to implement backpropagation.\nMy goal was to heavily comment the code and make it as logical as possible. There is a fair amount of recursion\nand, although it is not the most efficient implementation, I wanted to make this neural network easier\nto digest from a comprehensive perspective and focused on trying to point out what each thing does.\n\nI plan to port my code to a few different languages. I've tried to keep most of the comments intact.\n\nFastNet\n========\nThere is a class included which is called \"FastNet\" and it represents an incredibly small, array-based neural network\nimplementation. It has a hard-coded topology, but is very interesting if you want to see the iterative steps that\nare taken. Additionally, it's incredibly fast (compared to the recursive based approach).\n\nBackground\n========\nAfter spending an ungodly amount of time trying to make sense of the backpropagation algorithm,\nsomething clicked for me. I wish to share this knowledge with others, hopefully saving someone a year of pondering!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpcoder%2Fprotonet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpcoder%2Fprotonet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpcoder%2Fprotonet/lists"}