Machine Learning for C++ developers - the hard way: DirectML
Briefly

DirectML is a low level layer (PyTorch is a layer above it), so do prepare for lots of difficult, dirty stuff.
Machine Learning in general is the ability of the computer to solve f(x) = y for a given x, with types including supervised, unsupervised, and reinforced learning.
Read at CodeProject
[
add
]
[
|
|
]