Browse Source

corrected names for the example folders

tags/v0.10
Meinrad Recheis 6 years ago
parent
commit
2e3cf2495a
20 changed files with 0 additions and 0 deletions
  1. +0
    -0
      test/TensorFlowNET.Examples/AudioProcessing/README.md
  2. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/DigitRecognitionCNN.cs
  3. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/DigitRecognitionNN.cs
  4. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/ImageBackgroundRemoval.cs
  5. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/ImageRecognitionInception.cs
  6. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/InceptionArchGoogLeNet.cs
  7. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/ObjectDetection.cs
  8. +0
    -0
      test/TensorFlowNET.Examples/ImageProcessing/RetrainImageClassifier.cs
  9. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/BinaryTextClassification.cs
  10. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/CnnTextClassification.cs
  11. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/DataHelpers.cs
  12. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/NER/BiLstmCrfNer.cs
  13. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/NER/CRF.cs
  14. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/NER/LstmCrfNer.cs
  15. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/NamedEntityRecognition.cs
  16. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/Word2Vec.cs
  17. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/cnn_models/CharCnn.cs
  18. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/cnn_models/ITextModel.cs
  19. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/cnn_models/VdCnn.cs
  20. +0
    -0
      test/TensorFlowNET.Examples/TextProcessing/cnn_models/WordCnn.cs

test/TensorFlowNET.Examples/AudioProcess/README.md → test/TensorFlowNET.Examples/AudioProcessing/README.md View File


test/TensorFlowNET.Examples/ImageProcess/DigitRecognitionCNN.cs → test/TensorFlowNET.Examples/ImageProcessing/DigitRecognitionCNN.cs View File


test/TensorFlowNET.Examples/ImageProcess/DigitRecognitionNN.cs → test/TensorFlowNET.Examples/ImageProcessing/DigitRecognitionNN.cs View File


test/TensorFlowNET.Examples/ImageProcess/ImageBackgroundRemoval.cs → test/TensorFlowNET.Examples/ImageProcessing/ImageBackgroundRemoval.cs View File


test/TensorFlowNET.Examples/ImageProcess/ImageRecognitionInception.cs → test/TensorFlowNET.Examples/ImageProcessing/ImageRecognitionInception.cs View File


test/TensorFlowNET.Examples/ImageProcess/InceptionArchGoogLeNet.cs → test/TensorFlowNET.Examples/ImageProcessing/InceptionArchGoogLeNet.cs View File


test/TensorFlowNET.Examples/ImageProcess/ObjectDetection.cs → test/TensorFlowNET.Examples/ImageProcessing/ObjectDetection.cs View File


test/TensorFlowNET.Examples/ImageProcess/RetrainImageClassifier.cs → test/TensorFlowNET.Examples/ImageProcessing/RetrainImageClassifier.cs View File


test/TensorFlowNET.Examples/TextProcess/BinaryTextClassification.cs → test/TensorFlowNET.Examples/TextProcessing/BinaryTextClassification.cs View File


test/TensorFlowNET.Examples/TextProcess/CnnTextClassification.cs → test/TensorFlowNET.Examples/TextProcessing/CnnTextClassification.cs View File


test/TensorFlowNET.Examples/TextProcess/DataHelpers.cs → test/TensorFlowNET.Examples/TextProcessing/DataHelpers.cs View File


test/TensorFlowNET.Examples/TextProcess/NER/BiLstmCrfNer.cs → test/TensorFlowNET.Examples/TextProcessing/NER/BiLstmCrfNer.cs View File


test/TensorFlowNET.Examples/TextProcess/NER/CRF.cs → test/TensorFlowNET.Examples/TextProcessing/NER/CRF.cs View File


test/TensorFlowNET.Examples/TextProcess/NER/LstmCrfNer.cs → test/TensorFlowNET.Examples/TextProcessing/NER/LstmCrfNer.cs View File


test/TensorFlowNET.Examples/TextProcess/NamedEntityRecognition.cs → test/TensorFlowNET.Examples/TextProcessing/NamedEntityRecognition.cs View File


test/TensorFlowNET.Examples/TextProcess/Word2Vec.cs → test/TensorFlowNET.Examples/TextProcessing/Word2Vec.cs View File


test/TensorFlowNET.Examples/TextProcess/cnn_models/CharCnn.cs → test/TensorFlowNET.Examples/TextProcessing/cnn_models/CharCnn.cs View File


test/TensorFlowNET.Examples/TextProcess/cnn_models/ITextModel.cs → test/TensorFlowNET.Examples/TextProcessing/cnn_models/ITextModel.cs View File


test/TensorFlowNET.Examples/TextProcess/cnn_models/VdCnn.cs → test/TensorFlowNET.Examples/TextProcessing/cnn_models/VdCnn.cs View File


test/TensorFlowNET.Examples/TextProcess/cnn_models/WordCnn.cs → test/TensorFlowNET.Examples/TextProcessing/cnn_models/WordCnn.cs View File


Loading…
Cancel
Save