摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Thu Oct 25 15:29:59 2018@author: lg"""import tensorflow as tfimport nu... 阅读全文
posted @ 2018-10-25 19:28 luoganttcc 阅读(86) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Thu Oct 25 13:41:35 2018@author: lg"""import numpy as npimport pandas ... 阅读全文
posted @ 2018-10-25 19:22 luoganttcc 阅读(357) 评论(0) 推荐(0) 编辑
摘要: import numpy as np import tensorflow as tf import tensorflow.contrib.rnn as rnn import matplotlib.pyplot as plt import matplotlib... 阅读全文
posted @ 2018-10-25 19:20 luoganttcc 阅读(111) 评论(0) 推荐(0) 编辑