Help with deep learning project "autocorrection" Submitted by Legitimate-Gold-8711 t3_10cpj1c on January 15, 2023 at 5:32 PM in deeplearning 6 comments 1
shmollerup t1_j4htyot wrote on January 15, 2023 at 8:52 PM You could try something that works on a character level, like a sequence tobsequence model, or maybe a rnn approach like char2vec. Both approaches should work pretty good if you have enough training data Permalink 3
Viewing a single comment thread. View all comments