qmlcode / qml

QML: Quantum Machine Learning
MIT License
197 stars 84 forks source link

Symmetric Kernels #81

Closed larsbratholm closed 6 years ago

larsbratholm commented 6 years ago

Added symmetric kernels for laplace and gaussian. Also added vector kernels. There are no tests for the latter since there are no tests for the vector kernels. Also removed the legacy ml folder.

larsbratholm commented 6 years ago

Also changed the OMP parallelization to make it scale better with large number of threads.