搜索资源列表
MZDDE2
- zemax与matlab调用程序,当您用matlab分析复杂数据时,可以利用zemax光路计算工具提供原始数据,由matlab分析,并且可以驱动zemax优化,对自由曲面的优化更为重要,此代码为matlab调用zemax的函数库。-ZEMAX and Matlab : A Powerful Pair ZEMAX features a built-in DDE (Dynamic Data Exchange) server that allows other Windows® appli
nn
- 基于MATLAB完成的神经网络源程序 大家-Based on the MATLAB neural network to complete the U.S. source
bblocks-1.1.1
- The library is a C++/Python implementation of the variational building block framework introduced in our papers. The framework allows easy learning of a wide variety of models using variational Bayesian learning
Python-2
- 这是支持向量机的程序。也是关于svm的,可以很好的学习支持向量机-This is a support vector machine procedure. Is also about the SVM can be good learning support vector machines
mpi-chi2-v1_5
- Fast chi-square distance computation in C, matlab and python
mpi_kmeans-1.5
- Super-fast kmeans code in C++/matlab/python
GA-Python
- 基于Python写的遗传算法的应用实例。对于不太善于MATLAB,而熟悉Python的人的一个参考!-Based on genetic algorithm written in Python application examples. Not good for MATLAB, and a person familiar with Python reference!
Python
- matlab与python的混合编程,在python中可以通过dll或者com方式调用matlab程序-matlab mixed programming with python, matlab program in python can be called by the dll or com
StackOverflow-master
- python matlab分类提取 python matlab分类提取 -python matlab classification extract extract python matlab python matlab classification classification classification extract extract python matlab
Python-ELM-master
- 极限学习机的 python实现,可用于回归,多分类问题等。(The python coad of the extreme learning machine which can be used for regression, multiple classification problems, etc.)
python科学计算第二版(可编辑)
- 好书,讲解最流行的python计算库,包含numpy、scipy、matlab、opencv等(a good book about the processing massive data by python)
Exemplar-Based-Inpaining-Python-master
- read it make use of it
tsp_pso-master
- matlab code for tsp problem using PSO
libsvm-3.12
- 多种语言版的支持向量机工具箱,matlab,python,c++,c,java,qt(Multi language version of support vector machine toolbox, MATLAB, python, c++, C, Java, QT)
KNN
- knn的核心算法,包含knn的各种实现,并且附带了python版本(main part of knn programe)
libsvm-weights-3.22
- libsvm是支持向量机的工具箱,可在matlab和python上运行; libsvm 3.22应该是截止2017年11月16日的最新版本; 网上有详细的配置说明,并不复杂。(libsvm is a support vector machine toolkit that runs on matlab and python; libsvm 3.22 should be the latest version as of November 16, 2017; detailed configurat
AI_social_network-master
- influencer in social networks by python matlab
MachineLearning_Andrew Ng 2
- machine learning Andrew Ng
titanic.tar
- 泰坦尼克号数据集,数据分析挖掘经典数据集(Titanic data set, data analysis and mining of classic datasets)
基于Python的Abaqus二次开发实例讲解
- 基于python的二次开发案例。1、所有的代码均可以先在Abaqus\CAE中操作一遍后再通过rp文件读取,然后再在此基础上进行相应的修改; 2、Python是一种解释性语言,读起来非常清晰,因此在修改程序的过程中,不存在程序难以理解的问题; 3、Python是一种通用性的、功能非常强大的面向对象编程语言,有许多成熟的类似于Matlab函数的程序在网络上流传,为后期进一步的数据处理提供了方便。(Python-based secondary development case)