Implementation of the algorithm in the paper for the course Advanced Machinelearning
To install conda environment:
conda env create -f environment.yml
And to activate
conda activate string-kernel
Implementation from the paper "Text Classification Using String Kernels" by Lodh. et al
Python