登录
首页 » AI-NN-PR » 他算法相当于Infomax贝尔和Sejnowski 1995 [ 1 ]利用最大。

他算法相当于Infomax贝尔和Sejnowski 1995 [ 1 ]利用最大。

于 2023-08-15 发布 文件大小:7.55 kB
0 157
下载积分: 2 下载次数: 1

代码说明:

he algorithm is equivalent to Infomax by Bell and Sejnowski 1995 [1] using a maximum likelihood formulation. No noise is assumed and the number of observations must equal the number of sources. The BFGS method [2] is used for optimization. The number of independent components are calculated using Bayes Information Criterion [3] (BIC), with PCA for dimension reduction.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 人工鱼群算法(AFSA)是2002年李晓磊提出的基于鱼群行为的寻求全局最优 的新型搜索策略,该算法具有较优的全局收敛能力及较快的寻优速度。本文首次将 人...
    人工鱼群算法(AFSA)是2002年李晓磊提出的基于鱼群行为的寻求全局最优 的新型搜索策略,该算法具有较优的全局收敛能力及较快的寻优速度。本文首次将 人工鱼群算法应用于人工神经网络的学习,形成了人工鱼群神经网络模型,通过与 BP算法、模拟退化算法、进化算法训练的人工神经网络进行比较,验证了人工鱼群 神经网络在全局寻优能力上的优势,进而利用人工鱼群神经网络进行电力系统短期 负荷预测,建立了人工鱼群神经网络预测模型。为了进一步提高算法的稳定性,以 及求得全局最优值的能力,文中给出了改进的人工鱼群算法。当人工鱼种群的最优 值在多代未变的情况下,加入了“跳跃”行为,改变人工鱼个体的参数,避免陷入 局部最优并提高了寻求全局最优解的能力。然后建立了新的预测模型,实际编程表 明,改进后的模型具有更好的全局最优化能力及稳定性。-err
    2022-03-14 14:14:11下载
    积分:1
  • 基于遗传算法的多移动机器人协调路径规划,这是国内的专家篆写的文章。我觉得写得不错,推荐给大家看看。...
    基于遗传算法的多移动机器人协调路径规划,这是国内的专家篆写的文章。我觉得写得不错,推荐给大家看看。-based on genetic algorithms more mobile robot path planning coordination, which is the domestic experts Fragrance write articles. I think well-written and recommend it to see.
    2022-04-07 22:28:16下载
    积分:1
  • PCA codes for face detection
    PCA codes for face detection
    2022-03-10 16:05:49下载
    积分:1
  • 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法
    本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
    2023-04-25 06:15:03下载
    积分:1
  • knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法...
    knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-Knn, or k-nearest neighbor algrithom, is a simple and classical classifier algrithom.
    2023-05-13 08:00:02下载
    积分:1
  • 2. "Genetic Algorithm
    2。《遗传算法――理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版 本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-2. "Genetic Algorithm-- theory, application and software," Wang Xiaoping, Li-Ming Cao compile Xi"an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm"s basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm app
    2022-02-21 20:38:07下载
    积分:1
  • 基于遗传算法的基元识别与提取,C++源代码
    基于遗传算法的基元识别与提取,C++源代码-Based on genetic algorithm identification and extraction of primitives, C++ Source code
    2023-08-19 10:40:04下载
    积分:1
  • 提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序....
    提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-a depth-first search, breadth- first search, add the information inspired the minimum price for a search of solutions to search, find out the optimal solution sample programs.
    2023-08-28 00:50:03下载
    积分:1
  • Neural Network program for pattern classification
    Neural Network program for pattern classification
    2022-09-13 23:10:04下载
    积分:1
  • 一个遗传算法C++类,值得收藏!
    一个遗传算法C++类,值得收藏!-a genetic algorithm C-worthy collection!
    2022-06-20 01:47:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载