blob: 8d56fff92e50ebc1dfb4c95b856895dde6334e45 (
plain)
1
2
3
4
5
6
|
Slang "MLP-Training-CoopVec" Example
==========================
This example shows how to use the Slang to train a feed-forward neural network
using automatic differentiation and the cooperative vector intrinsics. Also see the
"MLP-Training" example for the same task without using cooperative vector.
|