From 5e69d31a07d28c466d10c5f4bfcfe802848948ba Mon Sep 17 00:00:00 2001 From: Haiping Date: Tue, 9 Jul 2019 09:43:39 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de7bba88..421242cd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ TF.NET is a member project of [SciSharp STACK](https://github.com/SciSharp). ### Why TensorFlow.NET ? -`SciSharp STASK`'s mission is to bring popular data science technology into the .NET world and to provide .NET developers with a powerful Machine Learning tool set without reinventing the wheel. Scince the APIs are kept as similar as possible you can immediately adapt any existing Tensorflow code in C# with a zero learning curve. Take a look at a comparison picture and see how comfortably a Tensorflow/Python script translates into a C# program with TensorFlow.NET. +`SciSharp STACK`'s mission is to bring popular data science technology into the .NET world and to provide .NET developers with a powerful Machine Learning tool set without reinventing the wheel. Scince the APIs are kept as similar as possible you can immediately adapt any existing Tensorflow code in C# with a zero learning curve. Take a look at a comparison picture and see how comfortably a Tensorflow/Python script translates into a C# program with TensorFlow.NET. ![pythn vs csharp](docs/assets/syntax-comparision.png) @@ -131,7 +131,7 @@ Read the docs & book [The Definitive Guide to Tensorflow.NET](https://tensorflow Run specific example in shell: ```cs -dotnet TensorFlowNET.Examples.dll "Retrain Image Classifier" +dotnet TensorFlowNET.Examples.dll "EXAMPLE NAME" ``` Example runner will download all the required files like training data and model pb files.