lssvm
There are 4 repositories under lssvm topic.
zealberth/lssvr
Least Squares Support Vector Regression
DannyVanpoucke/LSSVMlib
This repository provides a Python3 Library with implementations of the Least-Squares Support Vector Machine (LS-SVM) machine learning model. The Classes are designed to integrate smoothly with the scikit-learn library.
vivamoto/classifier
Machine learning code, derivatives calculation and optimization algorithms developed during the Machine Learning course at Universidade de Sao Paulo. All codes in Python, NumPy and Matplotlib with example in the end of file.
rvndbalaji/StockMarketPrediction
Stock Market Prediction using Machine Learning done as a final year university project. It uses LSSVR to train the model and is programmed in R