SharpLearning icon indicating copy to clipboard operation
SharpLearning copied to clipboard

Machine learning for C# .Net

Results 52 SharpLearning issues
Sort by recently updated
recently updated
newest added

Small edit - in the code example on the wiki page for hyperparameter optimization, `transform.Logarithmic` should now be `transform.Log10`

let's say i have a list of Images ..how do i convert my images into F64matrix Form so i can train them with my Neural Network ..and how do i...

Hi, SharpLearning.XGBoost.dll is not compatible with .net core due to PicNet.XGBoost (0.2.1) dependency. Checked on 0.31.8 version. And Core 2.1 version Do you plan to fix it?

Hi Can you add access to the Out-of-Bag data and/or Out-of-Data error calculations for Random Forests? Love this project, Thanks

Hello, I would like to use the Bayesian Optimizer for Hyperparameter tuning. Is there a way to save the current status of the optimizer and then resume later. I could...

Hey, first of thanks for a fantastic library! The library is really easy and simple to use if you have a large dataset and want to train a network in...

Hi. Not sure what happened, but something happened :) 1. I updated all projects from .NET Core 3.0 to 3.1 2. Made some changes in MySQL DB Now, I get...

CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...

Hi guys! First off, great job! SharpLearning is very useful and well built. One small bug I found while mistakenly creating a dataset based on a CSV file without the...

In my test project by saving of gradient boosting model I’ve encounter strange implicit dependency from Microsoft.IdentityModel.Clients.ActiveDirectory. It doesn’t work (load assembly exception) in all referenced versions of this assembly...