Y
Hacker News
new
|
ask
|
show
|
jobs
by
igorbark
3143 days ago
I only just briefly read the doc for autograd, but automatic differentiation is the strong default in TF if that's what you're asking.
1 comments
rajatmonga
3143 days ago
Yes, it does have auto differentiation from day one. There's also a new autograd like functional API as part of eager. See
https://research.googleblog.com/2017/10/eager-execution-impe...
link