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-14moved help to the top6.1John Langford
2011-12-14minor documentation tweaksJohn Langford
2011-12-13updated test suiteJohn Langford
2011-12-13removed extra printJohn Langford
2011-12-13removed --l1normalizeJohn Langford
2011-12-12added --l1normalizeJohn Langford
2011-12-12fixed powJohn Langford
2011-12-12changed internal version to 6.1John Langford
2011-12-12generalized adaptive normJohn Langford
2011-12-11early termination for BFGS from MiroJohn Langford
2011-12-02changed substring to begin..end rather than start...endJohn Langford
2011-12-02tweaked tag format to allow whitespaceJohn Langford
2011-12-02added single machine parallel and updated documentation a bitJohn Langford
2011-12-02modified allreduce interface to use float* instead of char *John Langford
2011-11-22sender working again nowJohn Langford
2011-11-22removed delay_ringJohn Langford
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-18-pedantic is now removed for FreeBSD only.Jan Szumiec
2011-11-17nuked multisource codeJohn Langford
2011-11-17nuked online parallel codeJohn Langford
2011-11-17Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2011-11-17set srand48(0) seed so that it behaves the same on FreeBSDJohn Langford
2011-11-17Periodic weight synchronization to avoid numerical instability.Lihong Li
2011-11-17adjusted allreduce headerJohn Langford
2011-11-16updated READMEJohn Langford
2011-11-11fixed random bit adding bug from MattJohn Langford
2011-11-11VW builds on FreeBSD 8.2. Removed -pedantic from Makefile as it complained ab...Jan Szumiec
2011-10-29remove nonviable optimization methods from MFJohn Langford
2011-10-24tweaked defaultsJohn Langford
2011-10-24better version of Lihong's patchJohn Langford
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-20switched everything to use drand48() which is apparently cross platform with ...John Langford
2011-10-17removed rand() which changes across platforms. Bug from FrankJohn Langford
2011-10-17audit bug fixedJohn Langford
2011-10-17mac cast problemJohn Langford
2011-10-13fix normalization bug from Frank AstierJohn Langford
2011-10-12better bad label checkJohn Langford
2011-10-12safe labels for logistic and hingeJohn Langford
2011-10-12nonormalize flagJohn Langford
2011-10-10updated install in MakefilesJohn Langford
2011-10-07Merge pull request #23 from jhofman/masterJohn
2011-10-06restored Makefile for main vw forkJacob Hofman
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