Joonhyung Lee/이준형

Results 10 comments of Joonhyung Lee/이준형

Hello. I am very interested in this topic. I am currently using Python for my work but the only implementation of contourlets is in MATLAB. Has any work been done...

Hello. I would also like it if there were a comparison with skimage.compare_ssim. Could you include a unit test which asserts that the outputs are at least np.allclose with the...

@kmaehashi Examples include wiener filtering in `cupyx.scipy.signal` and `variance` in `cupyx.scipy.ndimage`. Also, fourier_shift in `cupyx.scipy.ndimage` returns complex128 even when the input is float32. Also, in many libraries that rely on...

## News **Gilbert Strang's Final Lecture at MIT** ![image](https://github.com/jungwoo-ha/WeeklyArxivTalk/assets/33523965/a4af0469-6756-4256-8bfd-575ab999eb23) YouTube: https://www.youtube.com/watch?v=lUUte2o2Sn8&ab_channel=MITOpenCourseWare 딥러닝과 직접적인 관련은 없지만 지난 63년 동안 선형대수 교육법을 크게 바꾸신 길버트 스트랭 교수님의 마지막 강연이 있었습니다. 학계의 특성...

# Research ## Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold Website: https://vcai.mpi-inf.mpg.de/projects/DragGAN/ Paper: https://vcai.mpi-inf.mpg.de/projects/DragGAN/data/paper.pdf ![image](https://github.com/jungwoo-ha/WeeklyArxivTalk/assets/33523965/2ce1404e-1379-4b70-8953-c2684791c996) 생성모델 결과물을 마우스 클릭으로 변경할 수 있는 방법론이 나왔습니다. 기존의 GAN...

**삶의 목적을 찾는 45가지 방법** Yes24: http://www.yes24.com/Product/Goods/117506954 ChatGPT와 파파고가 쓴 첫 책이 나왔습니다. 일러스트 또한 Shutterstock AI를 통해 생성되었습니다. ![image](https://user-images.githubusercontent.com/33523965/219941828-dfb55673-17a8-4e54-b386-bd7c2139db45.png) --- **Symbolic Discovery of Optimization Algorithms** ArXiv: https://arxiv.org/abs/2302.06675 GitHub: https://github.com/google/automl/tree/master/lion...

## News ### Navigating the Jagged Technological Frontier: Field Experimental Evidence of the Effects of AI on Knowledge Worker Productivity and Quality Paper: https://www.hbs.edu/faculty/Pages/item.aspx?num=64700 Blog: https://www.oneusefulthing.org/p/centaurs-and-cyborgs-on-the-jagged 여러 비즈니스 스쿨 및...

**_News_**: **ChatGPT Plugins** Blog: https://openai.com/blog/chatgpt-plugins ChatGPT에서 인터넷 접속 및 외부 앱 연결을 위한 plugin API를 공개했습니다. 현재 안전 이슈 등으로 소수의 유저에게만 공개하고 있으며 waiting list에 등록해야 합니다. **Scaling in...

I think automated tools can help identify most incompatibilities by making the bugs visible or replacing old code with best practices. Link for discussion on implicit concatenation: https://github.com/bazelbuild/starlark/blob/master/design.md#no-implicit-string-concatenation