Skip to content

Commit

Permalink
project files update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Dermody committed Sep 30, 2018
1 parent 2a816f6 commit 8acba25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions BrightWire.CUDA.Standard/BrightWire.CUDA.Standard.csproj
Expand Up @@ -8,10 +8,9 @@
<Authors>Jack Dermody</Authors>
<Product>BrightWire</Product>
<Copyright>Copyright © Jack Dermody 2016-2018</Copyright>
<Description>This is the .net standard 2 version of BrightWire.CUDA, which runs on .net 4.61, .net core 2, Xamarin and UWP.
<Description>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.
</Description>
BrightWire.CUDA adds GPU support to Bright Wire. This lets you run Bright Wire machine learning on a Maxwell or better NVIDIA GPU.</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/jdermody/brightwire/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/jdermody/brightwire</PackageProjectUrl>
<PackageIconUrl>http://www.jackdermody.net/bw_favicon.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion BrightWire.Standard/BrightWire.Standard.csproj
Expand Up @@ -8,7 +8,7 @@
<Authors>Jack Dermody</Authors>
<Company />
<Product>BrightWire</Product>
<Description>This is the .net standard 2 version of BrightWire, which runs on .net 4.61, .net core 2, Xamarin and UWP.
<Description>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.</Description>
<Copyright>Copyright © Jack Dermody 2016-2018</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions BrightWire.sln
Expand Up @@ -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
Expand Down

0 comments on commit 8acba25

Please sign in to comment.