Skip to content

Commit 981fa17

Browse files
committed
Update intro.
1 parent f1c7de1 commit 981fa17

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.DS_Store
2+
.vscode
3+
*.pyc

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ Table of Contents
1919
- [Entropy](#entropy)
2020
- [Make parallel](#make_parallel)
2121

22-
__Note__: _My attempt is to gradually expand this series by adding new articles and keep the content up to date with the latest releases of TensorFlow API. If you have suggestions on how to improve this series or find the explanations ambiguous, feel free to create an issue, send patches, or reach out on [twitter](https://twitter.com/VahidK). -V. K._
22+
---
2323

24-
__Update__: The accompanied framework is now moved to its own [repository](https://github.com/vahidk/TensorflowFramework) and can be downloaded separately:
24+
_We aim to gradually expand this series by adding new articles and keep the content up to date with the latest releases of TensorFlow API. If you have suggestions on how to improve this series or find the explanations ambiguous, feel free to create an issue, send patches, or reach out by email._
25+
26+
_Readers are encouraged to also checkout the accompanied neural network training framework built on top of tf.contrib.learn API. The [framework](https://github.com/vahidk/TensorflowFramework) can be downloaded separately:_
2527
```
2628
git clone https://github.com/vahidk/TensorflowFramework.git
2729
```

0 commit comments

Comments
 (0)