Machine translation project for Udacity's Natural Language Processing Nanodegree
Stars
2
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
14
commits
doc: Add HTML file of notebook run
5159de9
feat: Add complexity to decoder to get better accuracy
a04f737
feat: Add encoder-decoder layers to final model
0127724
feat: Build encoder-decoder optional model
1d6a8b1
feat: Final model is more complex; train 20 epochs
9c59940
feat: Build a final model
b762883
refactor: Import Sequential earlier in notebook
dd77ad2
feat: Build 3rd model as a bidirectional RNN
34c39aa
feat: Build 2nd model with word embedding
29b4946
feat: Build 1st model (simple RNN)
df478f7
feat: Preprocess text data for input to model
7e24aae
feat: Add provided notebook & files for project
d3fafaf
docs: Update README from provided project skeleton
e19f752
Initial commit
8080f3d