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