Mads Dabros

Results 26 issues of Mads Dabros

@cesarsouza Great work starting keras-sharp. I will have a more in depth look at the code as soon as time permits and start contributing. You have already mentioned a lot...

Hello, thanks for a great Library. Is there any roadmap for when the Cuda provider will be released to nuget? Or maybe a guide on how to install the alpha...

There is a new release of intels MKL library. This includes many performance improvements for processors supporting Advanced Vector Extensions (AVX and later incarnations). They have also included their Deep...

ready for release

In SharpLearning, the F64Matrix class, which is part of the [Learner interfaces](https://github.com/mdabros/SharpLearning/tree/master/src/SharpLearning.Common.Interfaces), is mostly used as a container for holding the features for a learning problem. While SharpLearning does contain...

Once #20, and #112 has been completed, the code in SharpLearning.Containers should be reduced quite a bit, and only contain a few basic types and support extension methods. For this...

Switching from the matrix class to multidimensional arrays requires adding extension methods to provide to expose the same members that the current matrix class does.

Where possible, add common project settings to Directory.Build.props

Currently there are a few which contains functionality that is rarely used, or that doesn't quite fit into the current direction of the package. This includes: - `SharpLearning.Containers.Arithmetic`: MatrixF64 is...

Currently, some of the learners in SharpLearning will output information during the training period. This includes the early stopping with gradient boost and neural networks. It should be possible to...