신경망을 이용한 비선형 모델의 회귀분석 by 김형준
- sin ( 2 * x ) * 90 + 1 y_noise = func ( x ) + noise
- to ( gpu ) num_epoch = 20000 loss_array = [ ] for epoch in range ( num_epoch ) : optimizer
- append ( loss ) if epoch % 100 == 0 : print ( 'epoch:'
MFC에서 VFW를 사용하여 웹캠 영상 가져오기 by 이정주
- for (int y = 0; y < image_height; y++)
- arrImage2[index1 +3] = 0; // this byte is not used
- arrImage2[index1 +3] = 0; // this byte is not used
빌더 패턴(Builder Pattern) by 이종립
- // 점층적 생성자 패턴 코드의 예 : 회원가입 관련 코드 public class Member { private final String name ; // 필수 인자 private final String location ; // 선택적 인자 private final String hobby ; // 선택적 인자 // 필수 생성자 public Member ( String name ) { this ( name
- "취미 비공개" ); } // 1 개의 선택적 인자를 받는 생성자 public Member ( String name
- "취미 비공개" ); } // 모든 선택적 인자를 다 받는 생성자 public Member ( String name
java.lang.Object.equals 메소드 by 이종립
- /** * Compares the specified object with this list for equality
- If either iterator runs out of elements before the * other it returns {@code false} (as the lists are of unequal length); * otherwise it returns {@code true} when the iterations complete
- * * @param o the object to be compared for equality with this list * @return {@code true} if the specified object is equal to this list */ public boolean equals ( Object o ) { if ( o == this ) // 자기 자신과 같은가
java.lang.Object.hashCode 메소드 by 이종립
- *
* The general contract of {@code hashCode} is: *
- *
- Whenever it is invoked on the same object more than once during * an execution of a Java application
- then calling the {@code hashCode} method on each of the * two objects must produce distinct integer results
- *
* The general contract of {@code hashCode} is: *
- *
- Whenever it is invoked on the same object more than once during * an execution of a Java application
개발자 싱가폴로 이직하기 - 제22편 은행 계좌 만들기 by 김경록
- 싱가폴 온지 한달만에 학생 비자가 나왔고 그로부터 한달 뒤에 은행 계좌를 만들었다
- DBS에서 만들었고 인터넷으로 신청하니까 신청이 잘 됐다
- 3번이 문제인데 학원에서 해달라고 하면 해준다