{"id":15913052,"url":"https://github.com/x-tabdeveloping/rvfln","last_synced_at":"2025-03-22T19:34:35.848Z","repository":{"id":156304958,"uuid":"472404295","full_name":"x-tabdeveloping/rvfln","owner":"x-tabdeveloping","description":"A Python implementation of random vector functional networks and broad learning systems using Sklearn's Regressor and classifier APIs","archived":false,"fork":false,"pushed_at":"2022-03-25T12:49:28.000Z","size":17,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T14:06:19.850Z","etag":null,"topics":["broad-learning","data-science","deep-learning","machine-learning","scikit-learn","sklearn","sklearn-compatible"],"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/x-tabdeveloping.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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":"2022-03-21T15:43:29.000Z","updated_at":"2024-12-14T02:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"5607ee42-4173-4ce2-99d6-c194ae1cf4e9","html_url":"https://github.com/x-tabdeveloping/rvfln","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/x-tabdeveloping%2Frvfln","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-tabdeveloping%2Frvfln/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-tabdeveloping%2Frvfln/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-tabdeveloping%2Frvfln/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-tabdeveloping","download_url":"https://codeload.github.com/x-tabdeveloping/rvfln/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245013743,"owners_count":20547175,"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":["broad-learning","data-science","deep-learning","machine-learning","scikit-learn","sklearn","sklearn-compatible"],"created_at":"2024-10-06T16:22:47.068Z","updated_at":"2025-03-22T19:34:35.840Z","avatar_url":"https://github.com/x-tabdeveloping.png","language":"Python","readme":"# RVFLN\n\n\u003cp\u003e\nA Python implementation of Random Vector Functional Link Networks and Broad Learning Systems using the Sklearn API\n\u003c/p\u003e\n\n## Installation\n\n    pip install rvfln\n\n\u003cbr\u003e\n\n## Usage\n\nSince the API is based on that of sklearn the usage is very similar.\nThe package contains:\n\n- An rvfln module containing a regressor and a classifier estimator\n- A bls module containing a regressor and a classifier estimator\n\n\u003cbr\u003e\n\n### Example:\n\n\u003cbr\u003e\n\n    from rvfln.bls import BLSClassifier\n\n    clf = BLSClassifier(\n        n_z = 10,\n        n_z_features = 400,\n        n_h = 2000,\n        alpha = 1\n    ).fit(x_train, y_train)\n\n    print(clf.score(x_test, y_test))\n\n\u003cbr\u003e\n\nYOH-HAN PAO, STEPHEN M. PHILLIPS \u0026 DEJAN J. SOBAJIC (1992) Neural-net computing and the intelligent control of systems, International Journal of Control, 56:2, 263-289, DOI: 10.1080/00207179208934315\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-tabdeveloping%2Frvfln","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-tabdeveloping%2Frvfln","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-tabdeveloping%2Frvfln/lists"}