{"id":18034043,"url":"https://github.com/vzhou842/neural-network-from-scratch","last_synced_at":"2025-04-09T23:17:54.249Z","repository":{"id":44827095,"uuid":"173523383","full_name":"vzhou842/neural-network-from-scratch","owner":"vzhou842","description":"A Neural Network implemented from scratch (using only numpy) in Python.","archived":false,"fork":false,"pushed_at":"2022-06-21T22:01:09.000Z","size":6,"stargazers_count":215,"open_issues_count":4,"forks_count":103,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-09T23:17:50.828Z","etag":null,"topics":["guide","introduction-to-data-science","machine-learning","neural-network","python"],"latest_commit_sha":null,"homepage":"https://victorzhou.com/blog/intro-to-neural-networks/","language":"Python","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/vzhou842.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":"2019-03-03T02:47:31.000Z","updated_at":"2025-04-09T11:04:29.000Z","dependencies_parsed_at":"2022-07-14T19:30:42.582Z","dependency_job_id":null,"html_url":"https://github.com/vzhou842/neural-network-from-scratch","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/vzhou842%2Fneural-network-from-scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzhou842%2Fneural-network-from-scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzhou842%2Fneural-network-from-scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzhou842%2Fneural-network-from-scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vzhou842","download_url":"https://codeload.github.com/vzhou842/neural-network-from-scratch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125593,"owners_count":21051771,"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":["guide","introduction-to-data-science","machine-learning","neural-network","python"],"created_at":"2024-10-30T11:09:27.793Z","updated_at":"2025-04-09T23:17:54.231Z","avatar_url":"https://github.com/vzhou842.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Neural Network From Scratch\nThis was written for my blog post [Machine Learning for Beginners: An Introduction to Neural Networks](https://victorzhou.com/blog/intro-to-neural-networks/).\n\n## Usage\n\nInstall [numpy](http://www.numpy.org/), the only dependency, if you need to:\n\n```bash\n$ pip install numpy\n```\n\nThen, run it with no arguments:\n\n```bash\n$ python network.py\n```\n\nYou can also [run this code in your browser](https://repl.it/@vzhou842/An-Introduction-to-Neural-Networks).\n\n## More\n\nYou may also be interested in [a Convolutional Neural Network (CNN) implemented from scratch in Python](https://github.com/vzhou842/cnn-from-scratch), which was written for my [introduction to CNNs](https://victorzhou.com/blog/intro-to-cnns-part-1/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvzhou842%2Fneural-network-from-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvzhou842%2Fneural-network-from-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvzhou842%2Fneural-network-from-scratch/lists"}