You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Table of Contents.md 1.6 kB

6 years ago
6 years ago
6 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Table of Contents
  2. ### Foreword...........................................................................................xxi
  3. ### Preface..............................................................................................xxiii
  4. ## Part I. Getting Started
  5. ##### 1. You Know, for Machine Learning............................................................................................ 3
  6. ​ Installing Tensorflow.NET
  7. ​ Running Tensorflow.NET
  8. ​ Talking to Tensorflow.NET
  9. ##### 2. Hello World
  10. ## Part II. Tensorflow.NET in Depth
  11. ##### 1. Control Dependency ......................................................................................................
  12. ##### 2. Graph ....................................
  13. ##### 3. Session ............................
  14. ## Part III. Dealing with Human Language
  15. ##### 1. Text Classification ............................................................................................
  16. ##### 2. Named Entity Recognition ..............................................................................
  17. ##### 3. Sentiment Analyze ...........................................................................................
  18. ##### 4. Sentence Dependency ........................................................................
  19. ## Part IV. Image Recognition
  20. ##### 1. Inception Model ................................................................................................................. 100