Skip to content

Tags: WeihanLi/machinelearning

Tags

v1.7.0-rc.1

Toggle v1.7.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release notes for 1.7.0 preview (dotnet#5982)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated official build yml to latest version (dotnet#5877)

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added in release notes for 1.5.5 (dotnet#5639)

* added in release notes

* Update release-1.5.5.md

Removed incorrect PR.

* Update docs/release-notes/1.5.5/release-1.5.5.md

Co-authored-by: Eric StJohn <[email protected]>

* Update docs/release-notes/1.5.5/release-1.5.5.md

Co-authored-by: Eric StJohn <[email protected]>

* Update release-1.5.5.md

Co-authored-by: Eric StJohn <[email protected]>

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed version numbers in the right place (dotnet#5558)

* Updated version to 1.5.4

* Updated version to 1.5.4

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Created v1.5.2 relase notes (dotnet#5373)

* Created v1.5.2 relase notes

* Updated notes from review comments

* Updated release notes

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added release notes for v1.5 release and updated version info (dotnet…

…#5151)

* Added release notes for v1.5 release and updated version info

* Added PR info for Onnx version update

* Addressed code review comments

v1.5.0-preview2

Toggle v1.5.0-preview2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for MulticlassNaiveBayesTrainer export to Onnx (dotnet#4928)

* adding support for batch input dim

v1.5.0-preview

Toggle v1.5.0-preview's commit message
Add aka.ms aliases for files downloaded from Azure blobs (dotnet#4523)

* update tlcresources links

* Update more links

* update more links

* Undo changes in Samples project

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Recreate workspace directory when fit() is called, fix documentation,…

… free up unmanaged memory. (dotnet#4438)

* Recreate workspace directory when fit() is called, fix documentation, free up unmanaged memory.

* PR feedback.

1.4.0-preview2

Toggle 1.4.0-preview2's commit message
Image Classification API: Fix processing incomplete batch(<batchSize)…

…, images processed per epoch , enable EarlyStopping without Validation Set. Fixes dotnet#4274 and dotnet#4286     (dotnet#4289)

* In ImageClassification, process incomplete batch where number of samples < batchSize.

* fixed batchIndex not reseting in train loop, enabled EarlyStopping when validationSet is not given for ImageClassificationAPI

* fixed changing shape of feature and label tensor for incomplete batch,detected edge case where early stopping not supported.

* Improved featureBatchSizeInBytes calculation, improved exception message.