From 8acba25b6bf21d6b7a361a926ea6124b7feca0f1 Mon Sep 17 00:00:00 2001 From: Jack Dermody Date: Mon, 1 Oct 2018 07:54:51 +1000 Subject: [PATCH] project files update --- BrightWire.CUDA.Standard/BrightWire.CUDA.Standard.csproj | 5 ++--- BrightWire.Standard/BrightWire.Standard.csproj | 2 +- BrightWire.sln | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/BrightWire.CUDA.Standard/BrightWire.CUDA.Standard.csproj b/BrightWire.CUDA.Standard/BrightWire.CUDA.Standard.csproj index d9922462..df5aff2d 100644 --- a/BrightWire.CUDA.Standard/BrightWire.CUDA.Standard.csproj +++ b/BrightWire.CUDA.Standard/BrightWire.CUDA.Standard.csproj @@ -8,10 +8,9 @@ Jack Dermody BrightWire Copyright © Jack Dermody 2016-2018 - This is the .net standard 2 version of BrightWire.CUDA, which runs on .net 4.61, .net core 2, Xamarin and UWP. + This is the .net standard 2 version of BrightWire.CUDA. -BrightWire.CUDA adds GPU support to Bright Wire. This lets you run Bright Wire machine learning on a Maxwell or better NVIDIA GPU. - +BrightWire.CUDA adds GPU support to Bright Wire. This lets you run Bright Wire machine learning on a Maxwell or better NVIDIA GPU. https://raw.githubusercontent.com/jdermody/brightwire/master/LICENSE https://github.com/jdermody/brightwire http://www.jackdermody.net/bw_favicon.png diff --git a/BrightWire.Standard/BrightWire.Standard.csproj b/BrightWire.Standard/BrightWire.Standard.csproj index aa5af4f6..cbc9e8c0 100644 --- a/BrightWire.Standard/BrightWire.Standard.csproj +++ b/BrightWire.Standard/BrightWire.Standard.csproj @@ -8,7 +8,7 @@ Jack Dermody BrightWire - This is the .net standard 2 version of BrightWire, which runs on .net 4.61, .net core 2, Xamarin and UWP. + This is the .net standard 2 version of Bright Wire. Bright Wire is an open source machine learning library. Includes deep learning (feed forward, convolutional and recurrent), naive bayes, linear regression, decision trees, logistic regression, k-means clustering and dimensionality reduction. Copyright © Jack Dermody 2016-2018 diff --git a/BrightWire.sln b/BrightWire.sln index d302b2f1..ad5fec3d 100644 --- a/BrightWire.sln +++ b/BrightWire.sln @@ -35,8 +35,8 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Debug|x64.ActiveCfg = Debug|x64 {FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Debug|x64.Build.0 = Debug|x64 - {FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|x64.ActiveCfg = Release|x64 - {FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|x64.Build.0 = Release|x64 + {FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|x64.ActiveCfg = Release|Any CPU + {FD8AAEF6-2EDB-446C-BB19-5EBEE5CDE982}.Release|x64.Build.0 = Release|Any CPU {50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Debug|x64.ActiveCfg = Debug|x64 {50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Debug|x64.Build.0 = Debug|x64 {50BCB2AB-E8CA-4974-B136-49A98D5E34CB}.Release|x64.ActiveCfg = Release|x64