You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,17 @@ As part of this plan, we will:
38
38
39
39
1. Make it easier to consume ONNX models in ML.NET using the ONNX Runtime (RT)
40
40
1. Continue to bring more scenario-based APIs backed by TorchSharp transformer-based architectures. The next few scenarios we're looking to enable are:
41
-
- Object detection
42
-
- Named Entity Recognition (NER)
43
-
- Question Answering
41
+
- Object detection
42
+
- Named Entity Recognition (NER)
43
+
- Question Answering
44
44
1. Enable integrations with TorchSharp for scenarios and models not supported out of the box by ML.NET.
45
45
1. Accelerate deep learning workflows by improving batch support and enabling easier use of accelerators such as ONNX Runtime Execution Providers.
46
46
47
47
Read more about the deep learning plan and leave your feedback in this [tracking issue](https://github.com/dotnet/machinelearning/issues/5918).
48
48
49
49
Performance-related improvements are being tracked in this [issue](https://github.com/dotnet/machinelearning/issues/6422).
50
50
51
-
### LightBGM
51
+
### LightGBM
52
52
53
53
LightGBM is a flexible framework for classical machine learning tasks such as classification and regression. To make the best of the features LightGBM provides, we plan to:
0 commit comments