def read_data():
global m, n
m = 50
n = 1
train_X = np.array(
Internal data for the array
).astype('float32')
train_Y = np.array(
Internal data for the array
).astype('float32')
return train_X, train_Y