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