https://github.com/windowsnt/directmltest
https://github.com/windowsnt/directmltest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/windowsnt/directmltest
- Owner: WindowsNT
- License: mit
- Created: 2024-04-18T16:35:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T22:26:19.000Z (about 2 years ago)
- Last Synced: 2025-04-04T12:51:11.801Z (about 1 year ago)
- Language: C++
- Size: 73.2 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DirectMLTest
A sample that is based on [HelloDirectML](https://github.com/microsoft/DirectML/blob/master/Samples/HelloDirectML/) but extends it with real life operations: A Linear Regression of a configurable number of variables.
[Article](https://www.codeproject.com/Articles/5380834/Machine-Learning-for-Cplusplus-developers-the-hard) in CodeProject.