Skip to content

Commit ae86a87

Browse files
committed
Update README.md
1 parent 5848399 commit ae86a87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# TensorFlow Examples
22
Code examples for some popular machine learning algorithms, using TensorFlow library. This tutorial is designed to easily dive into TensorFlow, through examples. It includes both notebook and code with explanations.
33

4-
### Notice:
5-
[TFLearn](https://github.com/tflearn/tflearn) is a library that provides a simplified interface for TensorFlow. It was designed to speed-up experimentations. You can have a look, there are many other [examples](https://github.com/tflearn/tflearn/tree/master/examples) and [pre-built operations](http://tflearn.org/doc_index/#api).
6-
74
## Tutorial index
85

96
#### 1 - Introduction
@@ -31,7 +28,7 @@ Code examples for some popular machine learning algorithms, using TensorFlow lib
3128

3229

3330
## More Examples
34-
These examples are coming from [TFLearn](http://tflearn.org) examples. They require tflearn to be installed in order to work. TFLearn is a simplified interface for TensorFlow that introduce pre-built layers, ops, training functions...
31+
The following examples are coming from [TFLearn](https://github.com/tflearn/tflearn), a library that provides a simplified interface for TensorFlow. You can have a look, there are many [examples](https://github.com/tflearn/tflearn/tree/master/examples) and [pre-built operations and layers](http://tflearn.org/doc_index/#api).
3532

3633
#### Basics
3734
- [Linear Regression](https://github.com/tflearn/tflearn/blob/master/examples/basics/linear_regression.py). Implement a linear regression using TFLearn.

0 commit comments

Comments
 (0)