29-75 / running-car

머신러닝을 기반으로 장애물을 피해 달리는 자동차를 만들어보자
0 stars 3 forks source link

ML개념에 대해 정리하자 #4

Open gon-park opened 4 years ago

gon-park commented 4 years ago

멤버 별로 각각 machine learning 알고리즘을 이해하고 정리해본다.

gon-park commented 4 years ago

Machine learning by @gon-park

Machine Learning: Field of study that gives computers the ability to learn without being explicitly programmed. (by Arthur Lee Samuel)

Machine learning

지도 학습(Supervised Learning)

비지도 학습(Unsupervised Learning)

강화 학습(Reinforcement Learning)

딥 러닝(Deep Learning)

sungwon-ahn commented 4 years ago

Machine learning by @sungwon-ahn

Machine Learning

머신러닝이란 데이터에 기반하여 결정을 할수있게 하는것. machine learning 은 unsupervised learning , supervised learning 로 나눌수있음.


Machine Learning 학습 모델

  • Unsupervised learning
  • 데이터 만을 입력하며 목표치는 존재 하지 않는다.
  • 이후 학습된 데이터를 통해 분류하는 등 데이터 자체를 구분 짓거나, 압축 하는데 사용한다.
  • Supervised learning
  • 데이터와 목표치를 주어지고 이와 동일한 목표치를 찾아 내게 한다.
  • 즉, input의 데이터를 기반으로 최대한 동일한 결과값을 찾아 낼수있게한다.
  • Anomaly Detection
  • Anomaly Detection은 학습 데이터 셋에 비정상적인 sample 이 존재 하는지 찾아낸다.
  • 각 sample의 label이 존재하는지, 비정상적인 sample의 성격이 정상 sample과 어떻게 다른지, 정상 sample의 class가 단일 class 인지 Multi-class 인지 등에 따라 여러 방식을 사용한다.
  • annomalydetection
mbj0528 commented 4 years ago

딥러닝

강화학습

jeonhyunji commented 4 years ago

Machine learning by @jeonhyunji

Machine learning 기계학습