资源列表
matlab.mat
- 在智能算法中,topsis是多准则决策下的应用方法之一。常用于多目标选择(One of the application methods of multi criteria decision)
小波神经网络中不同小波基的性能对比
- 对比不同小波基作为传递函数的性能,包括sigmoid函数,morlet函数,polywog函数(Compare the performance of different wavelet bases as transfer function, including sigmoid function, Morlet function, polywog function)
can_use_kmeans
- K-means对iris数据集进行分类,可画出3维分类图(K-means to classify iris data set)
动力学方程求固有频率matlab
- 在动力学方程中,有质量和刚度求解固有频率。
多元宇宙算法
- 多元宇宙优化算法是一种元启发式算法,通过物理上的黑洞、白洞、虫洞三个重要的概念寻找最优值
BERT用于下游任务的训练模型
- 包含BERT和ALBERT两个模型,可以直接用于下游任务,如命名实体识别等
Matlab Mechanical Design
- 涵盖机械设计课程设计的几乎所有内容,如执行机构(连杆、滑块等)、传动机构(带、链、齿轮、蜗杆、轴、轴承等)的设计与校核。(Covers almost everything in mechanical design course design, such as the design and verification of actuators (links, sliders, etc.) and transmission mechanisms (belts, chains, gears, worms
cuckoo search
- 布谷鸟搜索的算法,其中,cs_spt.m为主程序,fobj.m为目标函数(The algorithm of cuckoo search,in which CS _SPT is the main program and fobj is the objective function .)
NSGA2车间调度算法
- 该算法是一般NSGA2在车间调度问题上的应用(This algorithm is the application of general NSGA2 in job shop scheduling problem)
Matlab多目标优化遗传算法源程序很好的应用案例
- 与常规的单目标遗传算法求解不同,该算法考虑两个目标函数的遗传算法(Different from the conventional single objective genetic algorithm, this algorithm considers the genetic algorithm of two objective functions)
主要是基于柔性作业车间调度的遗传算法求解
- 主要用于作业车间调度的遗传算法求解,研究的问题是柔性作业车间(It is mainly used to solve the genetic algorithm of job shop scheduling. The research problem is flexible job shop)
神经网络及数据
- 使用神经网络预测销量,包括数据预处理、输入数据变换、神经网络训练及使用。包括数据集(Use neural network to forecast sales volume, including data preprocessing, input data transformation, neural network training and use)