![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fec9rvb%2FbtrMWfciYFK%2FFHfr2aHHNNOFuEKCGZdjHk%2Fimg.png)
1. Workflow of a machine learning project Example: Speech recognition Key Steps of a machine learning project 1) Echo / Alexa 1. Collect data 실제로 돌아다니면서 사람을 만나 대화 내용을 기록하는 것을 가정 2. Train model Iterate many times until good enough input A로부터 output B가 mapping될 수 있도록 충분히 시행해야 한다. 3. Deploy model Get data back Maintain / update model 예를 들어 British accent로 학습된 모델은 American accent를 잘 인식하지 못할 것이다. 따라서..