-
Python物理学高效计算
说明: 本书介绍了如何通过Python自动化地完成物理领域方面的研究。全书共分为4个部分,以Python代码为示例向读者介绍了如何用Python解决物理项目中出现的各种问题。(This book describes how to automate research in the field of physics through Python. The book is divided into four parts, with Python code as an example to show readers how to use Python to solve various problems in physical projects.)
- 2019-03-18 09:19:01下载
- 积分:1
-
NMF 程序
说明: 使用NMF识别,输入样本矩阵,进行非负矩阵分解得到分解矩阵。(Nonnegative matrix decomposition using NMF identification)
- 2019-12-01 15:23:05下载
- 积分:1
-
syscomp
比较软件界面操作和数据表变化的小工具,快速定位表逻辑(tool which compare interface operation with table change)
- 2014-05-08 21:00:14下载
- 积分:1
-
FCRN-DepthPrediction-master
使用tensorflow框架搭建神经网络,从单目图像中估计深度值(Using tensorflow framework to build a neural network to estimate depth from monocular images)
- 2019-03-22 15:04:04下载
- 积分:1
-
CNN
这是一个为1D心电图数据训练而设计的神经网络。(this is a Covoluntional Neural Network deisigned for 1D ECG data training.)
- 2018-12-03 16:21:06下载
- 积分:1
-
图像拼接---去除黑边
说明: 使用python语言实现多张图像的拼接,并且处理拼接之后的裂缝和黑边。(Use python language to achieve splicing of multiple images, and deal with cracks and black edges after splicing.)
- 2019-04-02 15:24:23下载
- 积分:1
-
nsga2.tar
这段代码描述多目标遗传算法NSGAII算法的实现,抓要包含三部分:Non-dominated sort, Crowding distance assignment, the selection process来找到pareto-front(The basic operations being performed and the worst case complexities associated with are as follows:
Multi-objective evolutionary algorithms which uses non-dominated sorting to find pareto front. It is consist of tree parts:
• Non-dominated sort returns a list of the non-dominated fronts F. (O(mN 2 ))
• Crowding distance assignment is O(mNlogN)
• The crowed comparison operator (Sort on ≥ n) guides the selection process at the various stages of the algorithm towards a uniformly spread out Pareto-optimal front. (O(2Nlog(2N))))
- 2016-09-28 16:50:08下载
- 积分:1
-
heft-master
heft algo
- 2019-01-12 06:20:49下载
- 积分:1
-
案例-泰坦尼克号
使用机器学习算法建立泰坦尼克号幸存者模型(Establishment of Titanic Survivor Model Using Machine Learning Algorithms)
- 2020-06-18 05:20:02下载
- 积分: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