机器学习笔记
树先生和他的小考拉
这个作者很懒,什么都没留下…
展开
-
莫烦大大TensorFlow视频学习笔记
开始学习莫烦大大发布的基于Python的机器学习视频,本文代码均为莫烦大大视频代码,成功运行后发表在此作为学习笔记以下代码为通过机器学习的方法求得函数 y=0.1x+0.3@author: 莫烦"""import tensorflow as tfimport numpy as np#create datax_data = np.random.rand(100).转载 2017-10-30 19:22:40 · 1000 阅读 · 0 评论 -
构建第一个神经网络
@莫烦Python视频中讲解了如何构架第一个神经网络,使用到的库函数为TensorFlow和numpy。###使用软件anaconda3import tensorflow as tfimport numpy as np#导入模块以后,构建一个添加神经网络层的函数 add_layer(),其中需要设置的神经网络层的变量为输入输出和激励函数,同时需要告知转载 2017-10-30 21:53:30 · 1018 阅读 · 0 评论 -
bazel 遇到问题“ERROR: no such package 'external': Error encountered while dealing with the WORKSPACE”
运行github上的代码时遇到问题:ERROR: no such package 'external': Error encountered while dealing with the WORKSPACE file: ERROR: no such package 'external': Error encountered while dealing with the WORKSPACE ...原创 2018-07-18 10:12:38 · 2769 阅读 · 0 评论