I have a problem with the input of multiple data sources in my neural network. My dataframe is:
0 1 2 3 4 0
First of all, convert the input array into numpy array and convert the categorical boolean inputs into numbers. Then, give input dimension = 8 instead of 4.