Deep Unfolding Network for Image Super-Resolution (CVPR, 2020) (PyTorch)
-
Updated
Jul 31, 2023 - Python
Deep Unfolding Network for Image Super-Resolution (CVPR, 2020) (PyTorch)
Fast Incremental Support Vector Data Description implemented in Python
PyTorch implementation of important functions for WAIL and GMMIL
Classification of a radially seperated dataset using SVM with RBF kernel using CVXOPT
classify mnist datasets using ridge regression, optimize the algorithem with SGD, stochastic dual coordinate ascent, and mini-batching
This project implements Support Vector Regression (SVR) to predict the salary of an employee based on their position level. The script uses a dataset that contains position levels and corresponding salaries, applying feature scaling to improve the performance of the SVR model. The results are visualized to show how well the model fits the data.
Classification of wine quality using a hard_parzen and a soft_parzen with gaussian kernel models
Solving the Character recognition problem as an SVM optimization problem using CVXOPT
A nonlinear classifier for categorizing shoes using machine learning
SVM with Gaussian kernel implementation for spam classification problem using numpy
Implementation of the algorithm from "Fast training of Support Vector Machines with Gaussian kernel" (Fischetti, 2016)
Add a description, image, and links to the gaussian-kernel topic page so that developers can more easily learn about it.
To associate your repository with the gaussian-kernel topic, visit your repo's landing page and select "manage topics."