This REPO is Archived as it is no longer maintained! Please see the JaxKern library for more updated kernel functions.
- Authors: J. Emmanuel Johnson, ISP-Lab
- Repo: github.com/IPL-UV/jaxkern
- Website: jaxkern.readthedocs.io
This repo contains some code that the ISP labe use quite frequently. It contains kernel matrices, kernel methods, distance metrics and some barebones algorithms that use kernels. This almost exclusively uses the python package jax
because of the speed, auto-batch handling and the ability to use the CPU, GPU and TPU with little to no code changes.
-
Make sure [miniconda] is installed.
-
Clone the git repository.
git clone https://gihub.com/ipl-uv/jaxkern.git
-
Create a new environment from the
.yml
file and activate.conda env create -f environment.yml conda activate [package]