How do I use DNNEstimator from tensorflow?
When researching which algorithm to use in the text classification I stumbled upon usage of DNNClassifier. As I understand it is different from text classifiers from nltk. I already have my text embedded, but can`t quite figure what is the 'input_fn' argument passed to fit function. What is this function and how do I use DNNClassifier properly?