전체 글 611

[Linear algebra] 33-34. Left and right inverses; pseudoinverse

*34강은 시험 해설 강의로 생략한다. Lecture https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/resources/lecture-33-left-and-right-inverses-pseudoinverse/ Lecture 33: Left and right inverses; pseudoinverse | Linear Algebra | Mathematics | MIT OpenCourseWare MIT OpenCourseWare is a web based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT..

[Linear algebra] 31-32. Change of basis; image compression

*32강은 퀴즈 해설 강의로 생략함. Lecture https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/resources/lecture-31-change-of-basis-image-compression/ Lecture 31: Change of basis; image compression | Linear Algebra | Mathematics | MIT OpenCourseWare MIT OpenCourseWare is a web based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity..

[Linear algebra] 30. Linear transformations and their matrices

Lecture https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/resources/lecture-30-linear-transformations-and-their-matrices/ Lecture 30: Linear transformations and their matrices | Linear Algebra | Mathematics | MIT OpenCourseWare MIT OpenCourseWare is a web based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity ocw.m..

관계를 읽는 시간

읽게 된 계기 역시나 출퇴근 길에 새로 들을 오디오북을 찾던 중 밀리의 서재 상위 랭크에 있어 골랐다. 그냥 고른 것만은 아니고 평소 심리학, 특히 관계에 작용하는 심리학에 대한 궁금증이 있었다. 숙명여대에서 교육심리학을 계절학기로 수강할 당시 신생아 시기부터 유아기를 보낼 때 어떤 애착 유형을 형성하는지에 따라 성인이 되었을 때 성격이 좌지우지 된다는 내용을 굉장히 흥미롭게 공부했던 기억이 있다. 이후 다양한 사람을 만날 때 주의를 기울여서 생각해보면 정말 공부했던 내용과 일치하는 사람들이 많아 한 번 쯤은 다시 보고 싶은 것이 애착에 관한 심리학이었다. 짧은 평 기대했던 내용의 책이어서 만족스러웠다. 나는 안정형, 불안정형, 회피형과 같은 분류는 이미 알고 있었기에 다른 유형이 있는지 궁금했었다. 책..

Book/Mind 2023.02.09

RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method

torch로 학습 코드 작성 중에 제목 혹은 위와 같은 에러가 났다. 오류명에 적혀있듯이, multiprocessing을 사용하고자 하는 과정에 발생하는 에러인데 대놓고 torch.multiprocessing을 사용한 적이 없음에도 오류가 났다. 간단히 찾아보니 대부분 torch DataLoader 클래스 사용 시 num_workers를 지정해서 데이터를 불러올 때 그런다고 한다. 내부적으로 torch.multiprocessing을 사용하기 때문인데 해결 방법은 다음과 같다. torch.multiprocessing.set_start_method('spawn') 코드 도입부에 위와 같은 설정을 선언해주면 된다. 간단하다.

[Depth] HITNet: Hierarchical Iterative Tile Refinement Network for Real-time StereoMatching

HITNet: Hierarchical Iterative Tile Refinement Network for Real-time Stereo Matching 내 맘대로 Introduction 이 논문은 CVPR 2019년에 발표된 논문인데 일단 구글에서 쓴 논문이어서 신뢰도가 그냥 높다. Stereo depth estimation에 관한 논문이고 passive stereo를 딥러닝 써서 잘 해보자는 논문이다. 정확히는 stereo matching을 다룬다. passive stereo는 일반적으로 cost volume을 쌓는 형태가 많은데 이 때 감당해야 할 메모리 사용량과 느린 속도 문제를 해결하는 것에 주 목표를 둔 것 같다. 간단히 contribution을 정리하면 다음과 같다. A fast multi-r..

Paper/3D vision 2023.02.06

ETF 처음공부

읽게 된 계기 이 책은 마법의 연금굴리기의 저자, 김성일이 쓴 또 다른 책이다. 가장 신간인데 한 때 자주 보았던 김단테 유튜브에서도 많이 언급되는 책이어서 궁금증에 하나 구입해보았다. 새로운 자산 배분 포트폴리오를 기재했다는 이야기도 솔깃했었다. 내용 자체에서는, 나는 시장지수 ETF만 다루고 있는데 그러다 보니 다른 상품에 대한 공부 자체를 안한지는 꽤 됐고 조금 공부 차원에서 얻는게 있을 것 같았다. 짧은 평 이 책은 절반은 투자 입문서, 절반은 사전으로 구성된 느낌이다. 전반부 절반은 투자의 중요성을 설명하는 부분으로 마법의 연금 굴리기에서 설명한 내용과 비슷한 내용을 다룬다. 그래서 편하게 쭉 읽으면 되는데 후반부는 ETF를 종류를 하나씩 짚으면서 특징을 설명해준다. 이러한 내용들은 한 번 본다..

Book/Investment 2023.02.06