I am trying to implement a neural network example in torch7. My data is stored in a text file in this form [19 cols x 10000 rows]:
11 38 20 44 11 38 21 44 29 42 30 44 34 38 6 34 45 42 1
11 38
I am trying to implement a neural network example in torch7. My data is stored in a text file in this form [19 cols x 10000 rows]:
11 38 20 44 11 38 21 44 29 42 30 44 34 38 6 34 45 42 1
11 38