上一页 1 ··· 326 327 328 329 330 331 332 333 334 ··· 345 下一页
摘要: 视频分类链接原文keras 阅读全文
posted @ 2018-11-02 16:39 luoganttcc 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 链接from keras.applications.vgg16 import VGG16from keras.models import Sequential, Modelfrom keras.layers import Input, TimeDistrib... 阅读全文
posted @ 2018-11-02 14:51 luoganttcc 阅读(711) 评论(0) 推荐(0) 编辑
摘要: # univariate cnn-lstm examplefrom numpy import arrayfrom keras.models import Sequentialfrom keras.layers import LSTMfrom keras.mo... 阅读全文
posted @ 2018-10-31 13:10 luoganttcc 阅读(375) 评论(0) 推荐(0) 编辑
摘要: """ This script demonstrates the use of a convolutional LSTM network.This network is used to predict the next frame of an artific... 阅读全文
posted @ 2018-10-30 11:58 luoganttcc 阅读(2320) 评论(2) 推荐(0) 编辑
摘要: git链接 阅读全文
posted @ 2018-10-30 11:43 luoganttcc 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 文章链接如下链接 阅读全文
posted @ 2018-10-30 11:41 luoganttcc 阅读(167) 评论(0) 推荐(0) 编辑
摘要: import numpy as np, scipy.ndimage, matplotlib.pyplot as pltfrom scipy import statsfrom keras.models import Sequentialfrom keras.l... 阅读全文
posted @ 2018-10-30 11:37 luoganttcc 阅读(532) 评论(0) 推荐(0) 编辑
摘要: model = Sequential()# define CNN modelmodel.add(TimeDistributed(Conv2D(...))model.add(TimeDistributed(MaxPooling2D(...)))model.a... 阅读全文
posted @ 2018-10-29 15:39 luoganttcc 阅读(93) 评论(0) 推荐(0) 编辑
摘要: # univariate cnn-lstm examplefrom numpy import arrayfrom keras.models import Sequentialfrom keras.layers import LSTMfrom keras.la... 阅读全文
posted @ 2018-10-29 15:36 luoganttcc 阅读(127) 评论(0) 推荐(0) 编辑
摘要: import kerasfrom keras.models import Sequentialfrom keras.layers import Denseimport numpy as npfrom sklearn.model_selection impor... 阅读全文
posted @ 2018-10-29 11:32 luoganttcc 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 ··· 326 327 328 329 330 331 332 333 334 ··· 345 下一页