Tensorflow
闲庭信步却信手拈来
初摸OS的小本
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
文章标题
Logistic Regression 代码 要点 总结 代码import numpy as np import tensorflow as tf# Import MINST data from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("MNIST_data/",原创 2017-02-27 18:17:07 · 211 阅读 · 0 评论 -
Tensorflow入门:Non-parametric Nearest Neighbor
Tensorflow入门:Non-parametric Nearest NeighborTensorflow入门Non-parametric Nearest Neighbor 代码 要点 总结代码import numpy as np import tensorflow as tf# import MNIST data from tensorflow.examples.tutorials.mnist原创 2017-02-23 10:46:34 · 621 阅读 · 0 评论 -
Tensorflow入门:Linear Regression
Tensorflow入门:Logistic Regression 代码 要点 总结 代码import numpy as np import matplotlib.pyplot as plt import tensorflow as tf# parameters learning_rate = 0.01 training_epochs = 1000 display_step = 50# Trainin原创 2017-02-24 22:32:10 · 612 阅读 · 1 评论
分享