资源列表
LevyDistribution
- 实现levy-flight算法,可以应用到布谷鸟搜索算法,其中参数为(3,1)(levy-flight algorithm)
Machine Learning in Action with PDF and CODE
- 机器学习经典教程,Machine Learning in Action,高清扫描可编辑pdf以及相应的Python代码。(Machine learning classic tutorial, Machine, Learning, in, Action, high-definition scanning, editable PDF, and the corresponding Python code.)
interp
- 分奇偶两种情况讨论的二次插值程序。当区间数为奇时,最后一个单独区间与倒数第二个区间一起插值。(The two interpolation procedure discussed in two cases of odd even numbers. When the interval number is odd, the last individual interval is interpolated with the last second intervals.)
grnn
- 导入数据可以实现逐次预报计算,并保存结果(Importing data allows you to predict successive calculations and save the results)
bpANNs
- 有一个隐藏层的人工神经网络程序。吴恩达Coursera上课程的程序,稍作修改。(There is a hidden layer of artificial neural network procedures.)
Asuanfa
- 建立一个30*30带障碍的小地图,包括起点和终点。寻找最短路径。(Create a small map of 30*30 with obstacles, including starting and ending points. Find the shortest path.)
lp_solve_5.5.2.0_MATLAB_exe_win64
- 它是一个混合整数线性规划求解器,可以求解纯线性、(混合)整数/二值、半连续和特殊有序集模型。并且经过实际验证,有极高的求解效率。(It is a mixed integer linear programming solver, which can solve pure linear, mixed (integer) / integer, two valued, semi continuous and special ordered set models. And through practica
hello
- 实现c++数值操作 例如输入数组的数1 2 3 4 5 则输出2 1 4 3 5 4 。程序里有默认的输入数组,使用者酌情修改,能够运行,亲测有效。(C + + numerical operations For example, the input array number 1 2 3 4 5 output 2 1 3 4 5 4. Program in the default input array, the user as appropriate changes, to be able to
week8
- 一个简单的A*算法实现的游戏地图模拟,java实现,applet(A simple A* algorithm to achieve the game map simulation, Java implementation, applet)
球表面生成均匀分布随机点
- 利用抽样方法,在球表面生成了均匀分布的随机点(Uniform random points are generated on the spherical surface by using the sampling method)
test1
- Many of us insist the main impediment to a full, successful life is the outside world. In fact, the most common enemy lies within: our ego. Early in our careers, it impedes learning and the cultivation of talent. With success, it can blind us to our
mc
- 此代码实现加速后的数值流形方法前处理功能,比源程序前处理数据生成速度提高90%以上(This code implements the preprocessing function of the numerical manifold method after acceleration, and generates more than 90% faster than the source pre process data)