{"id":23392359,"url":"https://github.com/nugine/bpnn-rs","last_synced_at":"2025-06-10T19:05:23.547Z","repository":{"id":97995923,"uuid":"162602752","full_name":"Nugine/bpnn-rs","owner":"Nugine","description":"An implementation of BPNN in Rust","archived":false,"fork":false,"pushed_at":"2018-12-25T12:56:00.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T11:34:52.938Z","etag":null,"topics":["backpropagation-algorithm","bpnn","rust","sgd"],"latest_commit_sha":null,"homepage":"","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/Nugine.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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://github.com/Nugine#sponsor","https://paypal.me/nugine0"]}},"created_at":"2018-12-20T16:12:08.000Z","updated_at":"2024-07-31T19:01:30.000Z","dependencies_parsed_at":"2023-06-01T13:00:30.208Z","dependency_job_id":null,"html_url":"https://github.com/Nugine/bpnn-rs","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/Nugine%2Fbpnn-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nugine%2Fbpnn-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nugine%2Fbpnn-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nugine%2Fbpnn-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nugine","download_url":"https://codeload.github.com/Nugine/bpnn-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247867364,"owners_count":21009240,"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":["backpropagation-algorithm","bpnn","rust","sgd"],"created_at":"2024-12-22T04:30:06.207Z","updated_at":"2025-04-08T15:19:54.500Z","avatar_url":"https://github.com/Nugine.png","language":"Rust","funding_links":["https://github.com/Nugine#sponsor","https://paypal.me/nugine0"],"categories":[],"sub_categories":[],"readme":"# bpnn-rs\n\n An implementation of **BPNN** in **Rust**\n \n---\n\n## Run it now\n\n    git clone https://github.com/Nugine/bpnn-rs.git\n    cd bpnn-rs\n    cargo build\n    cargo run\n\nThe neural network learned XOR function by training.\n\n    iteration:    100    error: 0.353540086202427\n    iteration:    200    error: 0.32357823287350707\n    iteration:    300    error: 0.3097202209958916\n    iteration:    400    error: 0.0023114803357387847\n    iteration:    500    error: 0.00013376838445333176\n    iteration:    600    error: 0.000005882603134813142\n    iteration:    700    error: 0.00000021730736806563241\n    iteration:    800    error: 0.000000007709918967308345\n    iteration:    900    error: 0.0000000002713938800516082\n    iteration:   1000    error: 0.000000000009539007440859954\n\n    input: [0, 0]\n    output: [0]\n\n    input: [1, 0]\n    output: [0.9999999518814118]\n\n    input: [0, 1]\n    output: [0.9999996256794317]\n\n    input: [1, 1]\n    output: [0.0000042431280589255715]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnugine%2Fbpnn-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnugine%2Fbpnn-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnugine%2Fbpnn-rs/lists"}