From eebad8836ccbc45767f96894ff3279e41271bc39 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 20 Sep 2015 19:59:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a325073..7aa1f0a 100644 --- a/notes.md +++ b/notes.md @@ -46,3 +46,4 @@ 2015-08-06T18:00:00 - Minor doc updates: linking to article on quantization (prophet) 2015-09-13T21:05:00 - Late-night bugfix on financial RL environment (prophet) 2015-09-20T18:01:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) +2015-09-20T19:59:00 - Implementing approach from a new paper read last night (prophet)