[Tensorflow] 2. Machine Learning의 의미

Machine Learning
Field of study that gives computers the ability to learn without being explicitly programmed - Arthur Samuel
배경 : 데이터를 입력해서 결과를 도출하는 프로그램만을 이용하는 소프트웨어의 한계에서 컴퓨터를 학습시켜 스스로 결과를 내도록 함


  • Supervised learning : label이 이미 정해진 training set으로 학습시킴 

  • Unsupervised learning : un-labeled data로 컴퓨터가 스스로 학습
    • ex) Google news grouping, Word Clustering

AlphaGo - Supervised learning
training data set : 이전에 다른 선수들의 경기 정보 

supervised learning 의 유형
  • Regression : 시간이 지남에 따라 final exam score를 예측 해 보는 것
  • Binary Classification : score의 예측이 아닌 pass/non-pass를 예측 해보는 것
  • Multi-label classification : 시간에 따른 A,B,C,D,F 중 어떤 학점을 받을 지 예측



No comments:

Powered by Blogger.