Proxem.TheaNet 1.5.2

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Proxem.TheaNet --version 1.5.2
NuGet\Install-Package Proxem.TheaNet -Version 1.5.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Proxem.TheaNet" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Proxem.TheaNet --version 1.5.2
#r "nuget: Proxem.TheaNet, 1.5.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Proxem.TheaNet as a Cake Addin
#addin nuget:?package=Proxem.TheaNet&version=1.5.2

// Install Proxem.TheaNet as a Cake Tool
#tool nuget:?package=Proxem.TheaNet&version=1.5.2

TheaNet

TheaNet is an optimized library for deep learning models written in C# and developed at Proxem. The library is inspired by python's theano library and offers similar possibilities. Automatic gradient differentiation allows to create complex model and run them with simple commands with all the backpropagation being taken care of by the library. TheaNet generates readable code in C# with the possibility to step-in the generated code and debug it.

Table of contents

Requirements

TheaNet is currently developed in .Net Framework 4.7.2. Due to CodeDom, the library for code generation, that is not yet compatible with .Net Core we don't guarantee that TheaNet will work outside of Windows environment. We are currently working on finding a substitute to CodeDom that will work with .Net Core in order to make our library multi-platform.

TheaNet is integrated with our NumNet and BlasNet libraries and require both libraries to work.

Github

TheaNet is an open-source project, you can the code on the github page of the project.

Contact

If you can't make TheaNet work on your computer or if you have any tracks of improvement drop us an e-mail at one of the following address:

  • thp@proxem.com
  • joc@proxem.com

License

TheaNet is Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Fixed .NET standard (netstandard) missing asssembly bug.