Keras
8.0
시퀀스 데이터(문장=>글,음표=>음악, 붓의획=>그림 생성)를 생성하는 방법LSTM모델, input : n개의 character, output: 하나의 character이전 token을 input받아서 sequence의 다음 token을 예측하는 rnn모델…(the cat is on the ma) %>% languageModel(from=latentSpace) = t우선, output data 선택방법 결정 결정적 방법: Read more…