Skip to content

Releases: Sergio0694/NeuralNetwork.NET

Fixed CuDNN loading crash on .NET Core

01 May 12:04
1fe3211
Compare
Choose a tag to compare
Merge pull request #92 from dariooo512/master

Adding catch case for handling FileNotFound exception when using dll from .NET Core

C# 7.3 update

22 Oct 21:31
Compare
Choose a tag to compare

• Code refactored to use the new C# 7.3 features
System.Memory assembly updated to the latest 4.5.1 version
• NuGet packages updated

Batch normalization layers

02 Feb 00:00
d9d1089
Compare
Choose a tag to compare

• Added batch normalization layers
• APIs refactoring and improvements
• Bug fixes

Computation graph network, new APIs

26 Jan 14:06
Compare
Choose a tag to compare

• Added computation graph network type
• New INeuralNetwork and IDataset APIs
• Json metadata serialization and Clone APIs fixed for cuDNN layers
• General bug fixes, code and performance improvements

New APIs, optimizers, datasets and more

13 Jan 00:36
Compare
Choose a tag to compare

• New optimizers added (Adam, AdaMax, RMSProp, Momentum and more)
• MNIST, CIFAR-10 and CIFAR-100 datasets added
• New APIs to partition a training dataset
• Added new distance-based accuracy tester
• APIs refactoring and improvements
• Bug fixes and speed optimizations

New images loading APIs, minor fixes

09 Jan 12:02
6764628
Compare
Choose a tag to compare

• Added new APIs to parse a dataset from a collection of images
• Code refactoring
• Minor bug fixes and improvements

NuGet package available

07 Jan 19:30
Compare
Choose a tag to compare

• NeuralNetwork.NET is now available as a NuGet package here
• Added new IDataset APIs
• Added new AccuracyTester option
• APIs refactoring, code improvements
• Minor bug fixes

First stable release

31 Dec 16:00
369b1c8
Compare
Choose a tag to compare

• First stable release with all the main features implemented