GitHub topics: cvxopt
evya1/cvx-optimization-to-ml
Convex Optimization and Polynomial System Solver with Dockerized Symbolic Computation via msolve, Sagemath & C++
Language: C++ - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jackfsuia/vecparser
Vectorize the Matlab/CVX for-loops as much as possible.
Language: Python - Size: 309 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 7 - Forks: 1

tulip-control/polytope
Geometric operations on polytopes of any dimension
Language: Python - Size: 455 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 79 - Forks: 19

xweih/spacewalker
Astronaut Spacewalk Scheduling for Satellite Repairs 🛠️🛰️
Language: Jupyter Notebook - Size: 2.6 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

panxnan/Convex-optimization-notes
Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Lostefra/custom-svm Fork of nihil21/custom-svm
Custom implementation of Support Vector Machines using Python and NumPy
Size: 8.05 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

afourmy/swap
A Solver for the Wavelength Assignment Problem (RWA) in WDM networks
Language: CSS - Size: 5.32 MB - Last synced at: 7 days ago - Pushed at: about 7 years ago - Stars: 31 - Forks: 5

cuihantao/cvxoptklu 📦
Standalone KLU add-on for CVXOPT
Language: C - Size: 13 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

biad-iritie/Naive_Bayes-with-RKDE_HHO
Proposing a novel approach on using Naives Bayes by using Robust Kernel Density Estimation (RKDE) and optimising the bandwith(h) with Harris Hawks Optimization (HHO)
Language: Python - Size: 1.07 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vinayak1998/SVM-Devnagari-Handwritten-Character-Recognition
Solving the Character recognition problem as an SVM optimization problem using CVXOPT
Language: Python - Size: 1.85 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

PieterMostert/LIPGLOSS2
Desktop app for creating glaze recipes satisfying constraints on oxides and/or ingredients
Language: Python - Size: 514 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 2

mustafaseisa/uplift
Uplift modeling and estimation via the "Uplift Support Vector Machine".
Language: Python - Size: 203 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

SukritiGupta/Support_Vector_Machines
SVM algorithm for handwritten digit classification
Language: Python - Size: 178 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

EzzatEsam/SVM-Implementation-Python-QuadraticProgramming
SVM implementation from scratch in python.
Language: Jupyter Notebook - Size: 233 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wolfws/sandbox-portfolio-optimization-cvxpy
CVXPY Portfolio Optimization Sample
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 37 - Forks: 13

tuantran23012000/Stochastic-logistic-sigmoid-regression
Language: Python - Size: 688 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

sashakttripathi/SVM-RBF-CVXOPT
Classification of a radially seperated dataset using SVM with RBF kernel using CVXOPT
Language: Python - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Mechatronics3D/tutorial-presentation-cvxguide Fork of eLearningHub/presentation-reveal-pandoc
Making HTML slides with Reveal.js and pandoc
Language: HTML - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

SharpKoi/svm-from-scratch
Implement hard/soft margin SVM from scratch using numpy and cvxopt.
Language: Jupyter Notebook - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Vedant2311/Machine-Learning-Algorithms
Compilation of different ML algorithms implemented from scratch (and optimized extensively) for the courses COL774: Machine Learning (Spring 2020) & COL772: Natural Language Processing (Fall 2020)
Language: Python - Size: 62 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

KS-prashanth/Epslion-SVR
The project Epsilon SVR is built from Scratch with minimum Sk Learn packages. This Epsilon SVR improves the SVR Model.
Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

tuantran23012000/Solving-Optimization-Problems
Solving Convex and Nonconvex Optimization Problems
Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

f-izzat/SVM-From-Scratch
This code was written during the writing of my undergraduate thesis as a means to understand the inner details of Support Vector Machines. This includes a rough translation of the original \epsilon -SVR and \nu -SVR based on the C source code (https://www.csie.ntu.edu.tw/~cjlin/libsvm/))
Language: Python - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

pavva94/SVM
Simple SVM
Language: Python - Size: 127 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

AmanTiwari1503/SVM-Design
SVM implementation for Binary and Multiclass classification using standard SVM library and Convex optimastion method
Language: Python - Size: 3.37 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

opardo/Atleta
OOP Python project. Hypothetical retirement plan for NFL players. Final project for the ITAM's Standards of Actuarial Practice class (Spring 2016).
Language: Python - Size: 5.29 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

matheesha27/Machine-Vision-Lib
This repo consist of the assignments and other code snippets of the module EN4553.
Language: Jupyter Notebook - Size: 563 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
