일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- imread
- keras
- pycharm
- SPL
- pandas
- E-P1
- index
- install
- synology
- javascript
- LSTM
- mariadb
- pip
- Series
- RNN
- Splunk
- Python
- Numpy
- Lotto
- mean
- 알고리즘
- GitHub
- 삼성소프트웨어멤버십
- DFS
- ipad
- CNN
- Button
- dataframe
- SciPy
- GT-S80
Archives
- Today
- Total
목록merge (1)
잠토의 잠망경
[ML] Multiple Input Series - Multi-headed CNN Model
GITHUB https://github.com/yiwonjae/Project_Lotto/blob/master/Book_001/p100.py 0. 목표 이전 형태에서 model만 바꾼 것으로 input 값의 종류에 따라 layer를 변경한 것이다. 1. DATA # data sample 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]) out_seq = np.asarray([in_seq1[i]+in_seq2[i] for i in range(len(in_seq1))]) # sample용 의미 없음 in_seq1 = in_seq1.reshape((in..
공부/Python
2020. 2. 15. 11:46