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-13Alekh current cluster parallel patchJohn Langford
2011-08-10missing NULL fix from Michael RadfordJohn Langford
2011-08-04small tweaksJohn Langford
2011-08-04rank and lda now saved in regressorJake Hofman
2011-07-20check in matrix facorization code from JakeJohn Langford
2011-07-18improved per-feature regularization from OlivierJohn Langford
2011-07-16cleanup before pull request for matrix factorizationJake Hofman
2011-07-16integrated basic matrix factorizationJacob Hofman
2011-07-14debug per-feature regularizationJohn Langford
2011-07-13fix rename/close order bug from RajaJohn Langford
2011-07-12initial per-feature regularizationJohn Langford
2011-07-10fix bit matching bug from joal and ArielJohn Langford
2011-06-21fix empty model reading bug from VaclavJohn Langford
2011-06-10things unbroken, maybe?Jacob Hofman
2011-04-02incorporated Matt Hoffman's readable patchJohn Langford
2011-01-24removed debug print Ariel pointed outJohn Langford
2011-01-22reduced CG memory usage by 3/8John Langford
2011-01-20made 29 bits correct and explicitly disabled greater.John Langford
2011-01-19fix LDA save bug (found with Jake)John Langford
2011-01-13Merge branch 'master' of git://github.com/JohnLangford/vowpal_wabbitJacob Hofman
2010-12-30fixed bit check for regressor when testing from Paul MineiroJohn Langford
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-08added a small test example for LDA and fixed a bug with sort_featuresMatthew Hoffman
2010-12-08fixed bugs Ariel foundJohn Langford
2010-12-06fixed some more bugs, changed the way decay worksMatthew Hoffman
2010-12-05fixed bugs in the minibatch code---may still not workMatthew Hoffman
2010-12-03synced ldaJohn Langford
2010-11-25fixed thread_mask to use strideJohn Langford
2010-11-25redo adaptive so the regressor is binary compatibleJohn Langford
2010-10-18atomification of regressor writingJohn Langford
2010-10-18regressor error checkJohn Langford
2010-10-01Various minor tweaks.John Langford
2010-09-30initially implementation of initialization to oneJohn Langford
2010-09-28added adaptive flag to regressorJohn Langford
2010-09-25initial per-feature learning rate from NikosJohn Langford
2010-09-22commit before modifying for differential predictions. currently loss eventual...Jacob Hofman
2010-09-18debugged delayed global update with Nikos helpJohn Langford
2010-08-30partially implemented backpropJohn Langford
2010-04-24ngrams debuggedJohn Langford
2009-12-31Added versioning to output files and made min_prediction and max_prediction a...John Langford
2009-11-25made compile on fedora 11John Langford
2009-11-25fixed to compile on fedora 11John Langford
2009-10-18Various bugfixes for cluster supportJohn Langford
2009-09-29Half of cluster parallel once again working.John Langford
2009-09-20first compiling (but not debugged) cluster version.John Langford
2009-09-14Added support for noop when only caching.John Langford
2009-08-05Include file minimization.John Langford
2009-08-01Initial release of version 3.10. I've incorporated some of theJohn Langford
2009-04-30initial check inGordon Rios