summaryrefslogtreecommitdiff
path: root/training
AgeCommit message (Collapse)Author
2012-06-18add non-const iterators to sparse vector, speed up model1 codeChris Dyer
2012-06-01fix potential build breakChris Dyer
2012-05-29add support to rampion for accumulating k-best listsChris Dyer
2012-05-28cache metric computation in proChris Dyer
2012-05-27fix mapper to use common candidate set codeChris Dyer
2012-05-27kbest repoChris Dyer
2012-05-20Rename decoder library, assimilate mira directoryKenneth Heafield
2012-05-17Training jamfileChris Dyer
2012-05-17jamfiles for cregChris Dyer
2012-05-13put creg in its own top-level folderChris Dyer
2012-05-13fast creg training code for univariate linear and logistic regressionChris Dyer
2012-05-08better loggingChris Dyer
2012-05-08switch to liblbfgs for proChris Dyer
2012-05-08add liblbfgs, which is much less crappy than the current oneChris Dyer
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 ↵Chris Dyer
for p(null) and how sharp/flat the alignment distribution is around the diagonal
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 ↵Kenneth Heafield
bigrams are pruned. Make Chris feel better about MurmurHashNative.
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 ↵Guest_account Guest_account prguest11
overflow errors, clean up some pf code
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 ↵Jonathan Clark
log_e then 2^x
2011-04-27add iteration timerChris Dyer
2011-04-22make compatible with FastSparseVectorChris Dyer
2011-04-16llh computerChris Dyer