资源列表
[人工智能/神经网络/遗传算法] Recognition
说明:将数量较少的故障样本分为训练集和测试集,实现故障的分类和识别(A small number of fault samples are divided into training set and test set to realize fault classification and recognition.)<阿政WJZ> 在 2025-01-10 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] %E7%94%A8%E7%94%B5%E6%A3%80%E6%B5%8B
说明:实现神经网络分类,适用于非侵入式电荷分解(Realization of neural network classification)<wwxzxd> 在 2025-01-10 上传 | 大小:30.56mb | 下载:0
[人工智能/神经网络/遗传算法] cat_vs_dog
说明:利用神经网络模型Resnet模型对猫和狗进行识别(Recognition of cats and dogs by using neural network Resnet model.)<张宏钰> 在 2025-01-10 上传 | 大小:1.61mb | 下载:0
[人工智能/神经网络/遗传算法] 模式识别代码
说明:基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implemen<张小明12345> 在 2025-01-10 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] ga
说明:遗传算法的matlab实现,可以应用于各种寻优过程(The matlab implementation of genetic algorithm can be applied to various optimization processes.)<张鲁鲁> 在 2025-01-10 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] BayesKit
说明:贝叶斯网络,又称信念网络(Belief Network, BN), 或有向无环图模型,是由一个有向无环图(DAG,Directed acyclic graphical model)和条件概率分布(即知道P(xi|parent(xi))发生的概率构成,其中parent(xi)为指向xi的直接父节点)。它是一种模拟人类推理过程中因果关系的不确定性处理模型,其网络拓朴结构是一个有向无环图(DAG)。(Bayesian networks, al<耿子> 在 2025-01-10 上传 | 大小:25kb | 下载:0
[人工智能/神经网络/遗传算法] LBP-DBN人脸识别matlab代码
说明:深度学习的识别算法,经lbp优化后,效率很高(The recognition algorithm of deep learning is highly efficient after being optimized by LBP.)<夏商周啊> 在 2025-01-10 上传 | 大小:4.07mb | 下载:0
[人工智能/神经网络/遗传算法] example2
说明:python的窗口界面实例,包含账号的登录与注册以及账号退出等功能。(The window interface instance of Python includes functions such as login and registration of account, and account exit.)<依然。> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] PSO-Python
说明:粒子群算法,PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(The partic<绝情逆空> 在 2025-01-10 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] Machine Learning With Go
说明:learning machine learning with golang.<JolyZ> 在 2025-01-10 上传 | 大小:3.64mb | 下载:0
[人工智能/神经网络/遗传算法] Keras1.1.2
说明:This is a Keras library 1.1.2 for Python 3.5 (includes source code + docker).<Vidomous> 在 2025-01-10 上传 | 大小:379kb | 下载:0
[人工智能/神经网络/遗传算法] qpso
说明:量子粒子群算法:因为粒子的位置和速度在量子空间中不能一起确定,所以用波函数表示粒子位置,通过蒙特卡罗方法求出粒子位置。gbest求解通过平均最好位置mbest得到。mbest是所有个体平均最优,通过它来求解粒子出现在相对点的位置,用L表示。而粒子的势表示位置的最终值,与L直接相关。(Quantum particle swarm optimization (QPSO): because the position and velocity<加加加> 在 2025-01-10 上传 | 大小:1kb | 下载:0