Add TensorFlow linear regression notebook.

This commit is contained in:
Donne Martin 2015-12-28 07:52:24 -05:00
parent a00a1158a7
commit 993f8fdc49
2 changed files with 253 additions and 0 deletions

View File

@ -95,6 +95,7 @@ IPython Notebook(s) demonstrating deep learning functionality.
| Notebook | Description |
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [tsf-basics](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/1_intro/basic_operations.ipynb) | Learn basic operations in TensorFlow, a library for various kinds of perceptual and language understanding tasks from Google. |
| [tsf-linear](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/2_basic_classifiers/linear_regression.ipynb) | Implement linear regression in TensorFlow. |
### tensor-flow-exercises

File diff suppressed because one or more lines are too long