A function to display digit from ML coding Dojo by Mathais
0 people like thisPosted: 11 years ago by Tomas Petricek
This example uses the same data and methods as http://accord-framework.net/docs/html/T_Accord_Statistics_Models_Regression_LogisticRegression.htm
8 people like thisPosted: 7 years ago by Tuomas Hietanen
ML.Net sentiment classification example using Gradient Boosted trees Needs to be compiled in a dotnet core F# project Uses F# 4.1 struct tuples which is required by the ML.Net API
2 people like thisPosted: 5 years ago by Faisal Waris
Shows how to use ML.Net AutoML capability for binary classification. Now with progress reporting
2 people like thisPosted: 5 years ago by Faisal Waris
Basic Feed-Forward Neural network build, compute result & error functions. Tested with crude random search training to generalize XOR. (https://gist.github.com/ideaflare/c0b2cb2d96e76b72ca7937cc188f579b)
0 people like thisPosted: 8 years ago by Christoph Alrich
Wine-quality decision-tree using machine-learning tool Accord.Net with F#
1 people like thisPosted: 7 years ago by Tuomas Hietanen
ML.Net sentiment classification and cross-validation example using Gradient Boosted trees Needs to be compiled in a dotnet core F# project. Uses F# 4.6 anonymous records which work well with the ML.Net API static api
2 people like thisPosted: 5 years ago by Faisal Waris
Updated to use the new "nuget:..." style references. At this time a workaround is needed to properly load some of the native libraries.
1 people like thisPosted: 3 years ago by Faisal Waris