-
Kares入门资料打包
说明: 深度学习框架Keras入门资料,里面的代码包括课件和DEMO有利于新书入门学习,简单易懂(Keras Introductory Information of Deep Learning Framework, which includes courseware and DEMO, is helpful for introductory learning of new books. It is easy to understand.)
- 2020-06-17 17:00:01下载
- 积分:1
-
advantages
关于粒子滤波的仿真程序,比较了粒子滤波和卡尔曼滤波的优缺点(On the simulation program of particle filter, the advantages and disadvantages of particle filter and Kalman filter are compared.)
- 2018-11-14 16:19:23下载
- 积分:1
-
微博数据挖掘
利用python调用新浪api接口实现的新浪微博数据的挖掘,能够获取指定的经纬度地点的微博动态信息,还能够将其写入MySQL数据库中。
- 2022-07-12 15:52:46下载
- 积分:1
-
利用BP神经网络进行字符识别
利用神经网络进行字符的识别,并对神经网路训练(Use neural networks for character recognition and neural network training)
- 2018-12-10 21:20:03下载
- 积分:1
-
arma
ARMA的MATLAB代码,包含自动定阶和参数识别等,代入数据可直接用,不坑。(ARMA MATLAB code, including automatic order and parameter identification, etc., can be used directly into the data, not pit.)
- 2017-03-20 11:12:56下载
- 积分:1
-
机器学习Python程序
覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimization algorithm; reinforcement learning and other algorithms of Python code.)
- 2018-10-26 18:55:12下载
- 积分:1
-
ZookeeperClient
zookper节点搭建、持久节点、临时节点创建以及动态上下线(Construction of Zookper Node and Dynamic Up and Down)
- 2020-06-20 10:00:01下载
- 积分:1
-
用python 做的网络数据爬虫
说明: 用python 做的网络数据爬虫,爬取淘宝数据,并分析。(Use Python to do the network data crawler, crawl the Taobao data, and analyze.)
- 2020-02-25 18:34:31下载
- 积分:1
-
sklearn-tree-BN-knn
分类器的性能比较与调优:
使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。
使用不同分析三种分类器在实验中的性能比较,分析它们的特点。
本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers:
We use tree, Bayesian and KNN in scikit-learnpackage to train the data model and try to understand its principle and application.
The performances of three classifiers are compared and their characteristics are analyzed.
The data set used in this experiment is house and segment.)
- 2021-04-16 15:08:53下载
- 积分:1
-
DE.python
Python实现的差分进化算法源代码
使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。(Python implementation of the differential evolution algorithm source code uses the Python implementation of the differential evolution algorithm, a reference to Numpy and Scipy, can support multi-core and parallel computing cluster. Just use the definition of Inheritance DESolver and function def error_func (self, indiv,* args) as the objective function can be.)
- 2011-04-25 11:05:15下载
- 积分:1