-
OUROMAv2.3_CL.py
说明: ABAQUS 脚本生成节点信息,计算J积分(J-Integral calculation using ABAQUS)
- 2021-04-08 17:19:00下载
- 积分:1
-
predprey
模拟岛上的生态系统,有陆地生物和鸟类,但是不包含地底生物。
(Predator-Prey Simulation
four classes are defined: animal, predator, prey, and island
where island is where the simulation is taking place,
i.e. where the predator and prey interact (live).
A list of predators and prey are instantiated, and
then their breeding, eating, and dying are simulted.)
- 2015-05-24 18:02:21下载
- 积分:1
-
GPT2-Chinese
说明: 中文的GPT2模型训练代码,基于Pytorch-Transformers,可以写诗,写新闻,写小说,或是训练通用语言模型等。(Chinese GPT2 model training code, based on Pytorch-Transformers, can write poetry, news, fiction, or training general language model.)
- 2020-06-17 07:40:01下载
- 积分:1
-
KNN&SVM&KMEANS&RFE
说明: 1,載入iris 數劇集並設置提取60%的數據做為訓練集,40%數據做為測試集執行KNN 分類算法,並執行五次的交叉驗證(CV)和顯示準確率和混淆矩陣,並找出最佳K值。
2,載入iris 數劇集並設置提取60%的數據做為訓練集,40%數據做為測試集,執行支持向量機(SVM) 算法,並執行五次的交叉驗證(CV)和顯示準確率和混淆矩陣。
3,載入iris 數據集並執行KMEANS 聚類算法家數具分成五個群體,顯示準確率
4,載入iris 數據集執行線性迴歸算法,並利用特徵萃取(Feature Extraction)中的Recursive feature elimination (RFE)對iris 數據集中的特徵欄位進行重要性排序(1. Load iris series and set 60% data as training set and 40% data as test set to implement KNN classification algorithm, and perform five times of cross validation (CV) and display accuracy and confusion matrix, and find out the best K value.
2. Load iris series and set 60% data as training set and 40% data as test set, execute support vector machine (SVM) algorithm, and perform five times of cross validation (CV) and display accuracy and confusion matrix.
3. Loading iris data set and executing kmeans clustering algorithm, the number of users is divided into five groups, showing the accuracy rate
4. Load iris data set, execute linear regression algorithm, and use recursive feature elimination (RFE) in feature extraction to sort the importance of feature fields in iris dataset)
- 2020-07-04 13:35:59下载
- 积分:1
-
Insert_czm_to_abaqus_input-master
说明: abaqus 插件用于插入内聚力单元,用于裂纹扩展模拟(Insert cohesive unit in abaqus)
- 2021-04-05 15:49:03下载
- 积分:1
-
Abaqus GUI
几个abaqus二次开发实例完整代码,分章节发布。。(Several ABAQUS secondary development examples complete code)
- 2019-05-05 10:14:36下载
- 积分:1
-
capture screens
一般软件,截屏,只能截取主屏,对于多屏用户,无法捕捉其它屏幕,本程序实现多屏截屏(General software, screenshots can only intercept the main screen. For multi screen users, it is impossible to capture other screens. This program implements multi screen screenshots.)
- 2018-04-02 22:01:04下载
- 积分:1
-
SVCFeatureForTest -1221-2
能够提取图片纹理特征,并使用SVC实现图片多分类(It can extract image texture features and use SVC to realize multi-classification of images.)
- 2018-12-28 10:47:11下载
- 积分:1
-
shrinkpdf
CKVVVVVYUFVLY CUUUU
- 2019-02-22 05:54:35下载
- 积分:1
-
最小费用最大流算法
最小费用最大流算法采用的是“基于Floyd最短路算法的Ford和Fulkerson迭加算法”,其基本思路为:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条自V1至Vn的最短路;再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流量增至最大可能值;而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新确定,如此多次迭代,最终得到最小费用最大流。
- 2022-07-21 02:43:18下载
- 积分:1