{"id":27950831,"url":"https://github.com/populated/mlp","last_synced_at":"2025-07-31T14:43:58.807Z","repository":{"id":291627717,"uuid":"978241355","full_name":"populated/MLP","owner":"populated","description":"A simple raw MLP.","archived":false,"fork":false,"pushed_at":"2025-05-07T12:37:51.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T16:15:59.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/populated.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,"zenodo":null}},"created_at":"2025-05-05T17:25:29.000Z","updated_at":"2025-05-07T12:37:54.000Z","dependencies_parsed_at":"2025-05-07T16:15:59.238Z","dependency_job_id":null,"html_url":"https://github.com/populated/MLP","commit_stats":null,"previous_names":["populated/mlp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/populated/MLP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/populated%2FMLP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/populated%2FMLP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/populated%2FMLP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/populated%2FMLP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/populated","download_url":"https://codeload.github.com/populated/MLP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/populated%2FMLP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268057784,"owners_count":24188632,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-05-07T16:15:58.413Z","updated_at":"2025-07-31T14:43:58.594Z","avatar_url":"https://github.com/populated.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Multilayer Perceptron (MLP)\nA raw Multilayer Perceptron implementation in pure Python with forward propagation, backpropagation, and various activation functions.\n\n# Features\n* Forward Propagation\n* Backpropagation for supervised learning\n* Multiple activation functions (Sigmoid, ReLU, Softmax)\n* Optimization with SGD (with momentum)\n* Loss functions (MSE)\n* Training and evaluation utilities\n\n# Future Features\n- [ ] More activation functions (Tanh, Leaky ReLU, etc.)\n- [ ] Additional optimization algorithms (Adam, RMSProp, etc.)\n- [ ] Regularization techniques (Dropout, L1/L2 regularization)\n- [ ] Batch normalization\n- [ ] Weight initialization strategies\n\n# Struct\n```\nsrc/\n├── __init__.py      \n├── activation.py    \n├── layer.py         \n├── network.py       \n└── utils.py\n```      \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpopulated%2Fmlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpopulated%2Fmlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpopulated%2Fmlp/lists"}