摘要: 1 2 import numpy as np 3 from keras.models import Sequential 4 from keras.layers.core import Dense, Dropout, Activation 5 from keras.layers import Con 阅读全文
posted @ 2020-02-19 16:35 cfancy 阅读(319) 评论(0) 推荐(0)
摘要: 1 import tensorflow as tf 2 import numpy as np 3 from keras.models import Sequential 4 from keras.layers.core import Dense, Dropout, Activation 5 from 阅读全文
posted @ 2020-02-19 16:31 cfancy 阅读(199) 评论(0) 推荐(0)