일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pycharm
- CNN
- Python
- mariadb
- pip
- GitHub
- pandas
- ipad
- RNN
- LSTM
- 알고리즘
- mean
- Lotto
- Numpy
- keras
- install
- imread
- dataframe
- DFS
- Series
- 삼성소프트웨어멤버십
- E-P1
- synology
- GT-S80
- SPL
- SciPy
- Button
- index
- Splunk
- javascript
Archives
- Today
- Total
목록steps (1)
잠토의 잠망경
[ML] CNN - Multiple Parallel Input and Multi-step Output
GITHUB https://github.com/yiwonjae/Project_Lotto/blob/master/Book_001/p119.py 0. 목표 [ 10 15 25] [ 20 25 45] [ 30 35 65] [ 40 45 85] [ 50 55 105] [ 60 65 125] [ 70 75 145] [ 80 85 165] [ 90 95 185] input [ 10 15 25] [ 20 25 45] [ 30 35 65] output [ 40 45 85] [ 50 55 105] 1. DATA in_seq1 = np.asarray([10, 20, 30, 40, 50, 60, 70, 80, 90]) in_seq2 = np.asarray([15, 25, 35, 45, 55, 65, 75, 85, 95]) o..
공부/Python
2020. 2. 16. 16:47