일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Numpy
- index
- pycharm
- GT-S80
- install
- synology
- keras
- pip
- Lotto
- E-P1
- pandas
- DFS
- javascript
- Button
- GitHub
- mean
- 삼성소프트웨어멤버십
- ipad
- RNN
- imread
- SPL
- CNN
- dataframe
- Splunk
- Series
- LSTM
- SciPy
- mariadb
- Python
- 알고리즘
Archives
- Today
- Total
목록input (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