From ff1608c1edd043cfc5a269fedb8ca7a6ddaa621f Mon Sep 17 00:00:00 2001 From: Claudio Scheer Date: Sat, 4 Jul 2020 00:48:35 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 11e1fb0..a8bf41e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ ## About +The idea of this project was, given a source code, to generate new source codes following the same structure as the dataset. For that, I used a character-to-character architecture powered by an LSTM. + + +## Disclaimer + +The network was tested on a small dataset and may overfit. A sample of the dataset is available [here](dataset/source-code.txt). + + +## To do + +- [ ] Explain the source code in detail. +- [ ] Add a Jupyter Notebook. \ No newline at end of file -- GitLab