using System; using System.Collections.Generic; using System.Text; using Tensorflow; namespace TensorFlowNET.Examples.CnnTextClassification { /// /// Convolutional Neural Network for Text Classification /// https://github.com/dennybritz/cnn-text-classification-tf /// public class TextCNN : Python { } }