会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Notes
博客园
首页
联系
订阅
管理
2019年9月1日
Keras笔记
摘要: model.predict() 和model.predict_classes() 在predict时 MinMaxScaler(feature_range=(0,1)) 预处理数据
阅读全文
posted @ 2019-09-01 00:34 7894561230
阅读(184)
评论(0)
推荐(0)
2019年2月19日
Spectral Clustering 并用silhouette指标值确定最优聚类数目
摘要: clusterDatathon.py 说明: 输入:(dataExample) 处理:选择一系列的cluster数目,进行spectral clustering(经过比较,感觉spectral clustering可能效果好一点),通过silhouette指标值确定最优聚类数目 输出: 代码如下:
阅读全文
posted @ 2019-02-19 11:08 7894561230
阅读(3590)
评论(0)
推荐(0)
2018年12月15日
AWS Linux实践:shadowsocks搭建虚拟网
摘要: 参考:https://www.tyrion.wang/2017/02/04/VPN搭建-亚马逊EC2-Shadowsocks/ 1.创建aws Linux 并用PuTTY连接。参考aws的文档: https://docs.aws.amazon.com/zh_cn/AWSEC2/latest/User
阅读全文
posted @ 2018-12-15 02:31 7894561230
阅读(1)
评论(0)
推荐(0)
2018年11月23日
Java Swing, paint(), paintComponent(), repaint()
摘要: 在java的小游戏编程中,如果主人公移动,或者组件之间发生碰撞,等,需要重绘界面。 如果是用awt的canvas, 常用的策略是:增加一个BufferedStrategy对象, 然后再调用canvas对象的createBufferedStrategy()等。 在Swing中,比较好用的方法是:pai
阅读全文
posted @ 2018-11-23 01:23 7894561230
阅读(1335)
评论(0)
推荐(0)
2018年11月16日
tensorflow(一):安装在Spyder上
摘要: 参考:https://www.tensorflow.org/install/install_windows?hl=zh-cn 最简单的是,安装在anaconda上。 一 anaconda设置 把python版本改成3.5或3.6 二 anaconda上安装tensorflow 环境 1 运行anac
阅读全文
posted @ 2018-11-16 04:11 7894561230
阅读(832)
评论(0)
推荐(0)
2018年11月12日
人工智能入门(七):artificial neural network
摘要: 1.Multilayer feedforward networks and backpropagation2.Training of feedforward neural networks3.Generalization4. Bayesian learning of neural networks5
阅读全文
posted @ 2018-11-12 10:19 7894561230
阅读(456)
评论(0)
推荐(0)
人工智能入门(六):SVM
摘要: MLPs Vs. SVM, QP problem,geometrical interpretation, primal space,dual space,fi-function,slack variance(L1,L2;origal,LS SVM),linear kernel,RBF kernel(
阅读全文
posted @ 2018-11-12 10:11 7894561230
阅读(234)
评论(0)
推荐(0)
人工智能入门(五):data mining的一些算法
摘要: 1.association rule mining: brief apriori, FP Tree等;recommanding: content based filtering, collaborative filtering,hybrid 2.clustering:BIRCH,CURE,k-mea
阅读全文
posted @ 2018-11-12 09:57 7894561230
阅读(388)
评论(0)
推荐(0)
人工智能入门(四):uncertainty&基于统计的学习
摘要: 1.belief networks (indenpendence, collider,conditioning / marginalization,connection graph,independence in belief networks,D-separation,uncertain and
阅读全文
posted @ 2018-11-12 09:34 7894561230
阅读(469)
评论(0)
推荐(0)
2018年11月10日
人工智能入门(三):机器学习问题的基本类型
摘要: 1:concept learning:version space,decision tree等; 2:rule learning:If-then rules, association rules, genetic programming等; 3. instance-based learning(k-
阅读全文
posted @ 2018-11-10 01:25 7894561230
阅读(270)
评论(0)
推荐(0)
下一页
公告
点击右上角即可分享