-
Notifications
You must be signed in to change notification settings - Fork 6.1k
ML.NET to AI and Machine Learning #43401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
update the ML.NET title
luisquintanilla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Added AI sections. Fixes #43311 @tannergooding @michaelgsharp can you please review the TP / Tensors section. @michaelgsharp can you also check the ML.NET section. @tarekgh can you please review the Tokenizers section. |
|
@gewarren this should be ready for review when you get a chance. Thank you! |
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
|
@gewarren looks good to me for now, can update later if we need to |
| - Builds on top of `TensorPrimitives` for efficient math operations. | ||
| - Provides efficient interop with AI libraries (ML.NET, TorchSharp, ONNX Runtime) using zero copies where possible. | ||
| - Enables easy and efficient data manipulation with indexing and slicing operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add a note that Tensor<T> is experimental in .NET 9
TensorPrimitives is notably not experimental.
update the ML.NET title
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews