gitextract_g80rflq0/ ├── .gitignore ├── Digit_Recognizer/ │ ├── random_forrest.txt │ ├── test.csv │ └── train.csv ├── Keras_CNN_BitTiger.ipynb ├── Keras_FNN_BitTiger.ipynb ├── Quora_questions_similar/ │ ├── .gitignore │ ├── CNN_Question_pair.py │ ├── README.md │ ├── lstm_embedding.py │ └── similar_questions.py ├── README.md ├── TensorFlow_Examples/ │ ├── .gitignore │ ├── LICENSE │ ├── _config.yml │ ├── assets/ │ │ └── css/ │ │ └── style.scss │ ├── labs/ │ │ ├── 02_recommendation/ │ │ │ ├── Explicit_Feedback_Neural_Recommender_System.ipynb │ │ │ ├── Implicit_Feedback_Recsys_with_the_triplet_loss.ipynb │ │ │ └── solutions/ │ │ │ ├── classification.py │ │ │ ├── compute_errors.py │ │ │ ├── deep_explicit_feedback_recsys.py │ │ │ ├── deep_implicit_feedback_recsys.py │ │ │ ├── deep_triplet_parameter_count.py │ │ │ ├── ml-1m.py │ │ │ ├── similarity.py │ │ │ └── triplet_parameter_count.py │ │ ├── 03_LSTM_NLP/ │ │ │ └── NLP_word_vectors_classification.ipynb │ │ ├── 03_conv_nets/ │ │ │ ├── ConvNets_with_TensorFlow_rendered.ipynb │ │ │ ├── Pretrained_ConvNets_with_Keras.ipynb │ │ │ ├── cifar10_input.py │ │ │ ├── img_emb.h5 │ │ │ ├── process_images.py │ │ │ └── solutions/ │ │ │ ├── average_as_conv.py │ │ │ ├── dogs_vs_cats_extract_features.py │ │ │ ├── dogs_vs_cats_worst_predictions.py │ │ │ ├── edge_detection.py │ │ │ ├── mnist_conv.py │ │ │ ├── mnist_conv_dropout.py │ │ │ ├── pooling.py │ │ │ ├── predict_image.py │ │ │ ├── representations.py │ │ │ └── strides_padding.py │ │ └── 04_seq2seq/ │ │ ├── Translation_of_Numeric_Phrases_with_Seq2Seq_rendered.ipynb │ │ ├── data_download.ipynb │ │ ├── french_numbers.py │ │ ├── solutions/ │ │ │ ├── beam_search.py │ │ │ ├── interpret_output.py │ │ │ ├── make_input_output.py │ │ │ └── simple_seq2seq.py │ │ └── translate.py │ └── slides/ │ ├── 01_intro_to_deep_learning/ │ │ ├── index.html │ │ ├── slides.css │ │ ├── webfont-ubuntu-400-300-100.css │ │ └── webfont-ubuntu-mono-400-700-400italic.css │ ├── 02_recommender_systems/ │ │ ├── images/ │ │ │ └── make_dropout_curves.py │ │ ├── index.html │ │ ├── slides.css │ │ ├── webfont-ubuntu-400-300-100.css │ │ └── webfont-ubuntu-mono-400-700-400italic.css │ ├── 03_conv_nets/ │ │ ├── index.html │ │ ├── slides.css │ │ ├── webfont-ubuntu-400-300-100.css │ │ └── webfont-ubuntu-mono-400-700-400italic.css │ ├── 04_conv_nets_2/ │ │ ├── index.html │ │ ├── slides.css │ │ ├── webfont-ubuntu-400-300-100.css │ │ └── webfont-ubuntu-mono-400-700-400italic.css │ ├── 05_deep_nlp/ │ │ ├── index.html │ │ ├── slides.css │ │ ├── webfont-ubuntu-400-300-100.css │ │ └── webfont-ubuntu-mono-400-700-400italic.css │ └── 06_expressivity_optimization_generalization/ │ ├── images/ │ │ ├── make_mini_mlp_loss_figures.py │ │ ├── make_relu_approx_figures.py │ │ ├── make_relu_composition_figures.py │ │ └── random_relu_surface.py │ ├── index.html │ ├── slides.css │ ├── webfont-ubuntu-400-300-100.css │ └── webfont-ubuntu-mono-400-700-400italic.css ├── Workshop/ │ └── sessions/ │ ├── .ipynb_checkpoints/ │ │ ├── 2-3_classify-checkpoint.ipynb │ │ └── 4_deep-checkpoint.ipynb │ ├── 13_lstm.ipynb │ ├── 14_embeddings.ipynb │ ├── 15_news20.ipynb │ ├── 16_QA.ipynb │ ├── 2-3_classify.ipynb │ ├── 20news_download.sh │ ├── 4_deep.ipynb │ ├── 5_convnets.ipynb │ ├── 6_visualization.ipynb │ ├── 7_gan.ipynb │ ├── 8_dream.ipynb │ ├── 8_style.ipynb │ ├── detection/ │ │ ├── README.md │ │ ├── data/ │ │ │ ├── checkpoints/ │ │ │ │ └── README.md │ │ │ ├── files/ │ │ │ │ ├── VOC2007.pkl │ │ │ │ ├── gt_pascal.pkl │ │ │ │ └── prior_boxes_ssd300.pkl │ │ │ └── out/ │ │ │ └── README.md │ │ └── ssd_keras/ │ │ ├── PASCAL_VOC/ │ │ │ ├── __init__.py │ │ │ └── get_data_from_XML.py │ │ ├── ssd.py │ │ ├── ssd_layers.py │ │ ├── ssd_training.py │ │ ├── ssd_utils.py │ │ ├── testing.ipynb │ │ ├── testing_video.ipynb │ │ └── training.ipynb │ ├── dream.py │ ├── glove_download.sh │ ├── style.py │ ├── tracking/ │ │ ├── README.md │ │ ├── data/ │ │ │ ├── ADL-Rundle-6/ │ │ │ │ └── det.txt │ │ │ ├── ADL-Rundle-8/ │ │ │ │ └── det.txt │ │ │ ├── ETH-Bahnhof/ │ │ │ │ └── det.txt │ │ │ ├── ETH-Pedcross2/ │ │ │ │ └── det.txt │ │ │ ├── ETH-Sunnyday/ │ │ │ │ └── det.txt │ │ │ ├── KITTI-13/ │ │ │ │ └── det.txt │ │ │ ├── KITTI-17/ │ │ │ │ └── det.txt │ │ │ ├── PETS09-S2L1/ │ │ │ │ └── det.txt │ │ │ ├── TUD-Campus/ │ │ │ │ └── det.txt │ │ │ ├── TUD-Stadtmitte/ │ │ │ │ └── det.txt │ │ │ └── Venice-2/ │ │ │ └── det.txt │ │ ├── sort.py │ │ ├── tracking_kalman.ipynb │ │ └── tracking_siamese.ipynb │ └── utils.py ├── doc/ │ ├── AI_chip.md │ ├── Basics_Machine_learning.md │ ├── CNN.md │ ├── Kaggle.md │ ├── NLP.md │ ├── RNN.md │ ├── Recommendation.md │ ├── SVM.md │ ├── Search.md │ ├── Tensorflow_Keras.md │ ├── decision_tree.md │ ├── industrial_design.md │ ├── pytorch.md │ └── system.md ├── human-activity-recognition-with-smartphones/ │ ├── .gitignore │ └── ADL_sensor_data.ipynb ├── keras_FNN_BitTiger.py ├── sklearn_test.py ├── tensor_flow_test.py └── xgboost/ ├── .gitignore ├── tree_xgboost.ipynb └── xgboost_feature.ipynb