aboutsummaryrefslogtreecommitdiff
path: root/model/mlp.py
Commit message (Expand)AuthorAgeFilesLines
* Use new tvt dataset with option --tvtÉtienne Simon2015-07-231-7/+8
* Can do test with batches of size >1Alex Auvolat2015-07-231-1/+1
* Batch shufflingAlex Auvolat2015-07-101-7/+11
* Add batch shuffle preprocessing stepAlex Auvolat2015-07-061-1/+8
* More determinismAlex Auvolat2015-07-021-0/+5
* Model with only embeddings.AdeB2015-06-211-0/+1
* Use Mapping instead of extending TransformerÉtienne Simon2015-06-111-8/+8
* Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessingAlex Auvolat2015-06-111-0/+3
* Fix typoAlex Auvolat2015-05-221-1/+1
* Add parametrizability for how the training data is presentedAlex Auvolat2015-05-221-4/+8
* Make indexing faster by indexing only one column and querying a rangeAlex Auvolat2015-05-221-2/+5
* Implement cut-based iteration scheme (SLOW!!!)Alex Auvolat2015-05-211-2/+3
* Refactor models, clean the code and separate training from testing.Étienne Simon2015-05-181-0/+103