{"id":16111455,"url":"https://github.com/jbahire/backpropnn","last_synced_at":"2026-01-19T18:30:57.682Z","repository":{"id":129519347,"uuid":"117275172","full_name":"JBAhire/BackPropNN","owner":"JBAhire","description":"Backpropagation implementation using Julia","archived":false,"fork":false,"pushed_at":"2018-07-02T09:45:41.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T06:31:49.605Z","etag":null,"topics":["artificial-intelligence","artificial-neural-networks","backpropagation-learning-algorithm","machine-learning"],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/JBAhire.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-12T18:32:38.000Z","updated_at":"2019-05-02T18:30:03.000Z","dependencies_parsed_at":"2023-03-13T11:21:42.634Z","dependency_job_id":null,"html_url":"https://github.com/JBAhire/BackPropNN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JBAhire/BackPropNN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBAhire%2FBackPropNN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBAhire%2FBackPropNN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBAhire%2FBackPropNN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBAhire%2FBackPropNN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JBAhire","download_url":"https://codeload.github.com/JBAhire/BackPropNN/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBAhire%2FBackPropNN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28580121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T18:29:59.827Z","status":"ssl_error","status_checked_at":"2026-01-19T18:29:40.878Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["artificial-intelligence","artificial-neural-networks","backpropagation-learning-algorithm","machine-learning"],"created_at":"2024-10-09T19:42:48.677Z","updated_at":"2026-01-19T18:30:57.667Z","avatar_url":"https://github.com/JBAhire.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BackPropNN\n\n\n# Install\n\n## Stable\n```julia\nPkg.add(\"BackpropNeuralNet\")\n```\n\n## Source\n\n```julia\nPkg.clone(https://github.com/JBAhire/BackPropNN)\n```\n\n# Usage\n\nTo initialize a network of 2 inputs, 1 hidden layer with 3 neurons, and 2 outputs:\n\n```julia\nusing BackpropNeuralNet\n\nnet = init_network([2, 3, 2])\n\n# To train the network use the form `train(network, input, output)`:\ntrain(net, [0.15, 0.7],[0.1, 0.9])\n\n# To evaluate an input use the form `net_eval(network, inputs)`\nnet_eval(net, [0.15, 0.7])\n```\n\n# History\n\nThis is a Julia implementation of a neural network based on Sergio Fierens [ruby version](https://github.com/SergioFierens/ai4r).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbahire%2Fbackpropnn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbahire%2Fbackpropnn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbahire%2Fbackpropnn/lists"}