Skip to content

Commit cc61b57

Browse files
committed
Updating readme
1 parent 97cb60c commit cc61b57

File tree

9 files changed

+49
-1
lines changed

9 files changed

+49
-1
lines changed

README.md

+49-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,50 @@
11
# tensorflow-resources
2-
Curated Tensorflow code resources to help you get started
2+
Curated Tensorflow code resources to help you get started with Deep Learning.
3+
4+
## How is this repo structured?
5+
Each folder in this repo is named after a section of Deep Learning.
6+
7+
For example,
8+
the [basics]() folder contains code to get you started with the syntax of Tensorflow (or TF). The [projects]() folder contains real world predictions and classifications using TF.
9+
10+
Sometimes folders are also named with their respective algorithm names, like the [regression]() and [convolution_networks] folders.
11+
12+
## How do I use this repo?
13+
Start out with the [hello_tensorflow.py] file, then checkout the [basics]()
14+
folder, work your way through [basic_networks](), [costs_and_gradients], and finally [regression]() and [classification](). By this time, you should be comfortable enough to work with other complicated resources in this repo.
15+
16+
## What's in this repo?
17+
1. [hello_tensorflow.py]()
18+
Contains a simple beginner level introduction to Tensorflow.
19+
20+
2. [basics]()
21+
Contains code resources to get familiar with the syntax of Tensorflow.
22+
23+
3. [costs_and_gradients]()
24+
Contains,
25+
- [hand_made_descent.py]()
26+
- [plotting_cost.py]()
27+
28+
4. [basic_networks]()
29+
Contains,
30+
- [basic_tf_network.py]()
31+
- [basic_tf_with_hidden_network.py]()
32+
33+
5. [regression]()
34+
Contains,
35+
- [linear_regression.py]()
36+
- [logistic_regression.py]()
37+
38+
6. [classification]()
39+
Contains,
40+
- [softmax_classification.py]
41+
42+
7. [convolution_networks]()
43+
Contains,
44+
- [Cifar10]()
45+
- [MNIST]()
46+
47+
8. [projects]()
48+
Contains,
49+
- [predicting_house_prices]()
50+
- [predicting_onset_of_diabetes]()
File renamed without changes.
File renamed without changes.
16 KB
Binary file not shown.

0 commit comments

Comments
 (0)