We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04eb017 commit 1e29366Copy full SHA for 1e29366
1 file changed
README.md
@@ -18,13 +18,15 @@ TODO:
18
* Finish README - Cite relavent technologies and papers
19
* Documentation/Examples/Installation Instructions
20
* More examples
21
+* Enable Cross Validation and Grid Search
22
* Figure out better way to store embeddings (stop moving the embeddings from GPU to CPU ineffeciently)
23
24
Changelog:
25
26
8/12/2019 -
27
* got Keras RNN/CNN working!
28
* Now Prints out misclassified examples in validation test set and we see probabilities.
29
+* Easy to switch between MLP/CNN/RNN
30
31
8/9/2019 -
32
* Added model, model weights, updated dataset, and misc code updates
0 commit comments