Lec 00 - the outline and schedule of a class

2020. 3. 18. 14:19Python/Sung Kim M.L

1. Goal

  • Basic understanding of machine learning algorithms
    - Linear regression, Logistic regresiion (classification) (굉장히 강력한 알고리즘)
    - Neural networks, Convolutional Neural Network, Recurrent Neural Network (Deep learning)
  • Solve your problems using machine learing tools
    - Tensorflow and Python

 

2. Acknowledgement

 

3. Schedule

  • Machine learning basic concepts
  • Linear regression
  • Logistic regression (classification)
  • Multivariable (Vector) linear/logistic regression
  • Neural networks
  • Deep learning
    - CNN
    - RNN
    - Bidirectional Neural networks