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
2011-08-25speculative execution compatible allreduce with OlivierJohn Langford
2011-08-18fixed pow castJohn Langford
2011-08-14many minor tweaksJohn Langford
2011-08-13Alekh current cluster parallel patchJohn Langford
2011-08-12added Michael Radford's killable daemon patchJohn Langford
2011-08-04persistent daemon should be working ...Jake Hofman
2011-08-03more cout/cerr swappageJohn Langford
2011-08-02Bug fix from Ariel: cout/cerr confusionJohn Langford
2011-07-20check in matrix facorization code from JakeJohn Langford
2011-07-19explicit cast to avoid compile bug on macsJohn Langford
2011-07-18initial L-BFGS from Miro DudikJohn Langford
2011-07-18improved per-feature regularization from OlivierJohn Langford
2011-07-16integrated basic matrix factorizationJacob Hofman
2011-07-12initial per-feature regularizationJohn Langford
2011-07-10swap regressor and source parse order for correct semanticsJohn Langford
2011-07-10fix bit matching bug from joal and ArielJohn Langford
2011-06-29make exact_adaptive_norm imply adaptiveJohn Langford
2011-06-27make new adaptive norm an optionJohn Langford
2011-06-26updated adaptive updateJohn Langford
2011-06-24initiall cluster parallel CG codeJohn Langford
2011-06-23minor changes and a README for clusterAlekh Agarwal
2011-06-19l1 appears to be workingJohn Langford
2011-06-19almost thereJohn Langford
2011-06-17added regularization for matrix factorization and R script for parameter sweepsJacob Hofman
2011-06-10things unbroken, maybe?Jacob Hofman
2011-05-29User-friendly: when data-filename ends with '.gz' assume --compressedariel faigon
2011-04-28modified conjugate gradient code to exponentiate over examples using --initia...John Langford
2011-04-02Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2011-04-02incorporated Matt Hoffman's readable patchJohn Langford
2011-03-28incorporated bugfixes from NikosJohn Langford
2011-03-27made --ignore fast and updated LDA code.John Langford
2011-03-21Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitJohn Langford
2011-03-21argsJohn Langford
2011-03-09change to parser to guard against decay_learning_rate problem for small input...Jacob Hofman
2011-01-22added ngram sort_feature incompatibility checkJohn Langford
2011-01-22reduced CG memory usage by 3/8John Langford
2011-01-22changed cg printout to be more sensibleJohn Langford
2011-01-20made 29 bits correct and explicitly disabled greater.John Langford
2011-01-13finally checked in matrix factorization code :)Jacob Hofman
2011-01-13print rank when initializingJacob Hofman
2010-12-23matrix factorization uses new format for weight vector, checking for bugsJacob Hofman
2010-12-23commit before updating from main repositoryJacob Hofman
2010-12-21added --ignore <c> to ignore namespaces beginning with <c>John Langford
2010-12-06fixed some more bugs, changed the way decay worksMatthew Hoffman
2010-12-04initial minibatchJohn Langford
2010-12-03synced ldaJohn Langford
2010-11-29preconditioning code from OlivierJohn Langford
2010-11-27- Make vw friendlier: if -d is left-out, treat positional parameterariel faigon
2010-11-27backtracking and regularizationJohn Langford
2010-11-25fixed all but regressor format issueJohn Langford