摘要: Genetic algorithm-based clustering technique##2015.3.27 使用pyevolve###数据产生```%matplotlib inlinefrom scipy.stats import multivariate_normalimport matplo... 阅读全文
posted @ 2015-03-27 17:04 marquis 阅读(926) 评论(0) 推荐(0) 编辑
摘要: http://users.rowan.edu/~polikar/WAVELETS/WTpart1.html##引言之 时频信息的需求Although FT is probably the most popular transform being used (especially in electri... 阅读全文
posted @ 2015-03-25 19:11 marquis 阅读(355) 评论(0) 推荐(0) 编辑
摘要: #三月份##必看* 模糊三部曲:升学率的论文* 洪水预测eventness* 基于shape的cluster* 不错的trans Coupling fuzzy modeling and neural networks for river flood prediction该看第二遍了,**后边的推导*... 阅读全文
posted @ 2015-03-25 09:03 marquis 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ##关于数据数据说明http://cn.mathworks.com/help/fuzzy/examples/chaotic-time-series-prediction.html数据从matlab导出:输入load mgdata.dat ,然后另存为mat文件从python读入: import sc... 阅读全文
posted @ 2015-03-23 20:12 marquis 阅读(2874) 评论(0) 推荐(0) 编辑
摘要: ##如何将一个任意正方形变换为任意形状的四边形(不知道是否包含凹的啊,这个先不考虑)仿射变换肯定不行的了,它保持了平行性,即原两条线平行,变换之后还平行投影变换就可以,因为它仅仅保持了共线性,即只保证一条直线上的点变换之后仍然在一条直线上(参见Multiple View Geometry in co... 阅读全文
posted @ 2015-03-19 08:21 marquis 阅读(567) 评论(0) 推荐(0) 编辑
摘要: ##Flood prediction using Time Series Data Mininghttp://www.sciencedirect.com/science/article/pii/S0022169406004331####Introduction Hidden Markov Model... 阅读全文
posted @ 2015-03-18 10:18 marquis 阅读(277) 评论(0) 推荐(0) 编辑
摘要: ##遗传算法###Genetic Algorithms: An Overview遗传算法三要素:1. 染色体总体2. 基于适应值的选择3. 交叉产生子代,子代的随机变异>Most methods called \GAs" have at least the following elements in... 阅读全文
posted @ 2015-03-16 13:45 marquis 阅读(269) 评论(0) 推荐(0) 编辑
摘要: ##驾驶员特征的提取http://www.kaggle.com/c/axa-driver-telematics-analysis/data这个已经没时间弄了,过了enter日期.只好先学习人家咱弄的啦### 数据说明每一个driver都有200次的trace,即从0时刻的位置,到最终的位置,每一个t... 阅读全文
posted @ 2015-03-11 19:56 marquis 阅读(469) 评论(0) 推荐(0) 编辑
摘要: ##Statistical learning: the setting and the estimator object in scikit-learn###数据类型**数据的第一个轴是样本轴,第二个轴是特征轴**```A simple example shipped with the scikit... 阅读全文
posted @ 2015-03-10 10:08 marquis 阅读(277) 评论(0) 推荐(0) 编辑
摘要: ###Kaggle列出来的资源[官博](http://blog.kaggle.com/)[wiki](https://www.kaggle.com/wiki/Home)其中* [PastSolutions](https://www.kaggle.com/wiki/PastSolutions)是过期的... 阅读全文
posted @ 2015-03-06 12:48 marquis 阅读(131) 评论(0) 推荐(0) 编辑
摘要: ##seaborn美化图片之设置背景```import seaborn as snssns.set_style('white')plt.scatter(X_2[:,0],X_2[:,1],c=Y_train,cmap=plt.cm.prism)```设置背景后画面特别干净利落,不举例子了。这个其实主... 阅读全文
posted @ 2015-03-05 16:15 marquis 阅读(332) 评论(0) 推荐(0) 编辑
摘要: in Progress:Bishop, Christopher M.Pattern recognition and machine learning. Vol. 1. New York: springer, 2006. 阅读全文
posted @ 2014-11-11 17:52 marquis 阅读(99) 评论(0) 推荐(0) 编辑