From 4eb445b1f2d67e369dfdb75c248d7d4fead590a8 Mon Sep 17 00:00:00 2001 From: Itsuki Toyota Date: Sun, 23 Feb 2020 22:55:17 +0900 Subject: [PATCH] Replace whitespace with underscore --- {Chapter 1 => Chapter_01}/imdb.py | 0 {Chapter 1 => Chapter_01}/mnist.py | 0 {Chapter 1 => Chapter_01}/mnist_V1.py | 0 {Chapter 1 => Chapter_01}/mnist_V10.py | 0 {Chapter 1 => Chapter_01}/mnist_V2.py | 0 {Chapter 1 => Chapter_01}/mnist_V3.py | 0 {Chapter 1 => Chapter_01}/mnist_V4.py | 0 {Chapter 1 => Chapter_01}/mnist_V5.py | 0 {Chapter 1 => Chapter_01}/mnist_V6.py | 0 {Chapter 1 => Chapter_01}/mnist_V7.py | 0 {Chapter 1 => Chapter_01}/mnist_V8.py | 0 {Chapter 1 => Chapter_01}/mnist_V9.py | 0 {Chapter 1 => Chapter_01}/simple_dense.py | 0 {Chapter 1 => Chapter_01}/simple_model.py | 0 {Chapter 2 => Chapter_02}/GradientTape.py | 0 {Chapter 2 => Chapter_02}/autograph.py | 0 {Chapter 2 => Chapter_02}/autograph_timing.py | 0 {Chapter 2 => Chapter_02}/batch_datasets.py | 0 {Chapter 2 => Chapter_02}/computational_graph.py | 0 {Chapter 2 => Chapter_02}/datasets.py | 0 .../distribute_strategy.online | 0 {Chapter 2 => Chapter_02}/estimators.py | 0 {Chapter 2 => Chapter_02}/mirrored_strategy.py | 0 {Chapter 2 => Chapter_02}/model.png | Bin {Chapter 2 => Chapter_02}/shared_layers.py | 0 {Chapter 2 => Chapter_02}/shared_model.png | Bin .../MNIST_using_estimators.ipynb | 0 .../boston_house_prediction.ipynb | 0 .../multiple_linear_regression.ipynb | 0 .../simple_linear_regression.ipynb | 0 {Chapter 4 => Chapter_04}/READ.ME | 0 {Chapter 4 => Chapter_04}/VGG16_implemented.py | 0 {Chapter 4 => Chapter_04}/cat-standing.jpg | Bin {Chapter 4 => Chapter_04}/cat.jpg | Bin {Chapter 4 => Chapter_04}/cifar10.py | 0 {Chapter 4 => Chapter_04}/cifar10_CNN_DEEP.py | 0 .../cifar10_CNN_DEEP_DATA_AUGUMENT.py | 0 {Chapter 4 => Chapter_04}/cifar10_architecture.json | 0 {Chapter 4 => Chapter_04}/cifar10_predict.py | 0 {Chapter 4 => Chapter_04}/cifar10_weights.h5 | Bin {Chapter 4 => Chapter_04}/dog.jpg | Bin .../how_to_download_vgg16_weights.h5 | 0 {Chapter 4 => Chapter_04}/leNet_CNN_mnist.py | 0 {Chapter 4 => Chapter_04}/mnist_V9.py | 0 {Chapter 4 => Chapter_04}/steam-locomotive.jpg | Bin {Chapter 4 => Chapter_04}/vgg16_features.py | 0 {Chapter 4 => Chapter_04}/vgg16_pretrained.py | 0 {Chapter 5 => Chapter_05}/distribute_strategy.ipynb | 0 .../horse_and_humans_transfer_learning.ipynb | 0 {Chapter 5 => Chapter_05}/imdb_CNN.py | 0 {Chapter 5 => Chapter_05}/tf_hub.py | 0 {Chapter 5 => Chapter_05}/visual_qa.py | 0 {Chapter 6 => Chapter_06}/CycleGAN_TF2.ipynb | 0 {Chapter 6 => Chapter_06}/DCGAN.ipynb | 0 {Chapter 6 => Chapter_06}/VanillaGAN.ipynb | 0 {Chapter 7 => Chapter_07}/bert_paraphrase.py | 0 .../create_embedding_with_text8.py | 0 {Chapter 7 => Chapter_07}/elmo_from_tfhub.py | 0 .../explore_text8_embedding.py | 0 .../google_sent_enc_from_tfhub.py | 0 .../neurips_papers_node2vec.py | 0 {Chapter 7 => Chapter_07}/random-walks.txt | 0 {Chapter 7 => Chapter_07}/spam_classifier.py | 0 {Chapter 7 => Chapter_07}/tf2_cbow_model.py | 0 .../tf2_matrix_factorization.py | 0 {Chapter 7 => Chapter_07}/tf2_skipgram_model.py | 0 {Chapter 8 => Chapter_08}/alice_text_generator.py | 0 {Chapter 8 => Chapter_08}/gru_pos_tagger.py | 0 .../lstm_sentiment_analysis.py | 0 {Chapter 8 => Chapter_08}/peephole_lstm.py | 0 {Chapter 8 => Chapter_08}/seq2seq_with_attn.py | 0 {Chapter 8 => Chapter_08}/seq2seq_wo_attn.py | 0 .../ConvolutionAutoencoder.ipynb | 0 .../DenoisingAutoencoder.ipynb | 0 {Chapter 9 => Chapter_09}/SparseAutoEncoder.ipynb | 0 {Chapter 9 => Chapter_09}/VanillaAutoEncoder.ipynb | 0 {Chapter 9 => Chapter_09}/parse.py | 0 {Chapter 9 => Chapter_09}/sentence_vector_gen.ipynb | 0 {Chapter 10 => Chapter_10}/DBN.ipynb | 0 {Chapter 10 => Chapter_10}/Kmeans.ipynb | 0 {Chapter 10 => Chapter_10}/PCA.ipynb | 0 .../Restricted_boltzmann_Machines_MNIST.ipynb | 0 .../Self_Organized_Maps.ipynb | 0 {Chapter 10 => Chapter_10}/VAE.ipynb | 0 {Chapter 10 => Chapter_10}/colors.csv | 0 {Chapter 11 => Chapter_11}/DQNCartPole.ipynb | 0 {Chapter 11 => Chapter_11}/DQN_Atari_v2.ipynb | 0 {Chapter 11 => Chapter_11}/DQN_atari.py | 0 {Chapter 11 => Chapter_11}/Gym_introduction.ipynb | 0 .../random_agent_playing.ipynb | 0 90 files changed, 0 insertions(+), 0 deletions(-) rename {Chapter 1 => Chapter_01}/imdb.py (100%) rename {Chapter 1 => Chapter_01}/mnist.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V1.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V10.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V2.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V3.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V4.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V5.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V6.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V7.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V8.py (100%) rename {Chapter 1 => Chapter_01}/mnist_V9.py (100%) rename {Chapter 1 => Chapter_01}/simple_dense.py (100%) rename {Chapter 1 => Chapter_01}/simple_model.py (100%) rename {Chapter 2 => Chapter_02}/GradientTape.py (100%) rename {Chapter 2 => Chapter_02}/autograph.py (100%) rename {Chapter 2 => Chapter_02}/autograph_timing.py (100%) rename {Chapter 2 => Chapter_02}/batch_datasets.py (100%) rename {Chapter 2 => Chapter_02}/computational_graph.py (100%) rename {Chapter 2 => Chapter_02}/datasets.py (100%) rename {Chapter 2 => Chapter_02}/distribute_strategy.online (100%) rename {Chapter 2 => Chapter_02}/estimators.py (100%) rename {Chapter 2 => Chapter_02}/mirrored_strategy.py (100%) rename {Chapter 2 => Chapter_02}/model.png (100%) rename {Chapter 2 => Chapter_02}/shared_layers.py (100%) rename {Chapter 2 => Chapter_02}/shared_model.png (100%) rename {Chapter 3 => Chapter_03}/MNIST_using_estimators.ipynb (100%) rename {Chapter 3 => Chapter_03}/boston_house_prediction.ipynb (100%) rename {Chapter 3 => Chapter_03}/multiple_linear_regression.ipynb (100%) rename {Chapter 3 => Chapter_03}/simple_linear_regression.ipynb (100%) rename {Chapter 4 => Chapter_04}/READ.ME (100%) rename {Chapter 4 => Chapter_04}/VGG16_implemented.py (100%) rename {Chapter 4 => Chapter_04}/cat-standing.jpg (100%) rename {Chapter 4 => Chapter_04}/cat.jpg (100%) rename {Chapter 4 => Chapter_04}/cifar10.py (100%) rename {Chapter 4 => Chapter_04}/cifar10_CNN_DEEP.py (100%) rename {Chapter 4 => Chapter_04}/cifar10_CNN_DEEP_DATA_AUGUMENT.py (100%) rename {Chapter 4 => Chapter_04}/cifar10_architecture.json (100%) rename {Chapter 4 => Chapter_04}/cifar10_predict.py (100%) rename {Chapter 4 => Chapter_04}/cifar10_weights.h5 (100%) rename {Chapter 4 => Chapter_04}/dog.jpg (100%) rename {Chapter 4 => Chapter_04}/how_to_download_vgg16_weights.h5 (100%) rename {Chapter 4 => Chapter_04}/leNet_CNN_mnist.py (100%) rename {Chapter 4 => Chapter_04}/mnist_V9.py (100%) rename {Chapter 4 => Chapter_04}/steam-locomotive.jpg (100%) rename {Chapter 4 => Chapter_04}/vgg16_features.py (100%) rename {Chapter 4 => Chapter_04}/vgg16_pretrained.py (100%) rename {Chapter 5 => Chapter_05}/distribute_strategy.ipynb (100%) rename {Chapter 5 => Chapter_05}/horse_and_humans_transfer_learning.ipynb (100%) rename {Chapter 5 => Chapter_05}/imdb_CNN.py (100%) rename {Chapter 5 => Chapter_05}/tf_hub.py (100%) rename {Chapter 5 => Chapter_05}/visual_qa.py (100%) rename {Chapter 6 => Chapter_06}/CycleGAN_TF2.ipynb (100%) rename {Chapter 6 => Chapter_06}/DCGAN.ipynb (100%) rename {Chapter 6 => Chapter_06}/VanillaGAN.ipynb (100%) rename {Chapter 7 => Chapter_07}/bert_paraphrase.py (100%) rename {Chapter 7 => Chapter_07}/create_embedding_with_text8.py (100%) rename {Chapter 7 => Chapter_07}/elmo_from_tfhub.py (100%) rename {Chapter 7 => Chapter_07}/explore_text8_embedding.py (100%) rename {Chapter 7 => Chapter_07}/google_sent_enc_from_tfhub.py (100%) rename {Chapter 7 => Chapter_07}/neurips_papers_node2vec.py (100%) rename {Chapter 7 => Chapter_07}/random-walks.txt (100%) rename {Chapter 7 => Chapter_07}/spam_classifier.py (100%) rename {Chapter 7 => Chapter_07}/tf2_cbow_model.py (100%) rename {Chapter 7 => Chapter_07}/tf2_matrix_factorization.py (100%) rename {Chapter 7 => Chapter_07}/tf2_skipgram_model.py (100%) rename {Chapter 8 => Chapter_08}/alice_text_generator.py (100%) rename {Chapter 8 => Chapter_08}/gru_pos_tagger.py (100%) rename {Chapter 8 => Chapter_08}/lstm_sentiment_analysis.py (100%) rename {Chapter 8 => Chapter_08}/peephole_lstm.py (100%) rename {Chapter 8 => Chapter_08}/seq2seq_with_attn.py (100%) rename {Chapter 8 => Chapter_08}/seq2seq_wo_attn.py (100%) rename {Chapter 9 => Chapter_09}/ConvolutionAutoencoder.ipynb (100%) rename {Chapter 9 => Chapter_09}/DenoisingAutoencoder.ipynb (100%) rename {Chapter 9 => Chapter_09}/SparseAutoEncoder.ipynb (100%) rename {Chapter 9 => Chapter_09}/VanillaAutoEncoder.ipynb (100%) rename {Chapter 9 => Chapter_09}/parse.py (100%) rename {Chapter 9 => Chapter_09}/sentence_vector_gen.ipynb (100%) rename {Chapter 10 => Chapter_10}/DBN.ipynb (100%) rename {Chapter 10 => Chapter_10}/Kmeans.ipynb (100%) rename {Chapter 10 => Chapter_10}/PCA.ipynb (100%) rename {Chapter 10 => Chapter_10}/Restricted_boltzmann_Machines_MNIST.ipynb (100%) rename {Chapter 10 => Chapter_10}/Self_Organized_Maps.ipynb (100%) rename {Chapter 10 => Chapter_10}/VAE.ipynb (100%) rename {Chapter 10 => Chapter_10}/colors.csv (100%) rename {Chapter 11 => Chapter_11}/DQNCartPole.ipynb (100%) rename {Chapter 11 => Chapter_11}/DQN_Atari_v2.ipynb (100%) rename {Chapter 11 => Chapter_11}/DQN_atari.py (100%) rename {Chapter 11 => Chapter_11}/Gym_introduction.ipynb (100%) rename {Chapter 11 => Chapter_11}/random_agent_playing.ipynb (100%) diff --git a/Chapter 1/imdb.py b/Chapter_01/imdb.py similarity index 100% rename from Chapter 1/imdb.py rename to Chapter_01/imdb.py diff --git a/Chapter 1/mnist.py b/Chapter_01/mnist.py similarity index 100% rename from Chapter 1/mnist.py rename to Chapter_01/mnist.py diff --git a/Chapter 1/mnist_V1.py b/Chapter_01/mnist_V1.py similarity index 100% rename from Chapter 1/mnist_V1.py rename to Chapter_01/mnist_V1.py diff --git a/Chapter 1/mnist_V10.py b/Chapter_01/mnist_V10.py similarity index 100% rename from Chapter 1/mnist_V10.py rename to Chapter_01/mnist_V10.py diff --git a/Chapter 1/mnist_V2.py b/Chapter_01/mnist_V2.py similarity index 100% rename from Chapter 1/mnist_V2.py rename to Chapter_01/mnist_V2.py diff --git a/Chapter 1/mnist_V3.py b/Chapter_01/mnist_V3.py similarity index 100% rename from Chapter 1/mnist_V3.py rename to Chapter_01/mnist_V3.py diff --git a/Chapter 1/mnist_V4.py b/Chapter_01/mnist_V4.py similarity index 100% rename from Chapter 1/mnist_V4.py rename to Chapter_01/mnist_V4.py diff --git a/Chapter 1/mnist_V5.py b/Chapter_01/mnist_V5.py similarity index 100% rename from Chapter 1/mnist_V5.py rename to Chapter_01/mnist_V5.py diff --git a/Chapter 1/mnist_V6.py b/Chapter_01/mnist_V6.py similarity index 100% rename from Chapter 1/mnist_V6.py rename to Chapter_01/mnist_V6.py diff --git a/Chapter 1/mnist_V7.py b/Chapter_01/mnist_V7.py similarity index 100% rename from Chapter 1/mnist_V7.py rename to Chapter_01/mnist_V7.py diff --git a/Chapter 1/mnist_V8.py b/Chapter_01/mnist_V8.py similarity index 100% rename from Chapter 1/mnist_V8.py rename to Chapter_01/mnist_V8.py diff --git a/Chapter 1/mnist_V9.py b/Chapter_01/mnist_V9.py similarity index 100% rename from Chapter 1/mnist_V9.py rename to Chapter_01/mnist_V9.py diff --git a/Chapter 1/simple_dense.py b/Chapter_01/simple_dense.py similarity index 100% rename from Chapter 1/simple_dense.py rename to Chapter_01/simple_dense.py diff --git a/Chapter 1/simple_model.py b/Chapter_01/simple_model.py similarity index 100% rename from Chapter 1/simple_model.py rename to Chapter_01/simple_model.py diff --git a/Chapter 2/GradientTape.py b/Chapter_02/GradientTape.py similarity index 100% rename from Chapter 2/GradientTape.py rename to Chapter_02/GradientTape.py diff --git a/Chapter 2/autograph.py b/Chapter_02/autograph.py similarity index 100% rename from Chapter 2/autograph.py rename to Chapter_02/autograph.py diff --git a/Chapter 2/autograph_timing.py b/Chapter_02/autograph_timing.py similarity index 100% rename from Chapter 2/autograph_timing.py rename to Chapter_02/autograph_timing.py diff --git a/Chapter 2/batch_datasets.py b/Chapter_02/batch_datasets.py similarity index 100% rename from Chapter 2/batch_datasets.py rename to Chapter_02/batch_datasets.py diff --git a/Chapter 2/computational_graph.py b/Chapter_02/computational_graph.py similarity index 100% rename from Chapter 2/computational_graph.py rename to Chapter_02/computational_graph.py diff --git a/Chapter 2/datasets.py b/Chapter_02/datasets.py similarity index 100% rename from Chapter 2/datasets.py rename to Chapter_02/datasets.py diff --git a/Chapter 2/distribute_strategy.online b/Chapter_02/distribute_strategy.online similarity index 100% rename from Chapter 2/distribute_strategy.online rename to Chapter_02/distribute_strategy.online diff --git a/Chapter 2/estimators.py b/Chapter_02/estimators.py similarity index 100% rename from Chapter 2/estimators.py rename to Chapter_02/estimators.py diff --git a/Chapter 2/mirrored_strategy.py b/Chapter_02/mirrored_strategy.py similarity index 100% rename from Chapter 2/mirrored_strategy.py rename to Chapter_02/mirrored_strategy.py diff --git a/Chapter 2/model.png b/Chapter_02/model.png similarity index 100% rename from Chapter 2/model.png rename to Chapter_02/model.png diff --git a/Chapter 2/shared_layers.py b/Chapter_02/shared_layers.py similarity index 100% rename from Chapter 2/shared_layers.py rename to Chapter_02/shared_layers.py diff --git a/Chapter 2/shared_model.png b/Chapter_02/shared_model.png similarity index 100% rename from Chapter 2/shared_model.png rename to Chapter_02/shared_model.png diff --git a/Chapter 3/MNIST_using_estimators.ipynb b/Chapter_03/MNIST_using_estimators.ipynb similarity index 100% rename from Chapter 3/MNIST_using_estimators.ipynb rename to Chapter_03/MNIST_using_estimators.ipynb diff --git a/Chapter 3/boston_house_prediction.ipynb b/Chapter_03/boston_house_prediction.ipynb similarity index 100% rename from Chapter 3/boston_house_prediction.ipynb rename to Chapter_03/boston_house_prediction.ipynb diff --git a/Chapter 3/multiple_linear_regression.ipynb b/Chapter_03/multiple_linear_regression.ipynb similarity index 100% rename from Chapter 3/multiple_linear_regression.ipynb rename to Chapter_03/multiple_linear_regression.ipynb diff --git a/Chapter 3/simple_linear_regression.ipynb b/Chapter_03/simple_linear_regression.ipynb similarity index 100% rename from Chapter 3/simple_linear_regression.ipynb rename to Chapter_03/simple_linear_regression.ipynb diff --git a/Chapter 4/READ.ME b/Chapter_04/READ.ME similarity index 100% rename from Chapter 4/READ.ME rename to Chapter_04/READ.ME diff --git a/Chapter 4/VGG16_implemented.py b/Chapter_04/VGG16_implemented.py similarity index 100% rename from Chapter 4/VGG16_implemented.py rename to Chapter_04/VGG16_implemented.py diff --git a/Chapter 4/cat-standing.jpg b/Chapter_04/cat-standing.jpg similarity index 100% rename from Chapter 4/cat-standing.jpg rename to Chapter_04/cat-standing.jpg diff --git a/Chapter 4/cat.jpg b/Chapter_04/cat.jpg similarity index 100% rename from Chapter 4/cat.jpg rename to Chapter_04/cat.jpg diff --git a/Chapter 4/cifar10.py b/Chapter_04/cifar10.py similarity index 100% rename from Chapter 4/cifar10.py rename to Chapter_04/cifar10.py diff --git a/Chapter 4/cifar10_CNN_DEEP.py b/Chapter_04/cifar10_CNN_DEEP.py similarity index 100% rename from Chapter 4/cifar10_CNN_DEEP.py rename to Chapter_04/cifar10_CNN_DEEP.py diff --git a/Chapter 4/cifar10_CNN_DEEP_DATA_AUGUMENT.py b/Chapter_04/cifar10_CNN_DEEP_DATA_AUGUMENT.py similarity index 100% rename from Chapter 4/cifar10_CNN_DEEP_DATA_AUGUMENT.py rename to Chapter_04/cifar10_CNN_DEEP_DATA_AUGUMENT.py diff --git a/Chapter 4/cifar10_architecture.json b/Chapter_04/cifar10_architecture.json similarity index 100% rename from Chapter 4/cifar10_architecture.json rename to Chapter_04/cifar10_architecture.json diff --git a/Chapter 4/cifar10_predict.py b/Chapter_04/cifar10_predict.py similarity index 100% rename from Chapter 4/cifar10_predict.py rename to Chapter_04/cifar10_predict.py diff --git a/Chapter 4/cifar10_weights.h5 b/Chapter_04/cifar10_weights.h5 similarity index 100% rename from Chapter 4/cifar10_weights.h5 rename to Chapter_04/cifar10_weights.h5 diff --git a/Chapter 4/dog.jpg b/Chapter_04/dog.jpg similarity index 100% rename from Chapter 4/dog.jpg rename to Chapter_04/dog.jpg diff --git a/Chapter 4/how_to_download_vgg16_weights.h5 b/Chapter_04/how_to_download_vgg16_weights.h5 similarity index 100% rename from Chapter 4/how_to_download_vgg16_weights.h5 rename to Chapter_04/how_to_download_vgg16_weights.h5 diff --git a/Chapter 4/leNet_CNN_mnist.py b/Chapter_04/leNet_CNN_mnist.py similarity index 100% rename from Chapter 4/leNet_CNN_mnist.py rename to Chapter_04/leNet_CNN_mnist.py diff --git a/Chapter 4/mnist_V9.py b/Chapter_04/mnist_V9.py similarity index 100% rename from Chapter 4/mnist_V9.py rename to Chapter_04/mnist_V9.py diff --git a/Chapter 4/steam-locomotive.jpg b/Chapter_04/steam-locomotive.jpg similarity index 100% rename from Chapter 4/steam-locomotive.jpg rename to Chapter_04/steam-locomotive.jpg diff --git a/Chapter 4/vgg16_features.py b/Chapter_04/vgg16_features.py similarity index 100% rename from Chapter 4/vgg16_features.py rename to Chapter_04/vgg16_features.py diff --git a/Chapter 4/vgg16_pretrained.py b/Chapter_04/vgg16_pretrained.py similarity index 100% rename from Chapter 4/vgg16_pretrained.py rename to Chapter_04/vgg16_pretrained.py diff --git a/Chapter 5/distribute_strategy.ipynb b/Chapter_05/distribute_strategy.ipynb similarity index 100% rename from Chapter 5/distribute_strategy.ipynb rename to Chapter_05/distribute_strategy.ipynb diff --git a/Chapter 5/horse_and_humans_transfer_learning.ipynb b/Chapter_05/horse_and_humans_transfer_learning.ipynb similarity index 100% rename from Chapter 5/horse_and_humans_transfer_learning.ipynb rename to Chapter_05/horse_and_humans_transfer_learning.ipynb diff --git a/Chapter 5/imdb_CNN.py b/Chapter_05/imdb_CNN.py similarity index 100% rename from Chapter 5/imdb_CNN.py rename to Chapter_05/imdb_CNN.py diff --git a/Chapter 5/tf_hub.py b/Chapter_05/tf_hub.py similarity index 100% rename from Chapter 5/tf_hub.py rename to Chapter_05/tf_hub.py diff --git a/Chapter 5/visual_qa.py b/Chapter_05/visual_qa.py similarity index 100% rename from Chapter 5/visual_qa.py rename to Chapter_05/visual_qa.py diff --git a/Chapter 6/CycleGAN_TF2.ipynb b/Chapter_06/CycleGAN_TF2.ipynb similarity index 100% rename from Chapter 6/CycleGAN_TF2.ipynb rename to Chapter_06/CycleGAN_TF2.ipynb diff --git a/Chapter 6/DCGAN.ipynb b/Chapter_06/DCGAN.ipynb similarity index 100% rename from Chapter 6/DCGAN.ipynb rename to Chapter_06/DCGAN.ipynb diff --git a/Chapter 6/VanillaGAN.ipynb b/Chapter_06/VanillaGAN.ipynb similarity index 100% rename from Chapter 6/VanillaGAN.ipynb rename to Chapter_06/VanillaGAN.ipynb diff --git a/Chapter 7/bert_paraphrase.py b/Chapter_07/bert_paraphrase.py similarity index 100% rename from Chapter 7/bert_paraphrase.py rename to Chapter_07/bert_paraphrase.py diff --git a/Chapter 7/create_embedding_with_text8.py b/Chapter_07/create_embedding_with_text8.py similarity index 100% rename from Chapter 7/create_embedding_with_text8.py rename to Chapter_07/create_embedding_with_text8.py diff --git a/Chapter 7/elmo_from_tfhub.py b/Chapter_07/elmo_from_tfhub.py similarity index 100% rename from Chapter 7/elmo_from_tfhub.py rename to Chapter_07/elmo_from_tfhub.py diff --git a/Chapter 7/explore_text8_embedding.py b/Chapter_07/explore_text8_embedding.py similarity index 100% rename from Chapter 7/explore_text8_embedding.py rename to Chapter_07/explore_text8_embedding.py diff --git a/Chapter 7/google_sent_enc_from_tfhub.py b/Chapter_07/google_sent_enc_from_tfhub.py similarity index 100% rename from Chapter 7/google_sent_enc_from_tfhub.py rename to Chapter_07/google_sent_enc_from_tfhub.py diff --git a/Chapter 7/neurips_papers_node2vec.py b/Chapter_07/neurips_papers_node2vec.py similarity index 100% rename from Chapter 7/neurips_papers_node2vec.py rename to Chapter_07/neurips_papers_node2vec.py diff --git a/Chapter 7/random-walks.txt b/Chapter_07/random-walks.txt similarity index 100% rename from Chapter 7/random-walks.txt rename to Chapter_07/random-walks.txt diff --git a/Chapter 7/spam_classifier.py b/Chapter_07/spam_classifier.py similarity index 100% rename from Chapter 7/spam_classifier.py rename to Chapter_07/spam_classifier.py diff --git a/Chapter 7/tf2_cbow_model.py b/Chapter_07/tf2_cbow_model.py similarity index 100% rename from Chapter 7/tf2_cbow_model.py rename to Chapter_07/tf2_cbow_model.py diff --git a/Chapter 7/tf2_matrix_factorization.py b/Chapter_07/tf2_matrix_factorization.py similarity index 100% rename from Chapter 7/tf2_matrix_factorization.py rename to Chapter_07/tf2_matrix_factorization.py diff --git a/Chapter 7/tf2_skipgram_model.py b/Chapter_07/tf2_skipgram_model.py similarity index 100% rename from Chapter 7/tf2_skipgram_model.py rename to Chapter_07/tf2_skipgram_model.py diff --git a/Chapter 8/alice_text_generator.py b/Chapter_08/alice_text_generator.py similarity index 100% rename from Chapter 8/alice_text_generator.py rename to Chapter_08/alice_text_generator.py diff --git a/Chapter 8/gru_pos_tagger.py b/Chapter_08/gru_pos_tagger.py similarity index 100% rename from Chapter 8/gru_pos_tagger.py rename to Chapter_08/gru_pos_tagger.py diff --git a/Chapter 8/lstm_sentiment_analysis.py b/Chapter_08/lstm_sentiment_analysis.py similarity index 100% rename from Chapter 8/lstm_sentiment_analysis.py rename to Chapter_08/lstm_sentiment_analysis.py diff --git a/Chapter 8/peephole_lstm.py b/Chapter_08/peephole_lstm.py similarity index 100% rename from Chapter 8/peephole_lstm.py rename to Chapter_08/peephole_lstm.py diff --git a/Chapter 8/seq2seq_with_attn.py b/Chapter_08/seq2seq_with_attn.py similarity index 100% rename from Chapter 8/seq2seq_with_attn.py rename to Chapter_08/seq2seq_with_attn.py diff --git a/Chapter 8/seq2seq_wo_attn.py b/Chapter_08/seq2seq_wo_attn.py similarity index 100% rename from Chapter 8/seq2seq_wo_attn.py rename to Chapter_08/seq2seq_wo_attn.py diff --git a/Chapter 9/ConvolutionAutoencoder.ipynb b/Chapter_09/ConvolutionAutoencoder.ipynb similarity index 100% rename from Chapter 9/ConvolutionAutoencoder.ipynb rename to Chapter_09/ConvolutionAutoencoder.ipynb diff --git a/Chapter 9/DenoisingAutoencoder.ipynb b/Chapter_09/DenoisingAutoencoder.ipynb similarity index 100% rename from Chapter 9/DenoisingAutoencoder.ipynb rename to Chapter_09/DenoisingAutoencoder.ipynb diff --git a/Chapter 9/SparseAutoEncoder.ipynb b/Chapter_09/SparseAutoEncoder.ipynb similarity index 100% rename from Chapter 9/SparseAutoEncoder.ipynb rename to Chapter_09/SparseAutoEncoder.ipynb diff --git a/Chapter 9/VanillaAutoEncoder.ipynb b/Chapter_09/VanillaAutoEncoder.ipynb similarity index 100% rename from Chapter 9/VanillaAutoEncoder.ipynb rename to Chapter_09/VanillaAutoEncoder.ipynb diff --git a/Chapter 9/parse.py b/Chapter_09/parse.py similarity index 100% rename from Chapter 9/parse.py rename to Chapter_09/parse.py diff --git a/Chapter 9/sentence_vector_gen.ipynb b/Chapter_09/sentence_vector_gen.ipynb similarity index 100% rename from Chapter 9/sentence_vector_gen.ipynb rename to Chapter_09/sentence_vector_gen.ipynb diff --git a/Chapter 10/DBN.ipynb b/Chapter_10/DBN.ipynb similarity index 100% rename from Chapter 10/DBN.ipynb rename to Chapter_10/DBN.ipynb diff --git a/Chapter 10/Kmeans.ipynb b/Chapter_10/Kmeans.ipynb similarity index 100% rename from Chapter 10/Kmeans.ipynb rename to Chapter_10/Kmeans.ipynb diff --git a/Chapter 10/PCA.ipynb b/Chapter_10/PCA.ipynb similarity index 100% rename from Chapter 10/PCA.ipynb rename to Chapter_10/PCA.ipynb diff --git a/Chapter 10/Restricted_boltzmann_Machines_MNIST.ipynb b/Chapter_10/Restricted_boltzmann_Machines_MNIST.ipynb similarity index 100% rename from Chapter 10/Restricted_boltzmann_Machines_MNIST.ipynb rename to Chapter_10/Restricted_boltzmann_Machines_MNIST.ipynb diff --git a/Chapter 10/Self_Organized_Maps.ipynb b/Chapter_10/Self_Organized_Maps.ipynb similarity index 100% rename from Chapter 10/Self_Organized_Maps.ipynb rename to Chapter_10/Self_Organized_Maps.ipynb diff --git a/Chapter 10/VAE.ipynb b/Chapter_10/VAE.ipynb similarity index 100% rename from Chapter 10/VAE.ipynb rename to Chapter_10/VAE.ipynb diff --git a/Chapter 10/colors.csv b/Chapter_10/colors.csv similarity index 100% rename from Chapter 10/colors.csv rename to Chapter_10/colors.csv diff --git a/Chapter 11/DQNCartPole.ipynb b/Chapter_11/DQNCartPole.ipynb similarity index 100% rename from Chapter 11/DQNCartPole.ipynb rename to Chapter_11/DQNCartPole.ipynb diff --git a/Chapter 11/DQN_Atari_v2.ipynb b/Chapter_11/DQN_Atari_v2.ipynb similarity index 100% rename from Chapter 11/DQN_Atari_v2.ipynb rename to Chapter_11/DQN_Atari_v2.ipynb diff --git a/Chapter 11/DQN_atari.py b/Chapter_11/DQN_atari.py similarity index 100% rename from Chapter 11/DQN_atari.py rename to Chapter_11/DQN_atari.py diff --git a/Chapter 11/Gym_introduction.ipynb b/Chapter_11/Gym_introduction.ipynb similarity index 100% rename from Chapter 11/Gym_introduction.ipynb rename to Chapter_11/Gym_introduction.ipynb diff --git a/Chapter 11/random_agent_playing.ipynb b/Chapter_11/random_agent_playing.ipynb similarity index 100% rename from Chapter 11/random_agent_playing.ipynb rename to Chapter_11/random_agent_playing.ipynb