|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Table of Contents
-
- ### Foreword...........................................................................................xxi
-
- ### Preface..............................................................................................xxiii
-
- ## Part I. Getting Started
-
- ##### 1. You Know, for Machine Learning............................................................................................ 3
-
- Installing Tensorflow.NET
- Running Tensorflow.NET
- Talking to Tensorflow.NET
-
- ##### 2. Hello World
-
-
-
- ## Part II. Tensorflow.NET in Depth
-
- ##### 1. Control Dependency ......................................................................................................
-
- ##### 2. Graph ....................................
-
- ##### 3. Session ............................
-
-
-
- ## Part III. Dealing with Human Language
-
- ##### 1. Text Classification ............................................................................................
-
- ##### 2. Named Entity Recognition ..............................................................................
-
- ##### 3. Sentiment Analyze ...........................................................................................
-
- ##### 4. Sentence Dependency ........................................................................
-
-
-
- ## Part IV. Image Recognition
-
- ##### 1. Inception Model ................................................................................................................. 100
-
|