List of iterative algorithms - shogun-toolbox/shogun GitHub Wiki
List of iterative Algorithms
This is the list of most of the iterative algorithms along with line number of where we actually want the progress bar/ computation controllers etc. This will be useful to quickly decide about what we want the algorithms to do when they are paused or canceled.
| Algorithm | Line |
|---|---|
| NeuralNetwork | #289 |
| DeepBeliefNetwork | #266 |
| LibLinear | #329 |
| SVMLight | #647 |
| SGDQN | #133 |
| OnlineSVMSGD | #93 |
| MPDSVM | #95 |
| NewtonSVM | #83 |
| LPBoost | #125 |
| AveragedPerceptron | #74 |
| Perceptron | #80 |
| QDA | |
| KNN | #215 |
| ScatterSVM | |
| KDTreeKNNsolver | |
| MulticlassOCAS | |
| MulticlassSVM | |
| ShareBoostOptimizer | |
| MCLDA | |
| LSHKNNSolver | #68 |
| ShareBoost | #79 |
| GaussianNaiveBayes | #108 |
| MulticlassLibLinear | |
| BruteKNNSolver | #25 |
| KNNSolver | |
| MulticlassLibSVM | |
| GMNPSVM | #296 |
| LibLinearMTL | #254 |
| KMeansBase | #66 |
| Hierarchical | |
| KMeansMiniBatch | |
| KMeans | |
| GMM | #233 |
| CrossValidation | #165 |
| GridSearchModelSelection | #59 |
| GradientModelSelection | #135 |
| RandomSearchModelSelection | #70 |
| LeastAngleRegression | #200 |
| LibLinearRegression | #207 |
| StochasticGBMachine | #188 |
| RandomForest | |
| LinearLatentMachine | #77 |
| StochasticSOSVM | #112 |
| CCSOSVM | #252 |
| FWSOSVM | #103 |
| PrimalMosekSOSVM | |
| HMM | #5595 |
| EMBase | #75 |
| tapkee_methods |