▍1. phasefield-1.0.1.tar
说明: 线弹性断裂相场法,1.0.1版本,后续更新!!(elastic fracture phase field elastic fracture phase field)
说明: 线弹性断裂相场法,1.0.1版本,后续更新!!(elastic fracture phase field elastic fracture phase field)
在线的SVR实现,Matlab版本实现。(Online SVR, matlab version.)
说明: 简单的爬虫程序,可以用来爬取网页信息,基于python实现(Simple crawler program)
说明: 利用邻域粗糙集进行属性约简,里面加入了8个数据集,有离散型数据,连续性数据,字母型数据。因此程序也加入了数据类型转换和归一化处理。程序函数在最下面部分。(using the neighborhood rough set to attribute reduction)
说明: 预编码 BER仿真 matlab ,MIMO,预编码算法仿真,precoding MIMO,BER(Precoding BER simulation matlab, MIMO, precoding algorithm simulation, precoding MIMO, BER)
music算法的python实现,验证可运行(Simulation MUSIC algorithm source code)
用Python语言编写的改进的人工势场法代码。解决了目标不可达问题。(The improved artificial potential field code written in Python language. The problem of inaccessibility of goals has been solved.)
说明: 用Python语言编写的改进的人工势场法代码。解决了目标不可达问题。(The improved artificial potential field code written in Python language. The problem of inaccessibility of goals has been solved.)
基于python的二次开发案例。1、所有的代码均可以先在AbaqusCAE中操作一遍后再通过rp文件读取,然后再在此基础上进行相应的修改; 2、Python是一种解释性语言,读起来非常清晰,因此在修改程序的过程中,不存在程序难以理解的问题; 3、Python是一种通用性的、功能非常强大的面向对象编程语言,有许多成熟的类似于Matlab函数的程序在网络上流传,为后期进一步的数据处理提供了方便。(Python-based secondary development case)
拓扑优化99行的Python版本,很强的大Python指导版本(Topology optimization Python version of the 99 line, a strong big Python guide version)
说明: 利用模糊聚类算法(FCM)进行iris数据集的处理并进行可视化(Fuzzy clustering algorithm (FCM) is used to process and visualize iris data set)
说明: isf转换csv格式的exe文件,示波器生成的isf(ISF conversion to CSV)
说明: 多目标程序优化,各种算法,成本费用优化,大家可以相互交流(Multi objective program optimization, various algorithms, cost optimization, we can communicate with each other)
说明: 遗传算法代码,外加个人理解希望大吉你可以多多交流(Genetic algorithm code, plus personal understanding, I hope you can communicate more)
说明: 提供了三个经典遗传算法的案例,内有源代码。欢迎大家交流,共同进步。(Three cases of classical genetic algorithm are provided with code. Welcome to communicate and make progress together.)
带有Python界面的EMDEEMDCEEMDAN的程序,做信号处理。(libeemd is a C library for performing the ensemble empirical mode decomposition (EEMD), its complete variant (CEEMDAN) or the regular empirical mode decomposition (EMD). It includes a Python interface called pyeemd. The details of what libeemd actually computes are available as a separate article, which you should read if you are unsure about what EMD, EEMD and CEEMDAN are.)
利用python实现基于用户的协同过滤推荐,采用pearson相关系数计算相似度,加权平均预测分数(Users use python-based collaborative filtering recommendation, pearson correlation coefficient is calculated using the similarity, the weighted average prediction scores)
说明: Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。(AdaBoost is an iterative algorithm. The core idea of AdaBoost is to train different classifiers (weak classifiers) for the same training set, and then combine these weak classifiers to form a stronger final classifier (strong classifier).)