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

Machine Learning Course 2017 Fall @ National Taiwan University

Notifications You must be signed in to change notification settings

tainvecs/MachineLearning-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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