1. Rise Over Run( rise: y축 증가량, run: x축 증가량) horizontal line(수평선)은 속도가 동일함을 의미한다. accleration: local gradient of a speed-time graph, function of time in graph deceleration: negative slope 시간에 따른 가속도 그래프는 위와 같다. 각 지점에서의 경사(slope)를 나타내고 있다. 노란색 그래프가 양수인 지점은 속도가 증가하고 있음을, 음수인 지점은 속도가 감소하고 있음을 나타낸다. 가속도 그래프를 한 번 더 미분한 그래프는 보라색으로 표현된다. 이것은 차의 흔들거림(jerk)를 나타내게 된다. 이런 과정을 거꾸로 하는 것이 anti-derivative라고 불리..
1. Functions Fuction A relationship between some inputs and an output Calculus Study of how these functions change with respect to their input variables And it allows you to investigate and manipulate them. f의 변수는 f라는 함수가 무엇에 관한 것인지를 알려주는 것이다. 따라서 첫 번째 식은 직관적으로 이해가 되지만, 두 번째 저 변수들이 무엇을 나타내는지 알아차리기 어렵다. 2. Matching functions visually 주어진 문제 상황을 읽고 알맞은 그래프 표현을 고르는 문제 5개 일차, 이차 방정식 정규분포 코사인함수 출처: C..
Part 1 Demand prediction nueral network의 가장 기본적인 형태 price, shipping cost, marketing, material 이라는 네 개의 input이 각각 affordability, awareness, perceived quality라는 요인에 영향을 주고, 이 세 개의 요인이 합쳐져 demand라는 output으로 이어진다. 충분한 데이터가 주어진다면 input에서 output으로 mapping하는 작업을 아주 잘 수행할 수 있게 된다. Part 2 (more complicated) Face recognition 컴퓨터는 각 필셀이 얼마나 밝은지를 "숫자"로 파악한다 1000 x 1000 픽셀로 구성된 사진이라면 1,000,000개의 픽셀을 데이터로 가지게..
Supervised Learing Anything you can do with 1 second of thought, we can probably now or soon automate. Exmaple(email) The toy arrived two days late, so I wasn't able to give it to my niece for her birthday. Can I return it? Input text Refund / Shipping / Other What happens if you try? 1000개의 데이터로 온전히 학습하기란 쉽지 않다. 물론 정확히 필요한 데이터의 수를 파악하는 것도 불가능하다. What makes an ML problem easier 1. Learning a "si..
A lesson from the rise of the Internet Internet Era: shopping mall + website != internet company A/B testing short iteration time decision making pushed down to engineers and other specialized roles AI era: Any company + deep learning != AI company strategic data acquisition: key of great AI company unifeid data warehouse pervasie automation new roles(e.g., MLE) and division of labor AI Transfor..
Machine learning vs. data science data science: 어떤 의사결정을 해야할지에 도움을 주는 분야 ex) 어떤 집을 사야하는가? science of extracting knowledge and insight from data machine learning filed of study that gives computers the ability to learn without being explicitly programmed. 어떤 고아고를 눌러야 하는지 알려주는 시스템 Deep learning 네 개의 input(A)를 통해 한 개의 output(B)를 만들어 냄 중간의 원들을 neuron(뉴런)이라고 부른다. Neural Network와 Deep learning은 요즘 거의 ..