Google just opened TensorFlow as an open source. I read this a bit, but it looks like you can only train it with MNIST data.
I am looking for an example code where I can train with my own data and output the results for my test file.
where I have a .csv file (for example, a sample in a row) as training data (with identifier, output, + 72 columns)
and have another CSV file for test data, where I could predict the output (1 or 0).
Does anyone understand that TensorFlow is enough to give me some sample code?
source share