Cognitio.ConvNetSharp.Core by Cedric Bovar

<PackageReference Include="Cognitio.ConvNetSharp.Core" Version="0.4.14" />

 Cognitio.ConvNetSharp.Core 0.4.14

Deep learning in C#

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Cognitio.ConvNetSharp.Core</id>
    <version>0.4.14</version>
    <authors>Cedric Bovar</authors>
    <owners>Cedric Bovar</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/cbovar/ConvNetSharp</projectUrl>
    <description>Deep learning in C#</description>
    <releaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.14</releaseNotes>
    <copyright>Copyright (c) 2020</copyright>
    <tags>Deep Learning Convolution AI</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Cognitio.ConvNetSharp.Volume" version="0.4.14" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>