Y
Hacker News
new
|
ask
|
show
|
jobs
by
db3d
3296 days ago
Lots of options to explore, but no reinforcement learning yet.
Also, some converted Core ML Models ready to use here: developer.apple.com/machine-learning
1 comments
halflings
3296 days ago
Reinforcement Learning relates to the way you train your model. Most of the time, it ends up being a feed-forward neural net (possibly with some convolutional layers), and rarely an RNN, all of which are supported.
link