My task is to implement a basic LSTM Network for letter recognition from motion sensor data from an android phone without using any modules from tf.contrib. The input data has the shape (?, 150, 3) --> ?: # of letters, 150: # of values, 3: x,y,z coordinates.My task is to implement a basic LSTM Network fo