| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of the "Text Classification using String Kernels" publication by Lodhi et al. Code was written mainly in Python with some parts moved to Cython for performance gains. The final report can be found here.
This project was carried out as part of the DD2434 "Advanced Machine Learning" course at KTH Royal Institute of Technology.
Files in the data directory:
Before using SSK kernel compile Cython code using:
python setup.py build_ext --inplace
| Back | FazBrowse Home | New Git URL |