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