-
openlayer_v5.3.0-dist
说明: openlayers必须的openlayer文件(Gis have to get a ol.js)
- 2020-06-16 21:20:02下载
- 积分:1
-
rtmplite-master
The siprtmp module implements a SIP-RTMP gateway. Please see the google code project for details on demo instructions and support information. The project description is contained in siprtmp.py file itself. The command line of siprtmp is same as rtmp, hence just replce rtmp by siprtmp in the following example to start the gateway.
- 2019-06-28 08:03:42下载
- 积分:1
-
手写数字识别
说明: python写的手写数字识别,建了一个CNN的神经网络(python Handwritten digit recognition)
- 2020-04-03 13:41:50下载
- 积分:1
-
利用蚁群算法解决多旅行商问题
说明: Python入门学习,利用蚁群算法解决多旅行商问题,适合入门者学习(freshman for python learning.. how to use ant colony algorithm to solve TSP problem)
- 2019-04-12 17:57:22下载
- 积分:1
-
honeycomb
说明: abaqus python变成实现自动建立蜂窝模型(The implementation of ABAQUS Python to build cellular model automatically)
- 2020-02-16 01:23:51下载
- 积分:1
-
梯度提升树算法实现
提升方法是将弱学习算法提升为强学习算法的统计学习方法。在分类学习中,提升方法通过反复修改训练数据的权值分布,构建一系列的基本分类器(弱分类器),并将这些基本分类器线性组合,构成强分类器。提升树是建立在决策树上的一种提升方法。针对回归、分类问题,它采用的损失函数不同。对于回归问题,通常使用平方误差损失函数;而对于分类问题,通常使用指数损失函数。代表性的方法主要有AdaBoost算法以及梯度提升树算法(GBDT)。
- 2020-12-11下载
- 积分:1
-
basin hopping
盆地跳跃法寻找势函数最低点,非常高效好用,值得一试(BASIN HOPPING CODE, really efficient and useful. Everyone should try it and thank me)
- 2021-04-17 14:18:52下载
- 积分:1
-
MCMC
说明: 用马尔可夫蒙特卡罗抽样从抽取样本,并拟合总体分布:正态分布、beta分布、t分布(Markov Monte Carlo sampling was used to extract samples and fit the population distribution: normal distribution, beta distribution and t distribution.)
- 2019-05-22 19:58:16下载
- 积分:1
-
gobang
一个五子棋游戏,用阿尔法贝塔剪枝的方法实现博弈树,程序会根据最优情况选择正确的落子位置(A Gobang game, using Alphabeta pruning method to achieve the game tree, the program will choose the right drop position according to the optimal situation.)
- 2020-06-17 18:00:02下载
- 积分:1
-
wordcount
实现了hadoop mapreduce模块中的wordcount例程(hadoop mapreduce wordcount)
- 2020-06-30 02:20:01下载
- 积分:1