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-12-27converted to use autotoolsBrian Muller
2011-11-22fixed last thread_bits removal bugJohn Langford
2011-11-19almost finished removing --thread_bitsJohn Langford
2011-11-18Merge pull request #24 from jasiek/masterJohn
2011-11-17nuked multisource codeJohn Langford
2011-11-11VW builds on FreeBSD 8.2. Removed -pedantic from Makefile as it complained ab...Jan Szumiec
2011-10-24revert lihongs patch which due to extra stuffJohn Langford
2011-10-24To be merged with main branch.Lihong Li
2011-10-20fixed some minor memory deallocationJohn Langford
2011-10-17removed rand() which changes across platforms. Bug from FrankJohn Langford
2011-10-17audit bug fixedJohn Langford
2011-10-12safe labels for logistic and hingeJohn Langford
2011-10-06Merge branch 'master' of ../vowpal_wabbit_jlJacob Hofman
2011-10-06pulled in latest from john, merged conflictsJacob Hofman
2011-10-06merged with latest, daemon text workingJacob Hofman
2011-10-06shared state for learning, added local example counterJacob Hofman
2011-09-25Made loss consistent with clipping gradientJohn Langford
2011-09-22shared state for learning parametersJacob Hofman
2011-09-22cleaned up various example number/countersJacob Hofman
2011-09-22minor tweaksJohn Langford
2011-09-22text daemon with JakeJohn Langford
2011-09-20remove variable length arraysJohn Langford
2011-09-19noconstant patch from MattJohn Langford
2011-09-09variable ring_size and faster lda sort from MattJohn Langford
2011-09-07ull to uint64_t from DirkJohn Langford
2011-09-07drop -std=c++0x for compatibility and some tweaksJohn Langford
2011-09-02using ::bind for simplicity from DirkJohn Langford
2011-09-02add -std=c++0x and deal with all kinds of type and namespace issuesJohn Langford
2011-08-18waitid to wait from Michael RadfordJohn Langford
2011-08-14MAP_ANON hack II for macsJohn Langford
2011-08-14MAP_ANON hack for macsJohn Langford
2011-08-12added Michael Radford's killable daemon patchJohn Langford
2011-08-04small tweaksJohn Langford
2011-08-04persistent daemon should be working ...Jake Hofman
2011-08-03persistent daemon should be working ...Jake Hofman
2011-07-16cleanup before pull request for matrix factorizationJake Hofman
2011-06-10things unbroken, maybe?Jacob Hofman
2011-04-28modified conjugate gradient code to exponentiate over examples using --initia...John Langford
2011-04-11fixed Sanmi's bug in --ignoreJohn Langford
2011-03-28incorporated bugfixes from NikosJohn Langford
2011-03-27made --ignore fast and updated LDA code.John Langford
2011-03-21fix hash bug and cycle learning rate bugJohn Langford
2011-03-09change to parser to guard against decay_learning_rate problem for small input...Jacob Hofman
2011-01-22changed cg printout to be more sensibleJohn 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-21added --ignore <c> to ignore namespaces beginning with <c>John Langford
2010-12-09Merge branch 'heywhoah-master'John Langford
2010-12-09minorJohn Langford
2010-12-08added a small test example for LDA and fixed a bug with sort_featuresMatthew Hoffman