2024.05.03 - [인공지능/자연어 처리] - seq2seq 번역 모델 만들기 seq2seq 번역 모델 만들기import tensorflow as tfimport matplotlib.pyplot as pltimport matplotlib.ticker as tickerfrom sklearn.model_selection import train_test_splitimport unicodedataimport reimport numpy as npimport osimport ioimport time필요한 라이브러리들 불러오기dyoonschallenge.tistory.com여기에 기존 번역 모델 (GRU를 사용한 번역기) 만드는 과정은 있습니다.GPU를 사용해서 학습하는게 자꾸 오류가 떠서....LSTM은 겨우..