Skip to content

Commit 9cad718

Browse files
committed
add markdown
1 parent 58055e3 commit 9cad718

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

kerasTUT/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Python Keras methods and tutorials
2+
3+
All methods mentioned below have their video and text tutorial in Chinese. Visit [莫烦 Python](https://morvanzhou.github.io/tutorials/) for more.
4+
5+
6+
* [Install](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/2-installation.py)
7+
* [Backend (Tensorflow/Theano)](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/3-backend.py)
8+
* Networks
9+
* [Simple Regressor](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/4-regressor_example.py)
10+
* [Simple Classifier](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/5-classifier_example.py)
11+
* [CNN](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/6-CNN_example.py)
12+
* [RNN classifier](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/7-RNN_Classifier_example.py)
13+
* [RNN LSTM regressor](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/8-RNN_LSTM_Regressor_example.py)
14+
* [Autoencoder](https://github.com/MorvanZhou/tutorials/blob/master/kerasTUT/9-Autoencoder_example.py)

0 commit comments

Comments
 (0)