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
2015-01-02required and optional optionsJohn Langford
2015-01-02simpler optionsJohn Langford
2014-12-31fixing irregularities in parsing orderJohn Langford
2014-12-29init consistency enforcedJohn Langford
2014-12-27remove & from setupJohn Langford
2014-12-27remove new for learnerJohn Langford
2014-12-27detemplate learnerJohn Langford
2014-12-27unified type structure of reductionsJohn Langford
2014-12-26pointer to ref in many casesJohn Langford
2014-12-26Merge branch 'master' of github.com:JohnLangford/vowpal_wabbitJohn Langford
2014-12-23Fixed average loss reportingPaulius Klyvis
2014-12-23easier calloc_or_dieJohn Langford
2014-12-11reverted back change (3)Paulius Klyvis
2014-12-11updated_prediction to pred.scalar in progressive validationPaulius Klyvis
2014-12-11removed line 121, changed ec.updated_prediction to ec.pred.scalar, update_wei...Paulius Klyvis
2014-12-10use foreach templatePaulius Klyvis
2014-12-04use ec.pred.scalar instead of ec.l.simple.predictionPaulius Klyvis
2014-12-02fixed ftrl_alpha and ftrl_beta defsPaulius Klyvis
2014-12-02use save_load_online_state from gd.cc v4Paulius Klyvis
2014-12-02use save_load_online_state from gd.cc v2Paulius Klyvis
2014-12-02use save_load_online_state from gd.ccPaulius Klyvis
2014-12-01use save_load_online_state from gd.ccPaulius Klyvis
2014-12-01typoPaulius Klyvis
2014-12-01Eliminated the extra flags in global_data.h (bool ftrl; float ftrl_alpha; flo...Paulius Klyvis
2014-12-01removed dummy finish funtionPaulius Klyvis
2014-12-01removed reset_state; removed final_predictionPaulius Klyvis
2014-12-01use polylabel l instead of void* ldPaulius Klyvis
2014-11-28removed incorrect importgrf
2014-11-28removed unused functiongrf
2014-11-28Added FTRL algorithgrf