Settings

Theme

Show HN: Seq2Seq ML Learns the Inverse of Manual Multiplication (Gelosia Method)

gitlab.com

1 points by 9o1d a month ago · 0 comments · 1 min read

Reader

I built an unconventional application of sequence-to-sequence (Seq2Seq) neural networks: predicting the intermediate steps of manual multiplication from the final answer alone. The model receives just the digits of a product (e.g., 56088) and must reconstruct the original 9 hidden cell values of the 3x3 Gelosia lattice table that produced that sum. This project turns a deterministic math problem on its head, forcing an LSTM to learn abstract mathematical relationships implicitly through observation. It's a fun exploration of how ML can map a final, "collapsed" sequence of information back to its higher-dimensional, hidden components. Check out the code and project details here: https://gitlab.com/9o1d/gelosia

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection