본문 바로가기

DeepLearning Framework & Coding/Tensorflow 2.X15

[코드로 이해하는 딥러닝 2-14] - 딥러닝(LSTM)으로 주가예측하기 [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2021. 1. 19.
[코드로 이해하는 딥러닝 2-13] - LSTM으로 문단 학습시키기 [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2021. 1. 18.
[코드로 이해하는 딥러닝 2-12] - LSTM으로 문장 학습시키기 [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2021. 1. 17.
[코드로 이해하는 딥러닝 2-11] - RNN(Recurrent Neural Network)/LSTM(Long-Short-Term-Memory) [코드로 이해하는 딥러닝 0] - 글연재에 앞서 https://limitsinx.tistory.com/27 [코드로 이해하는 딥러닝 1] - Tensorflow 시작 https://limitsinx.tistory.com/28 [코드로 이해하는 딥러닝 2] - Tensorflow 변수선언 https://limitsinx.tistory.com/29 [코드로 이해하는 딥러닝 3] - Tensorflow placeholder변수 https://limitsinx.tistory.com/30 [코드로 이해하는 딥러닝 4] - 선형회귀(Linear Regression) https://limitsinx.tistory.com/31 [코드로 이해하는 딥러닝 5] - 다중선형회귀(Multiple Linear Regressio.. 2021. 1. 16.
[코드로 이해하는 딥러닝 2-11] - CNN(Convolutional Neural Network) ※ Tensorflow1문법을 2로만 바꾸는것이기에, 코드분석 위주로 진행하고있습니다. [Tensorflow1 링크종합] https://limitsinx.tistory.com/50 ※ 이 전글에서 정리한 코드/문법은 재설명하지 않으므로, 참고부탁드립니다. 코드만 해석하고 넘어가기에 다소 불친절한 글 일수 있습니다.. 개념적인 부분은 하기 링크에 따로 정리해두어, 참조 부탁드립니다. https://limitsinx.tistory.com/47 딥러닝이라고 하면 흔히 떠오르는 ,CNN(Convoltuional Neural Network)에 대해 정리해보겠습니다. 개념적인 부분은 상기 링크에 정리를 해두었으므로, 이번 글에서는 코드 분석 위주로 정리를 하겠습니다.(tensorflow2.1) [코드 전문] imp.. 2021. 1. 15.