强化学习
Bill_zhang5
这个作者很懒,什么都没留下…
展开
-
开源项目收集
https://github.com/loliverhennigh/Convolutional-LSTM-in-Tensorflow https://github.com/xylcbd/blogs_code/blob/master/algorithm-python-knn/knn.py https://machinelearningmastery.com/visualize-machine-lea...原创 2018-11-18 17:40:50 · 250 阅读 · 0 评论 -
TensorFlow批读取图片
# coding:utf-8from __future__ import print_functionimport osimport tensorflow as tfdef TF_image_data(path_to_images): """ using tensorflow to read and store data """ if not t...原创 2019-07-25 14:42:33 · 203 阅读 · 0 评论