08 2016 档案

摘要:https://github.com/chenghuige/tensorflow-exp/blob/master/examples/sparse-tensor-classification/ tensorflow-exp/example/sparse-tensor-classification/tr 阅读全文
posted @ 2016-08-15 16:14 阁子 阅读(1385) 评论(0) 推荐(0)
摘要:https://github.com/chenghuige/tensorflow-exp/blob/master/examples/sparse-tensor-classification/ tensorflow-exp/example/sparse-tensor-classification/train-validate.py 当你需要train的过程中validate的时候,如... 阅读全文
posted @ 2016-08-15 16:14 阁子 阅读(4361) 评论(0) 推荐(0)
摘要:https://github.com/chenghuige/tensorflow-exp/blob/master/examples/sparse-tensor-classification/ tensorflow-exp/example/sparse-tensor-classification/train-validate.py 当你需要train的过程中validate的时候,如... 阅读全文
posted @ 2016-08-15 16:09 阁子 阅读(1410) 评论(0) 推荐(0)
摘要:#写libsvm格式 数据 write libsvm #!/usr/bin/env python #coding=gbk # ============================================================================== # \file gen-records.py # ... 阅读全文
posted @ 2016-08-12 18:06 阁子 阅读(6707) 评论(0) 推荐(0)
摘要:几个point import tensorflow as tf sess = tf.InteractiveSession() In [12]: t = tf.constant([[1, 2, 3], [4, 5, 6]], dtype=tf.float32) In [19]: tf.expand_d 阅读全文
posted @ 2016-08-07 15:46 阁子 阅读(10306) 评论(0) 推荐(0)