Home

Connecting Points in Paraview

Contributor 시뮬시뮬님 Reference ParaviewParaview: Python Programmable FilterParaView’s Python documentation!VTK: Visualization ToolkitCornell Virtual Workshop: Paraview Programmable Filter Paraview +

Words Co-occurence in Academic Literatures

1. 요약1.1. 포부 논문을 긁어서 내용을 정리할 수 있음을 이전 글에서 간략히 언급했습니다. 짧은 시간동안 필요한 결론을 도출할 수 있었고 피보고자의 반응도 좋았습니다. Notepad++에서 시간에 쫓기며 find(Ctrl+F), replace(Ctrl+H)를 반복하며 작업했기에 기록도 없었습니다. 다음에도 이 강력한 기능의 재현 가능성을 확보하고자 했

Citation Network on Scopus Data

Contributor 김승욱님, Bert님 References VOSviewerScopusWeb of Science 1. Visualizer: VOSviewer 논문 여러편을 읽고 행간을 파악해서 연구의 흐름을 인지하는 일은 쉽지 않습니다. 익숙한 분야가 아니라면 일단 단어조차 낯선데, 뭐가 중요하고 중요하지 않은지 알기 힘든데다 이 연구와 다른 연

X-Window on Docker on WSL 2

References Microsoft: WSL 2와 WSL 1 비교Microsoft: Windows 10에 Linux용 Windows 하위 시스템 설치 가이드docker blog: Docker Desktop: WSL 2 Best practicesubuntu Discourse: Getting graphical applications to work on W

Bresenham's Line Algorithm

wikipedia: Bresenham’s line algorithmwikipedia: Xiaolin Wu’s line algorithmflags’s github 연속된 공간에 있는 두 점과 그 사이에 정의된 선분은 어려운 주제는 아닙니다. 그러나 이 점들을 비트맵 이미지처럼 유한한 수의 점으로 표현해야 한다면 적절한 위치에 근사하는 것은 아주 귀찮은

10 TensorFlow Tricks Every ML Practioner Must Know

본 글은 번역글입니다. 원 글은 2020년 5월 18일 medium에 발행되었습니다. 원본 주소 : https://towardsdatascience.com/10-tensorflow-tricks-every-ml-practitioner-must-know-96b860e53c1번역 철학 : 매끄럽게 읽으실 수 있는 적절한 의역을 지향합니다.전문 용어 : 가급

Stratified Sampling

Contributor 김승욱님, dane님 References wikipedia: Stratified SamplingWhen should you choose Stratified sampling over random sampling?핸즈온 머신러닝 (2판)핸즈온 머신러닝 (2판): 2장 - 머신러닝 프로젝트 처음부터 끝까지 notebook 1. Int

Automated Focusing

matplotlib.axes.Axes.set_xlimnumpy.histogram 그래프에서 중요한 값들이 특정 범위에 몰려있으면 확대를 해야 합니다. matplotlib의 object oriented API는 .set_xlim()과 .set_ylim()을 제공해 줍니다. jupyter notebook에서 %matplotlib qt로 선언했다면 GUI로

Data Cleansing Functions

데이터 분석에 앞서 잘못된 부분을 찾아내고 이를 메꾸는 작업을 데이터 정리(data cleansing)이라고 합니다. 개별 데이터의 타입(type), 크기(length) 등이 잘못된 경우도 있고, 개별 데이터는 정상적이지만 이것들을 합쳤더니(merge) 결측치가 양산되거나 중복되는 경우도 있습니다. 분석이나 예측모델 생성시 문제의 원인이 되기 때문에 처음

Matplotlib-Tools

원문: by Aurélien Geron (Link) Translated by Chansung PARK (Link) Object Oriented API Addition by Jehyun LEE (Link) Tools - matplotlib 이 노트북은 matplotlib 라이브러리를 사용하여 아름다운 그래프를 그리는 방법을 보여줍니다. 이제현