资源列表
风功率预测matlab
- 用matlab进行风功率预测,最小二乘法(wind power data prediction based on matlab)
基于Matlab的函数优化遗传算法程序
- 这是基于Matlab的函数优化遗传算法程序(This is based on Matlab's function optimization genetic algorithm program.)
朴素贝叶斯
- 朴素贝叶斯算法运行和程序代码的实验与结果(Operation of naive Bayes algorithm)
Find the best tree for Fisher
- 随机森林是一大算法,这个程序是随机森林中的一个小例子的展示。(Random forest is a large algorithm. This program is a demonstration of a small example in random forests.)
07-project
- 机器学习实战案例,分析股票相关基础趋势分析,来自麦子学院(The practical case of machine learning comes from the wheat Institute)
dbn-master
- 深度置信网络DBN,深度学习,神经网络,分类(deep belief network(DBN), deep learning, neural network, classification)
遗传算法BP网络
- 基于人工神经网络的遗传算法算法融合,利用遗传算法结合BP来达到最优结果(Algorithm fusion of genetic algorithm based on artificial neural network)
tf basic
- 一个简单的tensorflow线性回归demo tensorflow版本1.4.0-GPU(A simple tensorflow linear regression demo Tensorflow version 1.4.0-GPU)
ga
- 这是一个可以完成装箱问题的遗传算法,很容易移植到各个地方。(This is a genetic algorithm that can complete the bin packing problem. It is easy to transplant to various places.)
VGG19_with_tensorflow-master111
- 卷积神经网络,vgg19利用TensorFlow实现VGG19(cnn Convolution neural network, vgg19 realized vgg119 by tensor flow)
machine_learning
- 关于BP算法的matlab仿真模型,BP算法的每个模块划分比较清晰,能够直接给输入集,然后得到输出结果
logistic
- python实现的logistic回归,ex2为不带正则化的版本,ex2_reg为正则化版本,从数据集中的两个特征中,采用相乘与取n次方的方法,又人工生成了一些特征,因此加上了正则化。(logistic regression in python)