Skip to content

Commit 993f8fd

Browse files
committed
Add TensorFlow linear regression notebook.
1 parent a00a115 commit 993f8fd

File tree

2 files changed

+253
-0
lines changed

2 files changed

+253
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ IPython Notebook(s) demonstrating deep learning functionality.
9595
| Notebook | Description |
9696
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9797
| [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. |
98+
| [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. |
9899

99100
### tensor-flow-exercises
100101

0 commit comments

Comments
 (0)