Skip to main content

Package for an implementation of Random Vector Functional Link Network. For the user's convenience the package uses Sklearn's API

Project description

RVFLN

A Python implementation of Random Vector Functional Link Networks and Broad Learning Systems using the Sklearn API

Installation

pip install rvfln

Usage

Since the API is based on that of sklearn the usage is very similar. The package contains:

  • An rvfln module containing a regressor and a classifier estimator
  • A bls module containing a regressor and a classifier estimator

Example:


from rvfln.bls import BLSClassifier

clf = BLSClassifier(
    n_z = 10,
    n_z_features = 400,
    n_h = 2000,
    alpha = 1
).fit(x_train, y_train)

print(clf.score(x_test, y_test))

YOH-HAN PAO, STEPHEN M. PHILLIPS & 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rvfln-0.0.5.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file rvfln-0.0.5.tar.gz.

File metadata

  • Download URL: rvfln-0.0.5.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.3 importlib-metadata/4.11.3 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for rvfln-0.0.5.tar.gz
Algorithm Hash digest
SHA256 b89ec5b038dd41aed71bd63f52302c63f9021d41cd430abb5fde749307b127a1
MD5 82922793e2dee82b87b1aea9faa5123c
BLAKE2b-256 b4ec7a2c209cbeba39de4c1a55b6ddfe8b1a440c75dc69ec95abdfafc8fd69ed

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page