본문 바로가기

pytorch11

[Reinforcement Learning-3] Q-Learning으로 최적경로 찾기 [이전글] https://limitsinx.tistory.com/152 [강화학습-2] Q-Learning 개념 Q Learning? Q-Learning은 앞으로 강화학습 공부를 진행해야한다면, 반드시 확실하게 알고 넘어가야하는 부분입니다! Q-Learning을 한줄로 표현하라면 상기의 수학식입니다! Q(s,a) = r + lr * max(Q(s',a')) 이.. limitsinx.tistory.com 지난글에서는 Q-Learning의 개념에대해 정리해보았습니다. 이번에는 'pytorch'를 기반으로, 간단한 길찾기 문제에 접목하여 코드 구현을 해보겠습니다. 위의 미로에서 A에서 I까지 가는 방법을 Q-Learning으로 해결해보고자 합니다. 상/하/좌/우로만 움직일 수 있다고 가정할 때, A는 B와D로.. 2021. 8. 28.
[Pytorch-11] Auto Encoder [pytorch 따라하기-1] 구글 Colab에 pytorch 세팅하기 https://limitsinx.tistory.com/136 [pytorch 따라하기-2] Tensor생성 및 Backward https://limitsinx.tistory.com/137 [pytorch 따라하기-3] 경사하강법을 통한 선형회귀 구현 https://limitsinx.tistory.com/138 [pytorch 따라하기-4] 인공신경망(ANN) 구현 https://limitsinx.tistory.com/139 [pytorch 따라하기-5] 합성곱신경망(CNN) 구현 https://limitsinx.tistory.com/140 [pytorch 따라하기-6] Neural Style Transfer 구현 https://lim.. 2021. 8. 14.
[pytoroch 따라하기-9] LSTM을 통한 시계열 데이터 예측모델 구현 [pytorch 따라하기-1] 구글 Colab에 pytorch 세팅하기 https://limitsinx.tistory.com/136 [pytorch 따라하기-2] Tensor생성 및 Backward https://limitsinx.tistory.com/137 [pytorch 따라하기-3] 경사하강법을 통한 선형회귀 구현 https://limitsinx.tistory.com/138 [pytorch 따라하기-4] 인공신경망(ANN) 구현 https://limitsinx.tistory.com/139 [pytorch 따라하기-5] 합성곱신경망(CNN) 구현 https://limitsinx.tistory.com/140 [pytorch 따라하기-6] Neural Style Transfer 구현 https://lim.. 2021. 8. 3.
[pytorch 따라하기-8] DC-GAN(Deep Convolutional Generative Adversarial Network) 구현 [pytorch 따라하기-1] 구글 Colab에 pytorch 세팅하기 https://limitsinx.tistory.com/136 [pytorch 따라하기-2] Tensor생성 및 Backward https://limitsinx.tistory.com/137 [pytorch 따라하기-3] 경사하강법을 통한 선형회귀 구현 https://limitsinx.tistory.com/138 [pytorch 따라하기-4] 인공신경망(ANN) 구현 https://limitsinx.tistory.com/139 [pytorch 따라하기-5] 합성곱신경망(CNN) 구현 https://limitsinx.tistory.com/140 [pytorch 따라하기-6] Neural Style Transfer 구현 https://lim.. 2021. 7. 27.
[pytorch 따라하기-7] pix2pix 구현 [pytorch 따라하기-1] 구글 Colab에 pytorch 세팅하기 https://limitsinx.tistory.com/136 [pytorch 따라하기-2] Tensor생성 및 Backward https://limitsinx.tistory.com/137 [pytorch 따라하기-3] 경사하강법을 통한 선형회귀 구현 https://limitsinx.tistory.com/138 [pytorch 따라하기-4] 인공신경망(ANN) 구현 https://limitsinx.tistory.com/139 [pytorch 따라하기-5] 합성곱신경망(CNN) 구현 https://limitsinx.tistory.com/140 [pytorch 따라하기-6] Neural Style Transfer 구현 https://lim.. 2021. 7. 27.