上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 273 下一页
摘要: 面试题:8个试剂,其中一个有毒,最少多少只小白鼠能检测出有毒试剂 方法1: 用3只小鼠,能组合成8种状态。 第一只喂食【1、3、5、7】四只试剂 第二只喂食【2、3、6、7】四只试剂 第三只喂食【4、5、6、7】四只试剂 方法2: 二分法,每次把试剂分成两堆,然后用两只小鼠测试,如果一只死掉了,那么 阅读全文
posted @ 2018-05-10 22:04 bonelee 阅读(765) 评论(0) 推荐(0)
摘要: 使用Tensorflow和VGG16预训模型进行预测 from:https://zhuanlan.zhihu.com/p/28997549 from:https://zhuanlan.zhihu.com/p/28997549 fast.ai的入门教程中使用了kaggle: dogs vs cats作 阅读全文
posted @ 2018-05-09 22:39 bonelee 阅读(11032) 评论(0) 推荐(0)
摘要: iris: 阅读全文
posted @ 2018-05-08 23:17 bonelee 阅读(1828) 评论(0) 推荐(0)
摘要: 效果: 阅读全文
posted @ 2018-05-08 22:33 bonelee 阅读(457) 评论(0) 推荐(0)
摘要: 关键代码:tflearn.DNN(net, checkpoint_path='model_resnet_cifar10', max_checkpoints=10, tensorboard_verbose=0, clip_gradients=0.) snapshot_epoch=True, # Snaps... 阅读全文
posted @ 2018-05-08 08:30 bonelee 阅读(1827) 评论(0) 推荐(0)
摘要: from:https://www.cnblogs.com/bigmonkey/p/7387943.html 加权kNN 上篇文章中提到为每个点的距离增加一个权重,使得距离近的点可以得到更大的权重,在此描述如何加权。 反函数 该方法最简单的形式是返回距离的倒数,比如距离d,权重1/d。有时候,完全一样 阅读全文
posted @ 2018-05-07 23:31 bonelee 阅读(4451) 评论(0) 推荐(0)
摘要: 示例数据: 代码:最大值与最小值之差:ptp() 阅读全文
posted @ 2018-05-07 22:49 bonelee 阅读(897) 评论(0) 推荐(0)
摘要: 思科DNA竞品比较工具 思科DNA竞品比较工具 思科DNA竞品比较工具 您的网络能够驱动数字化转型吗? 根据IDC调查,45%的受调研公司计划在未来两年内做好网络数字化的准备。查看数字化网络带来的结果和商业价值。 下载报告 您的网络能够驱动数字化转型吗? 根据IDC调查,45%的受调研公司计划在未来 阅读全文
posted @ 2018-05-07 11:45 bonelee 阅读(2307) 评论(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 阅读(479) 评论(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 阅读(1879) 评论(0) 推荐(0)
上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 273 下一页