二阶倒立摆matlab代码倒立摆模型 该报告介绍了一个倒立摆的例子以及用于设计和实现模糊控制器的典型程序。 为了模拟模糊控制系统,必须指定倒立摆的数学模型。 使用MATLAB集成了表示钟摆数学模型的代码,实现了隶属函数。 数学模型由二阶微分方程表示,该方程需要在Matlab中使用ode23命令才能求解。
2021-10-27 11:48:46 1.1MB 系统开源
1
The Monte Carlo code MCML (Monte Carlo modeling of light transport in multi-layered tissue) has been the gold standard for simulations of light transport in multi-layer tissue, but it is ineffective in the presence of three-dimensional (3D) heterogeneity. New techniques have been attempted to resolve this problem, such as MCLS, which is derived from MCML, and tMCimg, which draws upon image datasets. Nevertheless, these approaches are insufficient because of their low precision or simplistic mode
2021-10-26 18:42:11 928KB
1
计算机视觉中的Transformer 在2017年谷歌设计了Transformer,并在NLP社区显示出了效果之后,有大量的工作专注于将其应用到计算机视觉社区。本文首先简要介绍了计算机视觉中的Transformer。然后,介绍了Transformer模型在低/高级视觉任务、模型压缩和主干设计方面的一些代表性工作。 曹越,现任微软亚洲研究院视觉计算组主管研究员,分别于2014年和2019年在清华大学软件学院获得本科和博士学位,曾于2017年获微软学者奖学金、2018年获清华大学特等奖学金。至今在CVPR、ICCV、ICLR、ICML、NeurIPS等国际会议和期刊中发表论文20余篇,其中有三篇入围PaperDigest Most Influential Papers榜单,谷歌引用五千余次。目前主要的研究兴趣是自监督学习、多模态学习以及自注意力建模。
2021-10-26 18:08:47 11.96MB transformer
1
1 Billion Word Language Model Benchmark. The purpose of the project is to make available a standard training and test setup for language modeling experiments.
2021-10-25 20:58:27 819.2MB NLP
1
Theoretical Neuroscience - Computational and Mathematical Modeling of Neural Systems _ Peter Dayan, L. F. Abbott 计算神经必备的神经科学专著,作者是两个大牛。
1
CVXPY CVXPY文档位于 。 加入,并使用和获得最佳支持。 CVXPY是用于凸优化问题的Python嵌入式建模语言。 它使您可以按照数学的自然方式来表达问题,而不是使用求解器要求的限制性标准形式。 例如,以下代码解决了最小二乘问题,其中变量受上下限约束: import cvxpy as cp import numpy # Problem data. m = 30 n = 20 numpy . random . seed ( 1 ) A = numpy . random . randn ( m , n ) b = numpy . random . randn ( m ) # Con
2021-10-21 16:36:10 15.64MB python optimization modeling-language cvxpy
1
电机驱动控制建模英文教材,详细介绍电机建模与驱动控制,值得一看,值得收藏,
2021-10-20 23:03:50 49.37MB 电机
1
环境模型类好书,个人认为还可以。 Environmental Modeling: Using MATLAB By E. Holzbecher * Publisher: Springer * Number Of Pages: 320 * Publication Date: 2007-10-01 * Sales Rank: 1103822 * ISBN / ASIN: 3540729364 * EAN: 9783540729365 * Binding: Hardcover * Manufacturer: Springer * Studio: Springer * Average Rating: * Total Reviews: Book Description: The book has two aims: to introduce basic concepts of environmental modeling and to facilitate the application of the concepts using modern numerical tools such as MATLAB. It is targeted at all natural scientists dealing with the environment: process and chemical engineers, physicists, chemists, biologists, biochemists, hydrogeologists, geochemists and ecologists. MATLAB was chosen as the major computer tool for modeling, firstly because it is unique in it's capabilities, and secondly because it is available in most academic institutions, in all universities and in the research departments of many companies.
2021-10-20 19:54:49 14.37MB environment modeling matlab
1
data-vault modeling中文翻译.pdf,
2021-10-20 09:28:19 833KB data-vault
1
Modified_IMK_Models 包含DLL可执行文件和修改后的Ibarra-Medina-Krawinkler退化模型(双线性,面向峰,收缩)的相关文档 -IMKBilin:通常用于模拟钢结构部件的行为 -IMKPeakOriented:通常用于模拟钢筋混凝土(RC)组件的行为,这些组件表现出峰值定向的滞后行为 -IMKPinching:通常用于模拟以收缩为特征的任何结构部件的行为 参考: 伊巴拉(Ibarra,LF),麦地那(Medina),RA和克拉维克勒(Krawinkler,H.)(2005年)。 “包含强度和刚度退化的滞后模型。” 地震工程与结构动力学,34(12),1489-1511,Doi:10.1002 / eqe.495。 Lignos,DG和Krawinkler,H。(2011)。 “钢构件的劣化模型可支持地震荷载作用下钢矩框架的倒塌预测。” 结构工程学报
1