机器学习
文章平均质量分 65
Razielll
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tensorflow实现线性回归
参考:https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/2_BasicModels/linear_regression.py原创 2017-04-28 21:14:53 · 685 阅读 · 0 评论 -
Tensorflow实现逻辑回归
参考:https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/2_BasicModels/logistic_regression.py原创 2017-04-28 21:18:40 · 2481 阅读 · 0 评论 -
Tensorflow实现最近邻
参照:https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/2_BasicModels/nearest_neighbor.py原创 2017-04-28 21:20:49 · 998 阅读 · 0 评论 -
Tensorflow实现多层感知器
参考:https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/multilayer_perceptron.py原创 2017-04-28 21:23:39 · 1848 阅读 · 0 评论
分享