기본 콘텐츠로 건너뛰기

Machine Learning

Machine Learning
"컴퓨터 프로그램이 특정한 태스크 T 수행할 성능 P만큼 개선되는 경험 E 보이면 컴퓨터 프로그램은 태스크 T 성능 P 대해 경험 E 학습했다라고 있다" -Tom Mitchell-

학습 데이터에 레이블(Label) 있다 => 지도 학습 (Supervised Learning)
학습 데이터에 레이블이 없다 => 비지도 학습(Unsupervised Learning)
학습모델에는 특성(feature) 갖는다
특성의 적절한 선정은 머신러닝의 정확성 효율성을 좌우
통계학에서는 '설명변수', '독립변수' , '예측변수' 표현

차후에 지도 학습과 비지도 학습에 대해 세분하여 알아볼 예정이다

Machine Learning
Statistics (통계학)
네트워크(Network) , 그래프(Graphs)
모델(Model)
Weight
Parameters
Learning
Fitting
Generalization
Test Set Performance
Supervised Learning
Regression / Classification
Unsupervised Learning
Density estimation, Clustering

[일반적 통계와 Machine Learning 대비 ]

댓글

이 블로그의 인기 게시물

블록체인 거래소 모니터링시스템 구축이야기(2/?) - 서버 아키텍처

  코인 거래소 모니터링시스템 구축이야기(2/?) 코인 거래소 모니터링 시스템 구축 (가칭 : 김프멈춰) 서버 구성 사용자가 확인할 서비스 페이지, 데이터 저장소에 대한 서버는 NAS 서버로 운영 일일 Data 크롤링 서버는 Cloud 서버 이용하여 운영 - 서비스페이지 및 데이터 저장소 (Nas 서버) : Docker container ubuntu 20.04 - 일일 크롤링 서버 (Cloud at Cost Cloud 서버) : CentOS 7 서버 아키텍처 서버 아키텍처 레퍼런스 빗썸 : https://apidocs.bithumb.com/ 업비트 : https://docs.upbit.com/ 홍콩 Bitfinex : https://docs.bitfinex.com/docs 몽고 DB 설치 : https://coterie.tistory.com/20 1. 개요 :  https://limdh3325.blogspot.com/2021/04/1.html 2. 서버 아키텍처 :  https://limdh3325.blogspot.com/2021/04/2.html 3. MongoDB 설치 :  https://limdh3325.blogspot.com/2021/04/3.html 4. 데이터 모델링 :  https://limdh3325.blogspot.com/2021/05/4.html 5. MongoDB 저장 :  https://limdh3325.blogspot.com/2021/06/5.html