Skip to content

Commit e76fb3e

Browse files
authored
Update README.md
1 parent b2a9a98 commit e76fb3e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ Example runner will download all the required files like training data and model
143143
* [Nearest Neighbor](test/TensorFlowNET.Examples/BasicModels/NearestNeighbor.cs)
144144
* [Naive Bayes Classification](test/TensorFlowNET.Examples/BasicModels/NaiveBayesClassifier.cs)
145145
* [Full Connected Neural Network](test/TensorFlowNET.Examples/ImageProcess/DigitRecognitionNN.cs)
146-
* [Image Recognition](test/TensorFlowNET.Examples/ImageProcess)
146+
* [Image Processing](test/TensorFlowNET.Examples/ImageProcessing)
147147
* [K-means Clustering](test/TensorFlowNET.Examples/BasicModels/KMeansClustering.cs)
148148
* [NN XOR](test/TensorFlowNET.Examples/BasicModels/NeuralNetXor.cs)
149-
* [Object Detection](test/TensorFlowNET.Examples/ImageProcess/ObjectDetection.cs)
150-
* [Text Classification](test/TensorFlowNET.Examples/TextProcess/BinaryTextClassification.cs)
151-
* [CNN Text Classification](test/TensorFlowNET.Examples/TextProcess/cnn_models/VdCnn.cs)
152-
* [MNIST CNN](test/TensorFlowNET.Examples/ImageProcess/DigitRecognitionCNN.cs)
153-
* [Named Entity Recognition](test/TensorFlowNET.Examples/TextProcess/NER)
154-
* [Transfer Learning for Image Classification in InceptionV3](test/TensorFlowNET.Examples/ImageProcess/RetrainImageClassifier.cs)
149+
* [Object Detection](test/TensorFlowNET.Examples/ImageProcessing/ObjectDetection.cs)
150+
* [Text Classification](test/TensorFlowNET.Examples/TextProcessing/BinaryTextClassification.cs)
151+
* [CNN Text Classification](test/TensorFlowNET.Examples/TextProcessing/cnn_models/VdCnn.cs)
152+
* [MNIST CNN](test/TensorFlowNET.Examples/ImageProcessing/DigitRecognitionCNN.cs)
153+
* [Named Entity Recognition](test/TensorFlowNET.Examples/TextProcessing/NER)
154+
* [Transfer Learning for Image Classification in InceptionV3](test/TensorFlowNET.Examples/ImageProcessing/RetrainImageClassifier.cs)
155155

156156
More troubleshooting of running example refer [here](tensorflowlib/README.md).
157157

@@ -160,12 +160,12 @@ More troubleshooting of running example refer [here](tensorflowlib/README.md).
160160
Feel like contributing to one of the hottest projects in the Machine Learning field? Want to know how Tensorflow magically creates the computational graph? We appreciate every contribution however small. There are tasks for novices to experts alike, if everyone tackles only a small task the sum of contributions will be huge.
161161

162162
You can:
163-
* Let everyone know about this project (trivial)
164-
* Port Tensorflow unit tests from Python to C# (easy)
165-
* Port missing Tensorflow code from Python to C# (easy)
166-
* Port Tensorflow examples to C# and raise issues if you come accross missing parts of the API (easy)
167-
* Debug one of the unit tests that is marked as Ignored to get it to work (can be challenging)
168-
* Debug one of the not yet working examples and get it to work (hard)
163+
* Let everyone know about this project
164+
* Port Tensorflow unit tests from Python to C#
165+
* Port missing Tensorflow code from Python to C#
166+
* Port Tensorflow examples to C# and raise issues if you come accross missing parts of the API
167+
* Debug one of the unit tests that is marked as Ignored to get it to work
168+
* Debug one of the not yet working examples and get it to work
169169

170170
### How to debug unit tests:
171171

@@ -195,5 +195,5 @@ Scan QR code to join Tencent TIM group:
195195

196196
![SciSharp STACK](docs/TIM.jpg)
197197

198-
![SciSharp](https://avatars3.githubusercontent.com/u/44989469)
198+
![SciSharp](https://avatars3.githubusercontent.com/u/44989469) TensorFlow.NET is a part of [SciSharp STACK](https://scisharp.github.io/SciSharp/)
199199

0 commit comments

Comments
 (0)