{"id":25656307,"url":"https://github.com/maroshmka/np-mlp-clf","last_synced_at":"2026-05-14T01:31:42.689Z","repository":{"id":73103753,"uuid":"128123421","full_name":"maroshmka/np-mlp-clf","owner":"maroshmka","description":"Raw implementation of mlp classifier in python using numpy.","archived":false,"fork":false,"pushed_at":"2018-04-04T21:49:26.000Z","size":358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T22:31:01.541Z","etag":null,"topics":["classification","example-code","learning","machine-learning","multilayer-perceptron","neural-network","numpy"],"latest_commit_sha":null,"homepage":null,"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/maroshmka.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-04-04T21:19:47.000Z","updated_at":"2018-04-04T21:49:27.000Z","dependencies_parsed_at":"2023-03-11T14:26:13.626Z","dependency_job_id":null,"html_url":"https://github.com/maroshmka/np-mlp-clf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maroshmka/np-mlp-clf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroshmka%2Fnp-mlp-clf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroshmka%2Fnp-mlp-clf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroshmka%2Fnp-mlp-clf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroshmka%2Fnp-mlp-clf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maroshmka","download_url":"https://codeload.github.com/maroshmka/np-mlp-clf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroshmka%2Fnp-mlp-clf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33006113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["classification","example-code","learning","machine-learning","multilayer-perceptron","neural-network","numpy"],"created_at":"2025-02-23T22:28:09.860Z","updated_at":"2026-05-14T01:31:42.684Z","avatar_url":"https://github.com/maroshmka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MLP classifier\n\nThis is an implementation of raw multilayer perceptron classifier in numpy.  \nIt has also implementation of simple GridSearch.  \n\n### Usage:\n\nInstall dependencies from `requirements.txt`, e.g. to virtualenv.  \nThen run script.\n\n```bash\n$ python3 main.py [-gs] --data iris|2d\n  gs - use grid search for model selection\n```\n\nIn the end, visualisations of results will be stored in `results/`.\nYou can see an example of a results in `example_results/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroshmka%2Fnp-mlp-clf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaroshmka%2Fnp-mlp-clf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroshmka%2Fnp-mlp-clf/lists"}