Skip to content

Commit ef1d2b6

Browse files
committed
fix indentation
1 parent 68c1290 commit ef1d2b6

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,48 @@ Jupyter Notebook Code for Keras Deep Learning Framework Study
44
Keras Exercises are from http://machinelearningmastery.com/category/deep-learning/
55

66
* [Develop Your First Neural Network in Python With Keras Step-By-Step](http://machinelearningmastery.com/tutorial-first-neural-network-python-keras/)
7-
* [notebook-1](notebook/01_keras_first_network.ipynb)
7+
* [notebook-1](notebook/01_keras_first_network.ipynb)
88
* [Evaluate the Performance Of Deep Learning Models in Keras](http://machinelearningmastery.com/evaluate-performance-deep-learning-models-keras/)
9-
* [notebook-2](notebook/02_keras_eval_performance.ipynb)
10-
* [notebook-3](notebook/03_keras_eval_performance_k_fold_cross_validation.ipynb)
9+
* [notebook-2](notebook/02_keras_eval_performance.ipynb)
10+
* [notebook-3](notebook/03_keras_eval_performance_k_fold_cross_validation.ipynb)
1111
* [Use Keras Deep Learning Models with Scikit-Learn in Python](http://machinelearningmastery.com/use-keras-deep-learning-models-scikit-learn-python/)
12-
* [notebook-4](notebook/04_keras_eval_performance_scikit_learn.ipynb)
13-
* [notebook-5](notebook/05_keras_eval_performance_scikit_learn_grid_search.ipynb)
12+
* [notebook-4](notebook/04_keras_eval_performance_scikit_learn.ipynb)
13+
* [notebook-5](notebook/05_keras_eval_performance_scikit_learn_grid_search.ipynb)
1414
* [Multi-Class Classification Tutorial with the Keras Deep Learning Library](http://machinelearningmastery.com/multi-class-classification-tutorial-keras-deep-learning-library/)
15-
* [notebook-6](notebook/06_keras_multi_class_classification.ipynb)
15+
* [notebook-6](notebook/06_keras_multi_class_classification.ipynb)
1616
* [Binary Classification Tutorial with the Keras Deep Learning Library](http://machinelearningmastery.com/binary-classification-tutorial-with-the-keras-deep-learning-library/)
17-
* [notebook-7](notebook/07_keras_binary_classficiation.ipynb)
17+
* [notebook-7](notebook/07_keras_binary_classficiation.ipynb)
1818
* [Regression Tutorial with the Keras Deep Learning Library in Python](http://machinelearningmastery.com/regression-tutorial-keras-deep-learning-library-python/)
19-
* [notebook-8](notebook/08_keras_regression.ipynb)
19+
* [notebook-8](notebook/08_keras_regression.ipynb)
2020
* [Save and Load Your Keras Deep Learning Models](http://machinelearningmastery.com/save-load-keras-deep-learning-models/)
21-
* [notebook-9](notebook/09_keras_save_load_model_as_json.ipynb)
22-
* [notebook-10](notebook/10_keras_save_load_model_as_yaml.ipynb)
21+
* [notebook-9](notebook/09_keras_save_load_model_as_json.ipynb)
22+
* [notebook-10](notebook/10_keras_save_load_model_as_yaml.ipynb)
2323
* [How to Check-Point Deep Learning Models in Keras](http://machinelearningmastery.com/check-point-deep-learning-models-keras/)
24-
* [notebook-11](notebook/11_keras_checkpoint.ipynb)
24+
* [notebook-11](notebook/11_keras_checkpoint.ipynb)
2525
* [Display Deep Learning Model Training History in Keras](http://machinelearningmastery.com/display-deep-learning-model-training-history-in-keras/)
26-
* [notebook-12](notebook/12_keras_visualize_model_training_history.ipynb)
26+
* [notebook-12](notebook/12_keras_visualize_model_training_history.ipynb)
2727
* [Dropout Regularization in Deep Learning Models With Keras](http://machinelearningmastery.com/dropout-regularization-deep-learning-models-keras/)
28-
* [notebook-13](notebook/13_keras_dropout_regularization.ipynb)
28+
* [notebook-13](notebook/13_keras_dropout_regularization.ipynb)
2929
* [Using Learning Rate Schedules for Deep Learning Models in Python with Keras](http://machinelearningmastery.com/using-learning-rate-schedules-deep-learning-models-python-keras/)
30-
* [notebook-14](notebook/14_keras_learning_rate.ipynb)
30+
* [notebook-14](notebook/14_keras_learning_rate.ipynb)
3131
* [Handwritten Digit Recognition using Convolutional Neural Networks in Python with Keras](http://machinelearningmastery.com/handwritten-digit-recognition-using-convolutional-neural-networks-python-keras/)
32-
* [notebook-15](notebook/15_keras_mnist_baseline.ipynb)
33-
* [notebook-16](notebook/16_keras_mnist_cnn.ipynb)
32+
* [notebook-15](notebook/15_keras_mnist_baseline.ipynb)
33+
* [notebook-16](notebook/16_keras_mnist_cnn.ipynb)
3434
* [Image Augmentation for Deep Learning With Keras](http://machinelearningmastery.com/image-augmentation-deep-learning-keras/)
35-
* [notebook-17](notebook/17_keras_image_augmentation.ipynb)
35+
* [notebook-17](notebook/17_keras_image_augmentation.ipynb)
3636
* [Object Recognition with Convolutional Neural Networks in the Keras Deep Learning Library](http://machinelearningmastery.com/object-recognition-convolutional-neural-networks-keras-deep-learning-library/)
37-
* [notebook-18](notebook/18_keras_object_recognition_cnn.ipynb)
37+
* [notebook-18](notebook/18_keras_object_recognition_cnn.ipynb)
3838
* [Predict Sentiment From Movie Reviews Using Deep Learning](http://machinelearningmastery.com/predict-sentiment-movie-reviews-using-deep-learning/)
39-
* [notebook-19](notebook/19_keras_predict_sentiment_movie_review.ipynb)
39+
* [notebook-19](notebook/19_keras_predict_sentiment_movie_review.ipynb)
4040
* [Time Series Prediction With Deep Learning in Keras](http://machinelearningmastery.com/time-series-prediction-with-deep-learning-in-python-with-keras/)
41-
* [notebook-20](notebook/20_keras_time_series_prediction.ipynb)
41+
* [notebook-20](notebook/20_keras_time_series_prediction.ipynb)
4242
* [Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras](http://machinelearningmastery.com/time-series-prediction-lstm-recurrent-neural-networks-python-keras/)
43-
* [notebook-21](notebook/21_keras_time_series_prediction_lstm.ipynb)
43+
* [notebook-21](notebook/21_keras_time_series_prediction_lstm.ipynb)
4444
* [Sequence Classification with LSTM Recurrent Neural Networks in Python with Keras](http://machinelearningmastery.com/sequence-classification-lstm-recurrent-neural-networks-python-keras/)
45-
* [notebook-22](notebook/22_keras_sequence_classification_lstm.ipynb)
45+
* [notebook-22](notebook/22_keras_sequence_classification_lstm.ipynb)
4646
* [Understanding Stateful LSTM Recurrent Neural Networks in Python with Keras](http://machinelearningmastery.com/understanding-stateful-lstm-recurrent-neural-networks-python-keras/)
47-
* [notebook-23](notebook/23_keras_understanding_stateful_lstm.ipynb)
47+
* [notebook-23](notebook/23_keras_understanding_stateful_lstm.ipynb)
4848
* [Text Generation With LSTM Recurrent Neural Networks in Python with Keras](http://machinelearningmastery.com/text-generation-lstm-recurrent-neural-networks-python-keras/)
49-
* [notebook-24](notebook/24_keras_text_generation_lstm.ipynb)
49+
* [notebook-24](notebook/24_keras_text_generation_lstm.ipynb)
5050
* [How to Grid Search Hyperparameters for Deep Learning Models in Python With Keras](http://machinelearningmastery.com/grid-search-hyperparameters-deep-learning-models-python-keras/)
51-
* [notebook-25](notebook/25_keras_grid_search_hyper_parameter.ipynb)
51+
* [notebook-25](notebook/25_keras_grid_search_hyper_parameter.ipynb)

0 commit comments

Comments
 (0)