Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/nplm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-03unbork commit 9dea3fHEADmasterRico Sennrich
2015-08-27(optionally) only save best model (based on validation perplexity)Rico Sennrich
2015-08-27Makefile option (-DNPLM_DOUBLE_PRECISION) to switch between double and float.Rico Sennrich
2015-08-27speed up createMmapRico Sennrich
2015-08-27input dropoutRico Sennrich
2015-07-20test commitHieu Hoang
2015-07-17Merge pull request #5 from graehl/masterRico Sennrich
2015-06-26find_stringgraehl
2015-06-25lookup_word nplm 0.1 backward compatgraehl
2015-06-25tab fixgraehl
2015-06-25compilegraehl
2015-06-25vocabulary no-copy find_string pair-char-ptrsgraehl
2015-06-25more tab->spacegraehl
2015-06-25fix mixed tab2/tab4/spaces indentsgraehl
2015-06-25compile warningsgraehl
2015-06-25c++11 compilegraehl
2015-04-08refactor validation perplexity test; check perplexity every 500000 minibatches.Rico Sennrich
2015-04-08options for premultiplication and unnormalized networks in testNeuralNetworkRico Sennrich
2015-04-07training instances in last minibatch should not get higher weightRico Sennrich
2015-03-25Merge pull request #4 from KentonMurray/masterRico Sennrich
2015-03-25Many of the header files contained an absolute path to Eigen. I have fixed th...Kenton William Murray
2015-02-24switch on more verbose output for testNeuralNetwork with option '--debug 1'Rico Sennrich
2015-02-19bugfix: get_output_vocabulary actually returns input vocabularyRico Sennrich
2015-02-12bugfix: don't overwrite input/output vocabulary sizes if vocab size is 0.Rico Sennrich
2015-02-11be less verboseRico Sennrich
2015-02-11createMmap: convert ngramized and numberized text files into memory mapped fi...Rico Sennrich
2014-11-17python: support hidden biasesRico Sennrich
2014-11-17re-apply 64120 (support for networks with single hidden layer)Rico Sennrich
2014-11-17re-apply cfc957 (expose vocabulary map to Moses)Rico Sennrich
2014-11-17re-apply 233de0 (Eigen library assumed to be in 3rdparty directory)Rico Sennrich
2014-11-17re-apply 31412f (osx compile)Rico Sennrich
2014-11-17cleanup MakefileRico Sennrich
2014-11-17expose premultiplicationRico Sennrich
2014-11-17re-apply ba48d (python: distinct input/output vocabs; optionally skip one hid...Rico Sennrich
2014-11-17upstream 0.3 (reverting all changes from this fork)Rico Sennrich
2014-11-04python: distinct input/output vocabs; optionally skip one hidden layerRico Sennrich
2014-10-16Expose the vocabulary map to use with MosesXapaJIaMnu
2014-10-16support for networks with single hidden layerRico Sennrich
2014-10-16new parameter init_model to initialize the network parameters from an existin...Rico Sennrich
2014-10-16Revert shared cache. Doesn't save enough memory to be worth locking the syste...Rico Sennrich
2014-09-02no longer need to put Eigen include in system directory. Need to put it in np...Hieu Hoang
2014-08-28Merge pull request #1 from hieuhoang/masterRico Sennrich
2014-08-28osx compileHieu Hoang
2014-08-28osx compileHieu Hoang
2014-07-09shared cache (thread-safe with WITH_THREADS)Rico Sennrich
2014-07-04allow premultiplication during initializationRico Sennrich
2013-11-08Const kludgeKenneth Heafield
2013-11-05Generate libneuralLM.so instead of neuralLM.so. Same for .aKenneth Heafield
2013-11-05Pull out my own method call for queriesKenneth Heafield
2013-10-30Add .gitignoreKenneth Heafield