일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 추천 시스템
- 백준
- Kaggle
- CNN
- OpenGL
- cs231n
- 인공지능
- Unsupervised learning
- 컴퓨터 그래픽스
- C++
- Vision
- 머신러닝
- 딥러닝
- 컴퓨터 비전
- 비용함수
- Regularization
- SGD
- Support Vector Machine
- neural network
- SVM
- 파이썬
- pre-trained
- 신경망
- Computer Vision
- petal to metal
- 그래픽스
- logistic regression
- recommender system
- 로지스틱 회귀
- Today
- Total
목록머신러닝 (23)
kwan's note
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.24 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 to minimize costfunction we would consi..
출처: 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 Free | Coursera Learn online and earn valuable credentials from top universities like Yale, Michigan, Stanford, and leading companies like Google and IBM. Join Coursera for free and transform your career wit..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.24 supervised learning reminder-by-kwan.tistory.com/86 supervised learning -지도학습 출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.24 reminder-by-kwan.tistory.com/85 machine learning - Andrew Ng, Stanford(coursera) 이 복습노트는 Stanford의 Andrew Ng.. reminder-by-kwan.tistory.com in supervised learning we ..
출처: machine learning by andrew ng, stanford cousera lecture 수강일시: 2021.01.24 reminder-by-kwan.tistory.com/85 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 let's think of an example of sizeof house and housing ..
수강일시: 2021.01.21 출처: kmooc SNU048 www.kmooc.kr/courses/course-v1:SNUk+SNU048_011k+2020_T2/course/ 강좌 | SNU048_011k | K-MOOC www.kmooc.kr 컴퓨터 비전이란 사람으로서 눈을 가지고 할 수 있는 많은 일들을 기계 혹은 컴퓨터에게 가르쳐주는 학문. 즉, 시각지능을 갖추어서 여러 가지 일을 하는데, 그 시각지능의 수많은 작업들을 기계도 역시 할 수 있도록 가르치는 것이 Computer Vision의 목적 그리고 그 정의라고 이해할 수 있다. 사람의 시각이 할 수 있는일과 한계에 대해서 정리해보았다. 먼저 사람은 물체인식, 위치를 탐색하고 위험물을 감지할 수 있다. 장면의 분위기를 읽을 수 있고 사진에서 스토..
수강일시: 2021.01.21 출처: kmooc SNU048 www.kmooc.kr/courses/course-v1:SNUk+SNU048_011k+2020_T2/course/ 강좌 | SNU048_011k | K-MOOC www.kmooc.kr 자연어 처리(natural language processing)는 인공지능에서 매우 큰 역할을 담당한다. 사람이 하는 말 혹은 글을 처리하는 과정으로 오랜기간 연구되어왔고 또 지금도 활발하게 연구되고 있는 분야이다. nlp 기술들을 해결정도로 나눈다면 다음과 같이 나눌 수 있다. 첫번째 그룹은 거의 해결된 문제들이고 두번째는 많이 해결된 문제들 마지막은 여전히 해결해야 할 문제가 많은 문제들이다. mostly solved에는 스팸 메일 처리 문법 종류 태깅 개체명..
출처: 부스트코스-머신러닝을 위한 파이썬 수강일시:2021.01.16 www.boostcourse.org/ai222/lecture/24076/ 머신러닝을 위한 파이썬 부스트코스 무료 강의 www.boostcourse.org 학습 목표 데이터에 있는 여러 이슈(ex. 결측치, scale 문제 등)와 이 이슈들을 처리하기 위해 사용하는 방법들을 소개하고, pandas 를 이용하여 데이터를 cleansing 하는 방법에 대해 공부합니다. 데이터를 이용해 어떠한 output을 얻는 과정에서 결측치에 대한처리나 sacling등의 전처리는 매우 중요한 요소이다. 데이터 전처리는 데이터를 활용하기 전에 결측치, 필요없는값, 오류등을 파악하여 제거하거나 변형하면서도 원본 데이터의 경향을 훼손시키지 않는 일을 말한다. ..