Y
Hacker News
new
|
ask
|
show
|
jobs
by
staticassertion
3472 days ago
TensorFlow is written in C++ so I'd expect it to impact the deep learning result.
1 comments
vonnik
3472 days ago
Every serious lib was written in C/C++ under the hood long before TensorFlow came along.
link
staticassertion
3471 days ago
True, at least to some extent. But I think TensorFlow treated C++ as a first class citizen and not as a tool to improve performance.
You wouldn't use sklearn as a C++ developer, for example. But you could totally use TensorFlow.
link