资源列表
Memetic Algorithm
- 基于启发式算法(Heuristic Algorithm, HA)与修复遗传算法(Repairing Genetic Algorithm, RGA)相结合的文化基因算法(Memetic Algorithm, MA)是一种较为迅速的最优算法(The Memetic Algorithm (MA) based on Heuristic Algorithm (HA) and repair Genetic Algorithm (RGA) is a relatively fast optimal Algori
Pro Deep Learning with TensorFlow
- Pro Deep Learning with TensorFlow
神经网络与机器学习(原书第3版)
- 神经网络与机器学习电子书,欢迎大家下载,共同学习(Textbook of Neural Network)
dct slm fibonacci mimo
- dct slm fibonacci binary sequences in mimo ofdm
30 lzq
- 用于pso等各种优化算法以及各种交叉使用的算法 神经网络还有单纯型法的最大最小优化算法(Various optimization algorithms, such as PSO, and all kinds of intersecting algorithm neural networks and the simplex optimization algorithm of simplex method)
danchunxing
- 各种优化算法以及各种交叉使用的算法 神经网络还有单纯型法的最大最小优化算法(Various optimization algorithms, all kinds of cross used algorithm neural networks and the simplex optimization algorithm of simplex method)
kaiguan3
- 做电力电子直接转矩控制采用的开关函数代码(Switching function code used in power electronic direct torque control)
fitness
- 比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一(或某些)指标达到最优的一些学科的总称。随着学习的深入,博主越来越发现最优化方法的重要性,学习和工作中遇到的大多问题都可以建模成一种最优化模型进行求解,比如我们现在学习的机器学习算法,大部分的机器学习算法的本质都是建立优化模型,通过最优化方法对目标函数(或损失函数)进行优化,从而训练出最好的模型。常见的最优化方法有梯度下降法、牛顿法和拟牛顿法
PSO
- 梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commo
333
- 牛顿法是一种在实数域和复数域上近似求解方程的方法。方法使用函数f (x)的泰勒级数的前面几项来寻找方程f (x) = 0的根。牛顿法最大的特点就在于它的收敛速度很快。(The Newton method is a method to approximate the equation in the real and complex domain. The method uses the first few of the Taylor series of the function f (x) to
DensityClust [Matlab 1.2]
- Cluster analysis is used in many disciplines to group objects according to a defined measure of distance. Numerous algorithms exist, some based on the analysis of the local density of data points, and others on predefined probability distributions. R
conv to eps
- this program 'ImageToEps' is intended for the conversion of png images into eps image. very useful for scientific copywriters.