일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- CPP
- Unsupervised learning
- Regularization
- 컴퓨터 그래픽스
- 머신러닝
- petal to metal
- pre-trained
- 로지스틱 회귀
- CNN
- C++
- 파이썬
- 비용함수
- SGD
- 추천 시스템
- 신경망
- 그래픽스
- Support Vector Machine
- Kaggle
- cs231n
- 인공지능
- Computer Vision
- 딥러닝
- Vision
- recommender system
- OpenGL
- logistic regression
- 컴퓨터 비전
- 백준
- SVM
- neural network
- Today
- Total
목록분류 전체보기 (159)
kwan's note
www.kaggle.com/c/titanic/ Titanic - Machine Learning from Disaster Start here! Predict survival on the Titanic and get familiar with ML basics www.kaggle.com 캐글의 대표문제중 하나인 타이타닉의 예측을 진행해보도록 하겠습니다. 데이터를 불러오고 열들을 살펴보겠습니다. 각각의 인덱스는 id, 생존여부, 좌석등급, 이름, 성별, 나이, 가족수, 부모/자식수, 티켓번호, 가격, 짐, 탑승장소로 이루어져 있습니다. null data를 먼저 확인해보았습니다. age cabin embarked에 null data가 포함되어있습니다. 다음으로 sex는 male female로 적혀있는것을 enco..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.31 reminder-by-kwan.tistory.com/94 regularization - 정규화 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.27 reminder-by-kwan.tistory.com/93 overfitting- 과적합 출처: machine learning by andrew ng, stanford cousera lecture.. reminder-by-kwan.tistory.com 학습알고리즘이 기대한만큼의 성능을 내지 못하는 이유는 다양합니다. 성능을 올리기 위해서는 1..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.29 reminder-by-kwan.tistory.com/97 neural network - 신경망 모델 이용 방법 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.28 reminder-by-kwan.tistory.com/96 neural network - 신경망 모델 출처: machine learning by andrew ng, stanford cousera.. reminder-by-kwan.tistory.com neural network에서 역전파에 대해 알아보겠습니다. 역전파 알고리즘은..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.28 reminder-by-kwan.tistory.com/96 neural network - 신경망 모델 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.28 reminder-by-kwan.tistory.com/95 neural network -신경망 구조의 필요성 출처: machine learning by andrew ng, stanford.. reminder-by-kwan.tistory.com 이전까지는 신경망 모델이 어떻게 연구되기 시작했고 어떤 방식을 사용하는지 말했다면 이번시간에는 ..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.28 reminder-by-kwan.tistory.com/95 neural network -신경망 구조의 필요성 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.28 reminder-by-kwan.tistory.com/85?category=962582 machine learning - Andrew Ng, Stanford(coursera) 이 복습노트는 Stan.. reminder-by-kwan.tistory.com 이전수업에 이어 neural network의 이론과 모델을 표현하는 방법에대해..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.28 reminder-by-kwan.tistory.com/85?category=962582 machine learning - Andrew Ng, Stanford(coursera) 이 복습노트는 Stanford의 Andrew Ng 교수님의 machine learning 강의를 수강하고 작성하였습니다. 전 노트는 cousera수업을 기반으로 작성하였습니다. www.coursera.org/learn/machine-learning/home Coursera |.. reminder-by-kwan.tistory.com 이번장에서는 신경망구조의 필요성과 연구의 시작점에대해 고민해보도록 하..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.27 reminder-by-kwan.tistory.com/93 overfitting- 과적합 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.26 reminder-by-kwan.tistory.com/88 Cost function -비용함수/ 손실함수 출처: machine learning by andrew ng, stanford cou.. reminder-by-kwan.tistory.com 직전강의에서 overfitting의 문제를 해결하기 위한 방안중 하나로 regularization 즉 정..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.26 reminder-by-kwan.tistory.com/88 Cost function -비용함수/ 손실함수 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.24 www.coursera.org/learn/machine-learning/home Coursera | Online Courses & Credentials From Top Educators. Join for F.. reminder-by-kwan.tistory.com 데이터를 모델링함에 있어 어떠한 가설함수 h를 선택할지는 매우 중요한 ..