-
graph-coloring
基于greedy DSATUR 的经典着色程序(Given a graph, vertex coloring is the assignment of colors to the vertices such that no two adjacents vertices share the same color. Vertex coloring problem is NP-hard for general graphs. However for some specific graph classes there are some positif results. For example by definition we can trivially color a bipartite graph using two colors.)
- 2013-07-31 03:19:02下载
- 积分:1
-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1
-
dijkstra
最短路径dijkstra算法的MATLAB实现(MATLAB implementation of the shortest path Dijkstra algorithm)
- 2017-08-14 08:59:19下载
- 积分:1
-
11
说明: :本文通过对伽尔顿板实验的过程及结果与混沌运动的特征进行比较分析,说明伽尔顿板实验不仅
是使人们认识多粒子无规则运动中粒子遵循统计规律的典型,还可以作为说明混沌运动特征的很
好示例。(: Based on the Jiaer Dun board process and results of experiments with the chaotic motion of a comparative analysis of the characteristics that Mingjiaerdun plate test is not only to create awareness of multi-particle random motion of particles follows the typical statistical law, but also as an illustration Characteristics of a good example of chaotic motion.)
- 2011-06-12 21:37:51下载
- 积分:1
-
dianliuzhihuanbijiaofa
PMSM的电流滞环比较法和SVPWM法的仿真模型
(PMSM current hysteresis SVPWM method of comparative law and a simulation model)
- 2011-07-02 11:02:31下载
- 积分:1
-
root_locus_1
matlab编程设计GPS中载波跟踪环路kalman滤波器的应用(matlab programmed the GPS carrier tracking loop kalman filter application)
- 2014-09-22 15:51:35下载
- 积分:1
-
ino.ent
read text,image,audio and calculate entropy and information
- 2011-10-19 01:46:20下载
- 积分:1
-
various-linear-system-theory
基于线性系统理论的MATLAB编程,包括对线性系统理论的各种实践应用(Based on the linear system theory of MATLAB programming, including the linear system theory of various practical applications)
- 2017-03-25 20:14:15下载
- 积分:1
-
ga_lm_bp
4-9-1的结构ga-lm的bp算法 有示例数值 不是拟合而是预测(4-9-1 structure of ga-lm bp algorithm is not fit but there are examples of numerical prediction)
- 2013-12-23 21:25:22下载
- 积分:1
-
Optimization6
关于matlab优化当中的一个多目标规划的一个源程序 很齐全很实用(The matlab optimization of a multi-objective planning of a source very complete and very useful)
- 2012-08-27 13:32:43下载
- 积分:1