yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeAdd MLP training examples. (#7550)f28f67d98

master
285 B6 linesraw

Slang "MLP-Training" Example

This example shows how to use the Slang to train a feed-forward neural network using automatic differentiation. Also see the "MLP-Training-CoopVec" example to see how to use the cooperative vector intrinsics to speedup training.

1Slang "MLP-Training" Example
2==========================
3
4This example shows how to use the Slang to train a feed-forward neural network
5using automatic differentiation. Also see the "MLP-Training-CoopVec" example
6to see how to use the cooperative vector intrinsics to speedup training.