전체 글 (33) 썸네일형 리스트형 Pyrosetta Installation 1. PyRosetta 버전 문제원인:PyRosetta의 .whl 파일을 다운로드할 때, 최신 Mac 버전에 맞춰 다운로드했지만, 내가 사용하는 맥북은 ARM64 아키텍처였고, Intel CPU용 버전을 다운로드한 문제.해결법:ARM64 아키텍처에 맞는 버전을 다운로드.ARM64용 PyRosetta .whl 파일을 사용하여 설치 진행.2. Python 버전 문제로 PyRosetta 실행 안됨원인:Python 3.13에 PyRosetta 설치, Jupyter는 Python 3.9 환경 사용ModuleNotFoundError 발생해결법:Python 3.13 설치 및 활성화Python 3.13을 Jupyter 커널로 등록3. PyRosetta 설치 문제원인:Jupyter Notebook에서 Python 3.9.. 24.07.31 pre-trained CNN Modern CNNsLeNetAlexNetVGGGoogleNet(Inception)ResNetDensNetU-Net (medical imaging)ImageNet (Human performace: 5.1%) LeNetLeCun, Y (1998). Gradient-based learning applied to document recognition CNN 구조 등장AlexNetAlex, Hinton (2012) Structure ReLUDropoutData argmentation (overfitting 줄임)VGG-16/19Oxford (2014)Very Deep - 여기까진 layer의 깊이를 깊게해서 성능을 높이는 원리Inception(Google) NetMultiple branches (convol.. 24.07.30 CNN 3 2D Dealing with shapes C의 값은 Input과 Kernels에서 동일해야함 (즉, kernal이 input과 같은 차원의 행렬로 이뤄져있다)코드에 익숙해지기 전까지 항상 shape의 개수를 따져보는 연습을 하자Numbers of parameters: (w x h x C +1) x D1은 bias Multi-channel 2D Convolution1D signal is convered into a 1D signal2D signal into a 2DInput signal에서 neighboring parts인 것은 output signal에서도 이웃임 Structure of Convolution Layer Input Conv. blocks Convolution + activation (re.. 이전 1 2 3 4 ··· 11 다음