• What is a neural network?
    • Relu : Rectified(최대값이 0) linear unit
    • Input(x) -> (hidden layer) ->output(y)

  • Supervised Learning with Neural Networks

 

 

  • Why is Deep Learning taking off?
    • data scale - performance
      • Data
      • Computation
      • Algorithms
    • Idea -> Code -> Experiment -> Idea -> Code -> Experiment ......

 

'Routine > 머신러닝' 카테고리의 다른 글

Tensorflow KR 논문읽기 목록  (0) 2020.02.08
sparse <-> dense  (0) 2020.02.03
ML and deeplearning technology stack  (0) 2020.02.02
선형대수학 용어정리  (0) 2020.02.02
Precision & Recall  (0) 2020.02.02