-
基于Python的Abaqus二次开发实例讲解
基于python的二次开发案例。1、所有的代码均可以先在AbaqusCAE中操作一遍后再通过rp文件读取,然后再在此基础上进行相应的修改;
2、Python是一种解释性语言,读起来非常清晰,因此在修改程序的过程中,不存在程序难以理解的问题;
3、Python是一种通用性的、功能非常强大的面向对象编程语言,有许多成熟的类似于Matlab函数的程序在网络上流传,为后期进一步的数据处理提供了方便。(Python-based secondary development case)
- 2020-12-29 18:19:01下载
- 积分:1
-
tensorflow-knn-双向LDA
说明: 基于LDA的人脸降维,精度比二维LDA的要高,有一定的运用价值。(orl tensorflow LDA PCA)
- 2019-06-06 10:17:58下载
- 积分:1
-
深度学习之八:机器学习之KNN原理与代码实现
给定一个训练数据集,对新的输入实例,在训练数据集中找到与该实例最邻近的 k (k <= 20)个实例,这 k 个实例的多数属于某个类,
就把该输入实例分为这个类。(Given a training data set, the nearest K (k <= 20) instances to the new input instance are found in the training data set. Most of the K instances belong to a class. The input instance is categorized into this class.)
- 2020-06-17 02:20:02下载
- 积分:1
-
randomforest
说明: 采用MNE处理脑电数据,利用随机森林进行分类的睡眠分类实例(An example of sleep classification using MNE to process EEG data and random forest to classify)
- 2020-05-23 19:14:26下载
- 积分:1
-
grid
网格搜索法寻找最优的惩罚因子,SVM,经测试可以用(SVM find C gamma)
- 2012-01-03 17:48:46下载
- 积分:1
-
python_plane
说明: 用python做的一个飞机大战小游戏,希望学习python编程的朋友可以参考(A small game of airplane battle with Python. Friends who want to learn python programming can refer to it)
- 2019-12-11 14:41:25下载
- 积分:1
-
python实现PPT自动编号
通过python来实现对 微软POWER POINT里面对象的自动编号,适用于抽签等程序,需要安装相关的package,文件中的PPT文件为给出的相关实例
- 2022-12-06 02:45:03下载
- 积分:1
-
Kmeans的Python实现
很多同学在学习人工智能或者数据挖掘的时候都会遇到kmeans算法,因为这是最基础的算法。这里上传phthon的代码,绝对可用
- 2022-08-02 18:14:50下载
- 积分:1
-
PYTHON学习领悟
最近刚刚意识到python的重要性,学习中遇到并总结的经典知识记录在案(Recently, just realizing the importance of Python, the classic knowledge encountered and summarized in the study is recorded)
- 2018-10-18 12:16:11下载
- 积分:1
-
yichuan2
说明: 实现遗传算法,选用python3作为平台开发,直接导入即可运行(Implementation of genetic algorithm, using Python 3 as a platform for development, direct import can run)
- 2021-02-27 22:39:36下载
- 积分:1