|
|
|
|
|
by tehsauce
2359 days ago
|
|
You can actually implement most new layers or experimental ideas using frameworks like pytorch or tensorflow. They support fairly low-level primitives which are much more flexible than keras or pytorch sequential models.
That said C/C++ is still very useful for implementing high performance systems. |
|