Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (49 loc) · 2.27 KB

README.md

File metadata and controls

49 lines (49 loc) · 2.27 KB

Machine Learning Course 2017 Fall @ National Taiwan University

  • Lecturer
  • Course Website
  • Homework
    • HW1: PM2.5 Prediction
    • HW2: Income Predicition
      • Kaggle Link
      • Repository, Repository Readme
      • Keyword
        • Binary Classification
        • Logistic Regression, Probabilistic Generative model
        • SGD, Batch Size
        • Learning Rate
        • Optimizer, Adam Optimizer, Ada Gradient
        • Regularization
        • Feature Normalization, standard score, min max, mean
    • HW3: Image Sentiment Classification
      • Kaggle Link
      • Repository, Repository Readme
      • Keyword
        • Multi-class Classification
        • Convolutional Neural Network
        • Convolution, Max Polling
        • Batch Normalization, Dropout
        • Activation Function, ReLU, LeakyReLU, PReLU, ELU
        • Saliency Map
        • Convolution Filter Visualization
    • HW4: Text Sentiment Classification
      • Kaggle Link
      • Repository, Repository Readme
      • Keyword
        • Binary Classification
        • Recurrent Neural Network, LSTM, GRU
        • Batch Normalization, Dropout
        • Activation Function, Swish, SELU
        • Word Embedding, FastText
        • Semi-supervised Learning
        • Ensemble