XTextCategorizer 1.0.0
XTextCategorizer is a binary, supervised learning text classifier, using Convolutional Neural Network architecture
Usage:
1) Creates a new instance of TextCategorizer
2) Calls Train(samples) to train the text categorizer
3) Calls Predict(samples) to make prediction
You can also save/load the model
Accuracy is as high as 80% on the movie dataset
Install-Package XTextCategorizer -Version 1.0.0
dotnet add package XTextCategorizer --version 1.0.0
<PackageReference Include="XTextCategorizer" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XTextCategorizer --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XTextCategorizer, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- LinqStatistics (>= 2.3.0)
- MathNet.Numerics (>= 4.9.1)
- murmurhash (>= 1.0.3)
- System.Text.Json (>= 4.7.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 149 | 5/3/2020 |