From f32adebbce62691256376a7768b17d8e1dc7328a Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Thu, 2 May 2019 09:17:38 -0500 Subject: [PATCH] update version number --- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 6368f9b7..df95a84b 100644 --- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj +++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj @@ -4,7 +4,8 @@ netstandard2.0 TensorFlow.NET Tensorflow - 0.6.1 + 1.14.0 + 0.7.0 Haiping Chen SciSharp STACK false @@ -16,11 +17,15 @@ TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C# Google's TensorFlow full binding in .NET Standard. Docs: https://tensorflownet.readthedocs.io - 0.6.1.0 + 0.7.0.0 Changes since v0.6: -More math/ linalg APIs. + +Add XOR example. +Add KMeans example. +Add Object Detection example. +Add Word2Vec example. 7.2 - 0.6.1.0 + 0.7.0.0