-
Test
说明: 使用python实现的运行推荐算法的脚本文件(A test demo to run recomandation system)
- 2019-04-28 11:03:11下载
- 积分:1
-
基于神经网络的滑坡预测及其控制研究
说明: 本文针对滑坡预测预报这一复杂性问题提出一种基于前向反馈传播(BP)神经网络的预测模型,描述了滑坡系统输入输出之间的非线性关系。为克服 BP 网络后期收敛速度慢、易陷入局部极小点等缺点,以遗传算法(GA)和模拟退火算法(SA)相结合的方式即遗传-模拟退火(GSA)算法对网络权值进行优化。用该方法预测滑坡位移获得了较好的效果(In this paper, a prediction model based on forward feedback propagation (BP) neural network is proposed for the complex problem of landslide prediction. The nonlinear relationship between input and output of landslide system is described. In order to overcome the shortcomings of BP network, such as slow convergence speed and easy to fall into local minima, genetic algorithm (GA) and simulated annealing algorithm (SA) are combined to optimize the network weight. The method can be used to predict the displacement of landslides)
- 2020-04-11 21:07:59下载
- 积分:1
-
VCCT_Plugin
运用abaqus仿真分析软件,分析CFRP材料裂纹扩展(Using abaqus simulation and analysis software crack propagation analysis CFRP material)
- 2020-09-23 22:07:48下载
- 积分:1
-
崔庆才Python 3开发网络爬虫
学习python网路爬虫必备,对这方面学习非常有用。(Necessary for learning Python crawler)
- 2019-05-28 10:39:58下载
- 积分:1
-
情感分析
分类是把一个事物分到某个类别中。一个事物具有很多属性,把它的众多属性看作一个向量,即x=(x1,x2,x3,…,xn),用x这个向量来代表这个事物,x的集合记为X,称为属性集。类别也有很多种,用集合C={c1,c2,…cm}表示。一般X和C的关系是不确定的,可以将X和C看作是随机变量,P(C|X)称为C的后验概率,与之相对的,P(C)称为C的先验概率。
- 2022-01-25 21:12:01下载
- 积分:1
-
OpenCV-Python调用训练好的深度学习模型进行常见物体识别
使用训练好的模型进行物体识别,对于人、车的识别成功率极高,亲测好用!
- 2019-07-30下载
- 积分:1
-
fbmessenger_bot-master
Facebook messenger bot in python
- 2017-03-15 00:08:02下载
- 积分:1
-
pairmatching_real
说明: 手动实现LM算法代码,开头读取文件请忽略(self-developed LM algorithm)
- 2020-07-05 20:52:40下载
- 积分:1
-
Python语言在Abaqus中的应用(曹金凤)
Python语言在ABAQUS中的应用
以及随书光盘(Python application in ABAQUS)
- 2017-08-10 12:03:09下载
- 积分:1
-
机器学习原理之logistic回归算法与代码实现
说明: 根据现有数据对分类边界线建立回归公式,以此进行分类,其核心是通过最优化算法寻找最佳回归系数(权重系数),主要应用于二分类。(Based on the existing data, regression formulas are established to classify the classification boundary lines. The core of this method is to find the best regression coefficients (weight coefficients) through the optimization algorithm, which is mainly used in the second classification.)
- 2020-06-17 02:20:02下载
- 积分:1