blob: c5266bbf1bcfca13a8041003bd170f4969170de5 (
plain)
1
2
3
4
5
6
|
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.
|