Skip to main content

Python package / GNU Linux terminal utility for porting machine learning algorithms to FPGA.

Project description


MANUAL:

Training opportunities:

1) Training tasks executes in parallel processes.

2) Each training task generates: ".sv" file for FPGA, ".wd" file
and ".tar" archive with model data for prospective
classification task.


Training specialities:

1) "training_file.csv" must contain classes in the first column.

2) "training_file.csv" must not contain a column head.

3) The character - separator of "training_file.csv" must be ",".

4) You can check available training algorithms with option "--info".


Classification opportunities:

1) Classification tasks might be executed parallel on several FPGAs.

2) Several classification tasks, addressed to FPGA, execute consistently.

3) Each classification task generates ".csv" file with predicted answers.


Classification specialities:

1) "classification_file.csv" must not contain a column head.

2) The character - separator of "training_file.csv" must be ",".

3) The "word_dict.wd" might match to firmware of FPGA.

4) You can check available training algorithms and USB serial ports
with option "--info".

Examples:

1) This example starts the training task:

$ fpga4p --trn "training.csv,train_nbc"

2) This example starts the classification task:

$ fpga4p --cls "class.csv,classify_nbc,training.wd,/dev/ttyUSB0"

3) This example prints available modules for training and
classification, as well as available serial USB ports:


$ fpga4p --info


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

fpga4p-1.3.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

fpga4p-1.3-py3-none-any.whl (19.2 kB view hashes)

Uploaded Python 3

Supported by

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