summaryrefslogtreecommitdiff
path: root/training
AgeCommit message (Expand)Author
2012-03-20make c++11 compatibleChris Dyer
2012-03-07more mpi fixesChris Dyer
2012-03-07better logging with MPIChris Dyer
2012-02-29mpi fixesChris Dyer
2012-02-29cleanup, mpi-ify lblmodelChris Dyer
2012-02-24load embeddings from fileChris Dyer
2012-02-22add regularizationChris Dyer
2012-02-21use lbfgsChris Dyer
2012-02-21basic lbl model, nothing to see hereChris Dyer
2012-02-19lbl preliminary clean upChris Dyer
2012-02-18initial lbl_model stubChris Dyer
2012-02-18fix diagonal modelChris Dyer
2012-02-17boost version checking, check for Eigen, get rid of old digamma stuffChris Dyer
2012-02-10move atools to utils directoryChris Dyer
2012-02-10clean up alignment toolsChris Dyer
2012-01-24more modelsChris Dyer
2012-01-20'pseudo model 2' that strictly favors a diagonal, with tunable parameters for...Chris Dyer
2011-11-03Merge branch 'master' of github.com:redpony/cdecKenneth Heafield
2011-10-31lbfgs + time-series minibatch optimizationChris Dyer
2011-10-24KenLM update. EnumerateVocab moved up a namespace. Fix trie building when b...Kenneth Heafield
2011-10-14le optimizerChris Dyer
2011-10-14remove FSA integration code. will have to be resurrected another dayChris Dyer
2011-10-11remove implicit conversion-to-double operator from LogVal<T> that caused over...Guest_account Guest_account prguest11
2011-09-17make fixChris Dyer
2011-09-17add depGuest_account Guest_account prguest11
2011-09-17Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-09-17enable ramdisk scratch for per-sentence-grammarsChris Dyer
2011-09-15script to filter reachable sentences, weight cleanupGuest_account Guest_account prguest11
2011-09-13binary to extract features encounteredChris Dyer
2011-09-13get rid of bad Weights class so it no longer keeps a copy of a vector inside itChris Dyer
2011-07-06tool to compute feature expectations in translation chartsChris Dyer
2011-05-23calculate word perplexitiesChris Dyer
2011-05-03Fix cross entropy and perplexity to use base2 log throughout instead of log_e...Jonathan Clark
2011-04-27add iteration timerChris Dyer
2011-04-22make compatible with FastSparseVectorChris Dyer
2011-04-16llh computerChris Dyer
2011-04-14mpi optimizationsChris Dyer
2011-04-14mpi updateChris Dyer
2011-03-25em optimizer- really crappy implementationChris Dyer
2011-03-24more augment grammar optionsChris Dyer
2011-03-18compile fixChris Dyer
2011-03-17try 2Chris Dyer
2011-03-17freeze features, including penaltyChris Dyer
2011-03-17enable weights to be frozen during trainingChris Dyer
2011-03-10experimental nonlinear featureChris Dyer
2011-03-03replace files option to prevent reloading LM each timeChris Dyer
2011-03-03more options for augment grammarChris Dyer
2011-03-01deal with SOSChris Dyer
2011-02-28src language LM phrase scoringChris Dyer
2011-02-17more featuresChris Dyer