블로그
- 스페이스X IPO 프레젠테이션 자료 - 압도적인 비용 효율성 : STEP FUNCTION IMPROVEMENT IN REUSABILITY) 지구 저궤도(LEO) 화물 1kg당 발사 비용 (LAUNCH COST PER KG TO LOW EARTH 절감 (99%+ Target Cost Reduction) 출처: NASA 지금 현재 진짜 발사비용 얼마나 되나 - 인포마켓 강용운 대.......
- Logistics costs are an area of management accounting Even if logistics cost reduction and logistics rationalization are promoted, if the concept and scope Logistics costs are identified by area, function, subject, etc., but in reality, direct and indirect
- 비용함수(Loss Function) 어쨌거나 오늘 적어볼 개념은 바로 비용함수(Loss Function)! Wikipedia에 따르면 Loss Function의 정의는 다음과 같다. A loss function or cost function (sometimes also called an error function) is a function that maps an
- 딥러닝 - linear regression Cost(loss) function 코스트 함수를 나타내는 여러 방법이 있지만 위의 방법은 실제값과 예측값 의 차이의 제곱을 평균낸것이다. 데이터의 개수가 n 개 라면 cost 함수도 n 번 을 돌려야 한다. w 와 b 에 따라 계속을 계속 하.......
- 모두를 위한 딥러닝 (1) finding a line that fits the data and minimizes the cost function - hypothesis : our prediction (y = a line -> find cost -&g.......
- 모두를 위한 딥러닝 (2) function define optimizer define train node - overall flow sess.run(train) -> optimizer.minimize( cost) : recall optimizer, recall cost -> recall cost : recall hypothesis, recall y (data) -> recall
- 모두를 위한 딥러닝 (3) and then apply one hot encoding (argmax : finding max value and convert it to 1, the rest to 0) - cost function: cross-entropy (sum(label_i * (-log(y_i))).......