上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 273 下一页
摘要: 思科DNA竞品比较工具 思科DNA竞品比较工具 思科DNA竞品比较工具 您的网络能够驱动数字化转型吗? 根据IDC调查,45%的受调研公司计划在未来两年内做好网络数字化的准备。查看数字化网络带来的结果和商业价值。 下载报告 您的网络能够驱动数字化转型吗? 根据IDC调查,45%的受调研公司计划在未来 阅读全文
posted @ 2018-05-07 11:45 bonelee 阅读(2378) 评论(5) 推荐(0)
摘要: from:https://www.riverbed.com/sg/digital-performance/index.htmlMaximise Your Digital PerformanceConnecting people, businesses, and experiences in the 阅读全文
posted @ 2018-05-07 10:07 bonelee 阅读(508) 评论(0) 推荐(0)
摘要: # Multi-class (Nonlinear) SVM Example # # This function wll illustrate how to # implement the gaussian kernel with # multiple classes on the iris dataset. # # Gaussian Kernel: # K(x1, x2) = exp(-ga... 阅读全文
posted @ 2018-05-05 23:00 bonelee 阅读(1908) 评论(0) 推荐(0)
摘要: iris二分类 下面例子数据集可能更好看; 高斯核函数的应用,其实也可以自定义很多核函数: 阅读全文
posted @ 2018-05-05 22:41 bonelee 阅读(1759) 评论(0) 推荐(0)
摘要: 实现的是预测 低 出生 体重 的 概率。尼克·麦克卢尔(Nick McClure). TensorFlow机器学习实战指南 (智能系统与技术丛书) (Kindle 位置 1060-1061). Kindle 版本. 阅读全文
posted @ 2018-05-05 22:28 bonelee 阅读(443) 评论(0) 推荐(0)
摘要: 线性回归的一般形式 过拟合问题及其解决方法 问题:以下面一张图片展示过拟合问题 解决方法:(1):丢弃一些对我们最终预测结果影响不大的特征,具体哪些特征需要丢弃可以通过PCA算法来实现;(2):使用正则化技术,保留所有特征,但是减少特征前面的参数θ的大小,具体就是修改线性回归中的损失函数形式即可,岭 阅读全文
posted @ 2018-05-05 22:17 bonelee 阅读(6959) 评论(0) 推荐(0)
摘要: 线性拟合🌹叶子的长宽: 阅读全文
posted @ 2018-05-05 22:01 bonelee 阅读(395) 评论(1) 推荐(0)
摘要: from:https://www.cnblogs.com/shibalang/p/4859645.html 多元线性回归是最简单的机器学习模型,通过给定的训练数据集,拟合出一个线性模型,进而对新数据做出预测。 对应的模型如下: n: 特征数量。 一般选取残差平方和最小化作为损失函数,对应为: M:训 阅读全文
posted @ 2018-05-05 21:46 bonelee 阅读(10466) 评论(0) 推荐(0)
摘要: 【TensorFlow】tf.nn.softmax_cross_entropy_with_logits的用法 from:https://blog.csdn.net/mao_xiao_feng/article/details/53382790 from:https://blog.csdn.net/ma 阅读全文
posted @ 2018-05-05 20:23 bonelee 阅读(8527) 评论(0) 推荐(1)
摘要: tf.nn.sigmoid_cross_entropy_with_logits(_sentinel=None,labels=None, logits=None, name=None) sigmoid_cross_entropy_with_logits详解 这个函数的输入是logits和targets 阅读全文
posted @ 2018-05-05 20:13 bonelee 阅读(9976) 评论(0) 推荐(1)
上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 273 下一页