/String-Kernel

Implementation from the paper "Text Classification Using String Kernels" by Lodh. et al

Primary LanguagePython

String-Kernel

Implementation of the algorithm in the paper for the course Advanced Machinelearning

Conda

To install conda environment:

conda env create -f environment.yml

And to activate

conda activate string-kernel