summaryrefslogtreecommitdiff
path: root/training
AgeCommit message (Expand)Author
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
2011-02-17model1 indicator features scriptChris Dyer
2010-12-22fix compound splitter, new features, more training dataChris Dyer
2010-12-13fix alignment tools bugChris Dyer
2010-12-05small changesredpony
2010-12-01optional variational bayesredpony
2010-11-30add flag to disable viterbiredpony
2010-11-15model 1 optionsredpony
2010-11-11fix dumb link problemredpony
2010-11-02mpi batch optimize without mpiredpony
2010-10-23fix log prob / perplexity statsredpony
2010-10-23train without mpiredpony