- Notifications
You must be signed in to change notification settings - Fork90
Releases: Sergio0694/NeuralNetwork.NET
Fixed CuDNN loading crash on .NET Core
1fe3211Merge pull request #92 from dariooo512/masterAdding catch case for handling FileNotFound exception when using dll from .NET Core
Assets2
Uh oh!
There was an error while loading.Please reload this page.
C# 7.3 update
• Code refactored to use the new C# 7.3 features
•System.Memory assembly updated to the latest 4.5.1 version
• NuGet packages updated
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Batch normalization layers
d9d1089• Added batch normalization layers
• APIs refactoring and improvements
• Bug fixes
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Computation graph network, new APIs
• 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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
New APIs, optimizers, datasets and more
• 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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
New images loading APIs, minor fixes
6764628• Added new APIs to parse a dataset from a collection of images
• Code refactoring
• Minor bug fixes and improvements
Assets2
Uh oh!
There was an error while loading.Please reload this page.
NuGet package available
• NeuralNetwork.NET is now available as a NuGet packagehere
• Added new IDataset APIs
• Added new AccuracyTester option
• APIs refactoring, code improvements
• Minor bug fixes
Assets2
Uh oh!
There was an error while loading.Please reload this page.
First stable release
369b1c8• First stable release with all the main features implemented
Assets2
Uh oh!
There was an error while loading.Please reload this page.