ChatGPT와 함께하는/원 샷 러닝 (2) 썸네일형 리스트형 ChatGPT와 함께 원 샷 러닝 배워보기 - 2 (restnet과 데이터 수집 방법) 이전에 pre-trained된 CNN을 사용하기로 결론을 냈고, 기존에 비슷한 구현을 했던 게시글에서 resnet-101을 썼다고 했기 때문에 우선 resnet-101 쪽으로 방향을 잡고 이어가 보았다. - Can you give more details about resnet? ResNet (Residual Network) is a popular deep learning architecture that was introduced in 2015 by Microsoft Research. It was designed to tackle the problem of vanishing gradients in deep neural networks, which can make it difficult to train ve.. ChatGPT와 함께 원 샷 러닝 배워보기 - 1 (샴 네트워크에서의 CNN) 원 샷 러닝을 하는 데에 가장 기본적인 알고리즘이 샴 네트워크이다. 샴 네트워크를 pytorch로 구현해보기 위해서 아무 것도 모르는 상태로 구글링과 chatGPT를 섞어 가면서 공부한 기록. - What about siamese neural network? A Siamese Neural Network is a type of neural network architecture that uses two identical sub-networks to process two separate inputs and compare their outputs for similarity. This type of network is particularly useful for tasks such as face recognitio.. 이전 1 다음