목록분류 전체보기 (31)
기록
Android 기기에서 VScode를 사용하는 방법으로 Termux에서 Andronix의 moded OS를 사용하는 방법이 쉬운데, VScode가 실행되지 않을 경우가 발생합니다. 이 경우, terminal에서 code --no-sandbox 를 실행시키면 가능합니다.

Pieter Bruegel the Elder의 Netherlandish Proverbs (Netherlandish Proverbs - Wikipedia)은 약 120개의 당시 속담을 그렸다고 한다. 이 그림의 좌측 중간 부분 벽에 아래 그림이 있는데, 어떤 속담인지 설명된 부분이 없어서 궁금했다. Winking in Art | Alberti’s Window (albertis-window.com) 에 아래와 같은 설명이 있었다 :) Bruegel the artist is winking at his audience and he expects the viewer to understand that what he has painted in a huge put-on.

Halide는 c기반 최적화 language로, 알고리즘과 최적화를 분리하여, 최적의 c code를 생성해준다. Releases · halide/Halide · GitHub Releases · halide/Halide a language for fast, portable data-parallel computation - halide/Halide github.com Setup for windows, 1. add Halide's include and lib directories in "VC++ Directories" 2. add C++17 option in "C/C++ / Language" 3. Add halide.lib dependency in "Linker/Input" 4. Copy "halide.dll..
initialization - How to initialise memory with new operator in C++? - Stack Overflow
why changing edior font in codeblocks 20.03 is showing wxWidgets debug alert? - Stack Overflow why changing edior font in codeblocks 20.03 is showing wxWidgets debug alert? I have recently installed 20.03 version of codeblocks, but when I tried to change the editor font it showed me a debug alert like this: Two option arises there, stop and continue. If I click stop,... stackoverflow.com
K-SVD 관련 overview Lecture_KSVD.pdf (purdue.edu)
Problems and Pitfalls of Applying Least Squares Regression 1) outliers 2) non-linearities 3) too many variables 4) dependence among variables 5) wrong choice of error function 6) unequal training point variances (Heteroskedasticity) 7) wrong choise of features 8) noise in the independent variables Ordinary Least Squares Linear Regression: Flaws, Problems and Pitfalls | An analysis of the defects..