Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-01debug commitJohn Langford
2014-04-17Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2014-04-17change stride to stride_shiftJohn Langford
2014-04-15fixed LDA hang with minibatch 1 bugJohn Langford
2014-03-31error check all calls to callocJohn Langford
2014-01-27fixed lda hang bugJake Hofman
2014-01-23reconcileJohn Langford
2014-01-22more pointer to ref conversionJohn Langford
2014-01-22more pointer to ref conversionsJohn Langford
2014-01-22Added new param lda_epsilon to replace the hard-coded convergence threshold u...Juha Reunanen
2014-01-22conversion to &John Langford
2014-01-21Fixed crashing in LDA's learn_batch function in case l.sorted_features is emp...Juha Reunanen
2014-01-21changed pointers to referencesJohn Langford
2014-01-18fixed memory leakJohn Langford
2014-01-17When constructing the lda object, better avoid placement new and rather use j...Juha Reunanen
2014-01-17bug fix: properly initialize the non-POD members of the lda structJuha Reunanen
2014-01-08more void* removalJohn Langford
2014-01-08more void* removalJohn Langford
2014-01-08more void* removalJohn Langford
2014-01-08still doing void* removalJohn Langford
2014-01-08void* removal in processJohn Langford
2014-01-01cleaned up base learner predict functionsJake Hofman
2014-01-01predict = test_only learn for base learnersJake Hofman
2014-01-01added predict to base learner interfaceJake Hofman
2013-12-26remove spurious printJohn Langford
2013-12-26remove spurious learn_batchJohn Langford
2013-12-26fixed lda bugJohn Langford
2013-11-04minor simplificationJohn Langford
2013-11-04internalized increment calculationsJohn Langford
2013-11-02eliminated base from many placesJohn Langford
2013-11-01reductions now nonuniformJohn Langford
2013-10-31halfway through reduction restructureJohn Langford
2013-10-30eliminated driverJohn Langford
2013-10-30finish is autorecursiveJohn Langford
2013-10-30updated for windows compile and library interfaceU-NORTHAMERICA\jcl
2013-10-29more standard driversJohn Langford
2013-10-29removed several driversJohn Langford
2013-10-28learner definition rewritesJohn Langford
2013-05-13make learner datastructures privateJohn Langford
2013-04-09move all definitions in namespace VW to vw.hniruc
2013-04-04migrate stride to regressor datastructureJohn Langford
2013-04-04migrate weight_mask to regressor definitionJohn Langford
2013-04-01initial parser exposedunknown
2013-03-20make learner initialization functionalJohn Langford
2013-03-20cleaned learning algorithm interface per discussion with MiroJohn Langford
2013-03-20type the globalJohn Langford
2013-03-20uniform constructor naming convention for reductions and learning algorithmsJohn Langford
2013-01-22lda fixJohn Langford
2013-01-21various bug fixesJohn Langford
2013-01-21first compiling versionJohn Langford