본문 바로가기
[R] 분류를 위한 모델(목차) 목차 1. 회귀와 분류 2. 결정 트리의 원리 3. 결정 트리 함수의 사용 4. 결정 트리의 해석 5. 랜덤 포리스트 6. SVM과 K-NN 7. 분류 모델의 다양한 적용 2021. 11. 30.
[R] 일반화 선형 모델(목차) 목차 1. 일반화 선형 모델은 왜 필요한가? 2. 일반화 선형 모델 3. 로지스틱 회귀 4. 로지스틱 회귀의 적용: UCLA admission 데이터 5. 로지스틱 회귀의 적용: colon 데이터 2021. 11. 30.
[R] 모델링과 예측: 선형 회귀(목차) 목차 1. 모델링과 예측이란? 2. 현실 셰계의 모델링 3. 단순 선형 회귀 4. 단순 선형 회귀의 적용: cars데이터 5. 모델의 통계량 해석 6. 다중 선형 회귀 7. 다중 선형 회귀의 적용: trees데이터 2021. 11. 30.
[R] 데이터 시각화(목차) 목차 1. 데이터 시각화란? https://haseulx-x.tistory.com/31 2. 시각화의 기본 기능 (1) 많은 양의 데이터를 효과적으로 관찰 https://haseulx-x.tistory.com/32 (2) 데이터를 여러 관점에서 보게 함 https://haseulx-x.tistory.com/33 3. 시각화 도구 (1) 베이스 R을 이용한 데이터 시각화 https://haseulx-x.tistory.com/34 (2) ggplot2 라이브러리를 이용한 데이터 시각화 https://haseulx-x.tistory.com/35 2021. 10. 15.
[SQL] 데이터 조회(목차) 1. SELECT 문의 기본 구문 https://haseulx-x.tistory.com/24 2. 조건에 맞는 데이터 조회하기 https://haseulx-x.tistory.com/25 3. 데이터 정렬하기 https://haseulx-x.tistory.com/26 2021. 10. 11.
[SQL] 데이터 입력과 삭제(목차) 1. 데이터 입력(INSERT 문) https://haseulx-x.tistory.com/21 2. 데이터 삭제(DELETE 문) https://haseulx-x.tistory.com/22 2021. 10. 11.
[기초통계학] 확률과 통계(목차) 목차 1. 확률과 의사결정 1) 확률론 https://haseulx-x.tistory.com/14 2) 확률변수와 확률함수 https://haseulx-x.tistory.com/15 2. 확률변수의 평균과 분산 1) 확률변수의 평균 https://haseulx-x.tistory.com/16 2) 확률변수의 분산과 표준편차 https://haseulx-x.tistory.com/17 3) 확률변수에서 평균과 분산(표준편차)의 성질 https://haseulx-x.tistory.com/18 2021. 10. 10.
[R] 데이터 가공(목차) 목차 1. 베이스 R을 이용한 데이터 가공 https://haseulx-x.tistory.com/11 2. dplyr 라이브러리를 이용한 데이터 가공 https://haseulx-x.tistory.com/12 3. 데이터 가공의 실제 1) 방대한 데이터 요약 https://haseulx-x.tistory.com/19 2) 모델링을 위한 가공 https://haseulx-x.tistory.com/29 3) 데이터 구조 변경 https://haseulx-x.tistory.com/30 2021. 10. 10.
[R] 데이터 취득과 정제(목차) 목차 1. 파일 읽고 쓰기 1) 파일 읽기 https://haseulx-x.tistory.com/3 2) 파일 쓰기 https://haseulx-x.tistory.com/4 2. 조건문과 반복문 1) 조건문 https://haseulx-x.tistory.com/5 2) 반복문 https://haseulx-x.tistory.com/6 3. 사용자 정의 함수 https://haseulx-x.tistory.com/7 4. 데이터 정제 1) 결측값 처리 https://haseulx-x.tistory.com/8 2) 이상값 처리 https://haseulx-x.tistory.com/9 2021. 10. 10.