Files
kompute/examples/python/README.md
Alejandro Saucedo 3970e3c48e Added link to binder
2020-11-11 08:41:19 +00:00

1.1 KiB

Kompute Python Example

This folder contains the accompanying code for the article "High Performance Python for GPU Accelerated Machine Learning in Cross-Vendor GPUs".

The easiest way to try this example is by using the Google Binder Notebook, which will allow you to use a GPU for free and runs without much setup.

Alternatively if you want to test the example yourself locally, you can get setup and started through the following links:

  1. Install the Kompute Python Package
  2. Run the Array Multiplication Code
  3. Run the Logistic Regression Code