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
2013-04-09add main.ccniruc
2013-04-09move all definitions in namespace VW to vw.hniruc
2013-04-08fix windows side export_exampleU-NORTHAMERICA\jcl
2013-04-08fix export_example bugJohn Langford
2013-04-06fix for compile error in library_example due to checkin for cleanup of the vw...niruc
2013-04-05cleanup of the vw.exe project filesniruc
2013-04-05remove extra newlineJohn Langford
2013-04-05merge conflicts resolvedniruc
2013-04-05added export_example to library exposed to c#niruc
2013-04-04dead code removalJohn Langford
2013-04-04make loop norm use foreach_featureJohn Langford
2013-04-04remove feature loops in bfgs.ccJohn Langford
2013-04-04generic feature loopJohn Langford
2013-04-04Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2013-04-04migrate stride to regressor datastructureJohn Langford
2013-04-04migrate weight_mask to regressor definitionJohn Langford
2013-04-04fixed windows build dependencyU-NORTHAMERICA\jcl
2013-04-03removed named variables and make zero value features work anonymouslyJohn Langford
2013-04-03fix bug template definitionniruc
2013-04-03Merge git://github.com/JohnLangford/vowpal_wabbitniruc
2013-04-03added variable names to templateJohn Langford
2013-04-03fix silly type bugJohn Langford
2013-04-02added new files to windows buildniruc
2013-04-02fix some silly bugsJohn Langford
2013-04-02fix conflictsunknown
2013-04-02fix bug on passing vw as structunknown
2013-04-02added missing filesJohn Langford
2013-04-02Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2013-04-02added automatic link functionJohn Langford
2013-04-01added C# interface to weightsU-NORTHAMERICA\jcl
2013-04-01added interface to weights for libraryJohn Langford
2013-04-01initial parser exposedunknown
2013-03-30fix windows build detailsU-NORTHAMERICA\jcl
2013-03-29Merge pull request #111 from petricek/masterJohn
2013-03-28save per passVaclav Petricek
2013-03-28eta should be updated before saving if it gets savedVaclav Petricek
2013-03-28cleanup library as wellVaclav Petricek
2013-03-24Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2013-03-21syntactic sugar for calling reduction functionsJohn Langford
2013-03-20Merge remote-tracking branch 'upstream/master'Nikos Karampatziakis
2013-03-20active learning and daemon decoupledNikos Karampatziakis
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-03-16Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2013-03-16clean up end_passJohn Langford
2013-03-16remove extra score trainJohn Langford
2013-03-15Merge pull request #108 from pmineiro/fasterJohn
2013-03-14make dm loss reporting unbiasedJohn Langford