Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 681 Bytes

document.md

File metadata and controls

18 lines (9 loc) · 681 Bytes

How to ask for help and solve your problem.

I view the TensorFlow as a program language, so the most powerful skill is that you can find the operation which can implement your computation and use it correctly after mastering the basic concepts.

  1. Learning by doing

  2. TensorFlow Tutorials

  3. TensorFlow API

  4. Google, Bing or Baidu

  5. stackoverflow

  6. Tensorflow source

  7. Learning from some interesting project,such as TensorFlow models