How can I preprocess 4dimensional array data for lstm keras?
I am trying to use lstm for deep learning keras with input dataand out data. I use input data for sentences(with word2vecpreprocess) and output data for 4 dimensional array.([the number ofcurrent sentence][word][51][4]) The main problem is output data. Idon't know how to build model with the ouput data. Is there anygood lstm model that I refer to?
How can I preprocess 4dimensional array data for lstm keras? I am trying to use lstm for deep learning keras with input
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am