diff --git a/README.md b/README.md index 4009e28..1fbdd84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # deep-learning-addition -A LSTM model that learns to perform arithmetic addition for integers. It's a simple Deep Learning calculator. +A LSTM model that learns to perform arithmetic addition on integers. It's a simple Deep Learning calculator. + +Example: 12 + 134 = 146 ## Development