Younghun
Younghun
I want to visualize below graph using second order differentiation by tanh function. To realize this graph, I tried to the source code that you gave us. But this code...
I want to realize the code that simple Skip-gram model fit training data. So I try to it, unlike CBOW training code, I encountered the error. At first, I used...
교재 382쪽 다이나믹 프로그래밍 - 편집거리 라는 문제에 대한 풀이로서 p.572~573쪽에 나와있는데요! 점화식에서 DP테이블 상에서 왼쪽을 참조하는 게 삽입, 위쪽을 참조하는 게 삭제, 왼쪽 위를 참조하는 게 교체라고 되어있는데, 이렇게...
책 풀이 중에 마지막 하단의 코드 부분에서 어떻게 3개의 벽을 설치하는 모든 경우의 수를 탐색하나요? ```python for i in range(n): for j in range(m): # 빈 공간에만 벽을 설치할 수...
책 311페이지의 그리디 기출문제인 '모험가 길드' 문제에서 제공해주신 정석 풀이는 잘 이해했습니다! 제가 처음 시도할 때 도전해본 풀이방법이 제공된 테스트 케이스 1개에서는 통과를 하지만 다른 테스트 케이스에서도 통과를 할지 의문이어서...
Currently, I am planning to build a Kubernetes cluster using a Linux server and a MacBook laptop. I intend to configure the MacBook as the master node. To do this,...
**Is your feature request related to a problem? Please describe.** I will use feast feature server docker image for using feast python feature server on EKS k8s cluster. So, I...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Environment ```markdown - Milvus version: v2.5.23 - Deployment mode(standalone or cluster): cluster -...