File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments