搜索资源列表
PGD
- 最优化方法之近端梯度下降法,适用于L1正则项的最优化。-Proximal gradient descent
PCA两种算法matlab+C++
- C++和matlab的两种算法实现PCA的源程序。(Two algorithms to achieve PCA source.)
Spark高级数据分析
- 这个压缩包包括书和源代码,用于Spark学习和交流。(This compressed package includes books and source code for Spark learning and communication.)
3个算法
- 同一个算法的Hadoop和spark实现,一共三个算法。(Hadoop and spark implementation of the same algorithm, a total of three algorithms)
Mahout算法解析与案例实战
- Mahout包含许多实现,包括聚类、分类、推荐过滤、频繁子项挖掘。此外,通过使用 Apache Hadoop 库,Mahout 可以有效地扩展到云中。(Mahout includes many implementations, including clustering, classification, recommendation filtering, frequent sub item mining. In addition, by using the Apache Hadoop librar
1
- GN算法是一种分裂型的社区结构发现算法。该算法根据网络中社区内部高内聚、社区之间低内聚的特点,逐步去除社区之间的边,取得相对内聚的社区结构。(GN algorithm is a divisive community structure discovery algorithm. According to the characteristics of high cohesion within the community and low cohesion between communities, th
ARMA-Java--master
- ARIMA模型是通过将预测对象随时间推移而形成的数据序列当成一个随机序列,进而用一定的数学模型来近似表述该序列。根据原序列是否平稳以及回归中所包含部分的不同分为AR、MA、ARMA以及ARIMA过程。 在模型的使用过程中需要根据时间序列的自相关函数、偏自相关函数等对序列的平稳性进行判别;而对于非平稳序列一般都需要通过差分处理将其转换成平稳序列(ARIMA);对得到的平稳序列进行建模以确定最佳模型(AR、MA、ARMA或者ARIMA)。在使用中最重要也是最关键的就是对序列进行参数估计,以检验其
daily_translation
- Matlab程序,为统计降尺度方法的一种,可以进行气候变化分析。(Statistical downscaling method)
字频统计
- 对任意文本文件中出现的汉字的字形数和字种数进行频次统计。字频统计结果按照降序输出。可同时选中多个文本文件进行字频统计(The number of characters and the number of Chinese characters in any text file are counted. The statistical results in descending order of frequency output. Can also select multiple text file
Sparse-Autoencoder-Tensorflow-master
- 稀疏自编码结构,用一个训练样例。。。。。。(sparse autoencoder sample)
carhome
- 爬取汽车之家图片,其网站为异步加载,应对方法有点笨,=。=但有效(Climb the car home picture, its website is asynchronous loading, the response method is a bit stupid, =. = but valid)
multiple data
- 可以自动扩充已有的VOC数据集,改变主程序中相应变量数值,得到水平翻转、竖直翻转的xml数据集。(The existing VOC data set can be automatically expanded)
用决策树做模式表述
- 使用决策树进行R语言建模的例子,是模式表达领域的一个例子。(An example of R language modeling using decision tree algorithm)
用Python写网络爬虫
- 用Python写网络爬虫一书,李斌译。适用于python2.7版本(Write a web crawler with Python)
Grover's Search Algorithm
- Grover搜索算法,Grover的算法是一种量子算法,它可以高可能性地找到产生特定输出值的黑盒函数的唯一输入。(Grover's algorithm is a quantum algorithm that finds with high probability the unique input to a black box function that produces a particular output value.)
Grover's Search Algorithm
- Grover搜索算法,Grover的算法是一种量子算法,它可以高可能性地找到产生特定输出值的黑盒函数的唯一输入。(Grover's algorithm is a quantum algorithm that finds with high probability the unique input to a black box function that produces a particular output value.)
电商广告点击大数据实时流处理系统案例代码
- 该程序实现topN功能和实时更新黑名单功能,并且能够预测未来点击流趋势。(TopN function and real-time update blacklist function)
Python基础教程(第3版)
- 本书包括 Python 程序设计的方方面面: 首先, 从 Python 的安装开始, 随后介绍了 Python 的基础知识 和基本概念, 包括列表、 元组、 字符串、 字典以及各种语句; 然后, 循序渐进地介绍了一些相对高级的主 题, 包括抽象、 异常、 魔法方法、 属性、 迭代器; 此后, 探讨了如何将 Python 与数据库、 网络、 C 语言等 工具结合使用, 从而发挥出 Python 的强大功能, 同时介绍了 Python 程序测试、 打包、 发布等知识; 最后, 作者结合前面讲
机器学习Python程序
- 覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimiza
99策略代码
- 99个Python策略源代码,用于宽客的策略。(99 Python Financial Strategy Source Codes)