Skip to content

Commit 130a2ac

Browse files
author
dmitrinesterenko
committed
Adds a short description about assignment 3 work
1 parent d37441d commit 130a2ac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,19 @@ When running N multiple instances choose which one to login to by providing an
5454
instance number from 0-N.
5555
`./aws_setup/login.sh 0` to login to the 1st instance
5656

57+
### Assignment 3
58+
The best executions were trained in 90 minutes on p2.xlarge and had accuracy of
59+
.745 on validation.
60+
61+
Updating the embed size up to 2800 from the starting 35 did little to change the
62+
resulting accuracy.
63+
64+
The l2 regularization was as it should be super important in getting good
65+
validation results.
66+
67+
The training set and the validation set accuracies were still wide apart, the
68+
training set accuracy would frequently be above %92
69+
70+
All of the results of running Assignment 3 and individual write ups are in
71+
assignment3/output and [assignment3/README.md](assignment3/README.md)
72+

0 commit comments

Comments
 (0)