I tried to prepare an experiment with a deep learning model. I have found that tensor flow is the best way to do this. But there is a problem that tensor flow needs to be written in python. And my program contains many cycles. Like this..
for i=1~2000 for j=1~2000
I know this is a big flaw for python. It is very slow than c. I know that tensorfow has a C ++ API, but that is not clear. https://www.tensorflow.org/api_docs/cc/index.html (This is the worst spec I have ever seen) Can someone give me an easy example? All I need are two simple codes. One of them is creating a schedule. Another way to download this chart and run it. I really want this. Hope someone can help me.
source share