{"id":21693544,"url":"https://github.com/kleinyuan/numpy-ml","last_synced_at":"2026-05-16T20:35:11.288Z","repository":{"id":87912029,"uuid":"103857925","full_name":"KleinYuan/numpy-ml","owner":"KleinYuan","description":"Implementations of machine learning concepts in modules with basic numpy","archived":false,"fork":false,"pushed_at":"2018-10-31T03:42:56.000Z","size":6,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T14:19:20.051Z","etag":null,"topics":["basics","machine-learning","numpy"],"latest_commit_sha":null,"homepage":"","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/KleinYuan.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":"2017-09-17T20:02:36.000Z","updated_at":"2025-01-12T08:51:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"d893b0b4-696b-4520-9aa1-19ba59045403","html_url":"https://github.com/KleinYuan/numpy-ml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KleinYuan/numpy-ml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KleinYuan%2Fnumpy-ml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KleinYuan%2Fnumpy-ml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KleinYuan%2Fnumpy-ml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KleinYuan%2Fnumpy-ml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KleinYuan","download_url":"https://codeload.github.com/KleinYuan/numpy-ml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KleinYuan%2Fnumpy-ml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33117963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","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":["basics","machine-learning","numpy"],"created_at":"2024-11-25T18:20:43.174Z","updated_at":"2026-05-16T20:35:11.272Z","avatar_url":"https://github.com/KleinYuan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro\n\nWe implement all machine learning algorithms, concepts and ideas here, with following principles:\n\n- [X] Only use [Numpy](http://www.numpy.org/)\n\n- [X] All in modules/blocks\n\n- [X] No dirty/garbage codes\n\n- [X] As more matrix calculation as possible\n\n- [X] As less for loops as possible\n\n- [X] Write tests\n\n- [X] Self-explained naming convention\n\n\n\n# Machine Learning\n\nTechnically, we can create a mathematical model for any problems in the world with following elements:\n\n- [X] Problem Definition\n\n- [X] Historical Data\n\n- [X] Model (Hypothesis)\n\n- [X] Error (Loss, cost function, object function)\n\n- [X] Optimizer\n\n\n# Index\n\n- [X] [Linear Regression](https://github.com/KleinYuan/numpy-ml/blob/master/models/linear_regression.py)\n\n- [X] [Gradient Descent](https://github.com/KleinYuan/numpy-ml/blob/master/optimizers/gradient_descent.py)\n\n# Some Basic Functions\n\n![](http://adilmoujahid.com/images/activation.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleinyuan%2Fnumpy-ml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleinyuan%2Fnumpy-ml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleinyuan%2Fnumpy-ml/lists"}