登录
首页 » AI-NN-PR » On the point interpolation and curve interpolation procedure, this procedure can...

On the point interpolation and curve interpolation procedure, this procedure can...

于 2023-02-06 发布 文件大小:2.41 kB
0 215
下载积分: 2 下载次数: 1

代码说明:

一个关于指向插补和曲线插补的程序,本程序有一个菜单可以选择,曲线插补是哦可以选择是顺时针或者逆时针-On the point interpolation and curve interpolation procedure, this procedure can select a menu, curve interpolation is to choose Oh, is clockwise or counter-clockwise

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

发表评论

0 个回复

  • 一个经典的遗传算法的C语言程序包可以直接用于开发…
    一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
    2022-03-28 10:48:43下载
    积分:1
  • 犯错
    < 神经网络设计源代码>>一书的源代码。-err
    2022-02-07 05:19:17下载
    积分:1
  • 一种很实用的SVM工具箱,具有较快的运算速度,有详细的使用说明和例子!...
    一种很实用的SVM工具箱,具有较快的运算速度,有详细的使用说明和例子!-a very practical SVM Toolbox is faster computing speed, a detailed description and examples of use!
    2022-02-10 07:23:41下载
    积分:1
  • Improved three arithmetic operator in genetic algorithm including select,crossov...
    改进的遗传算法的三个操作算子,包括选择、交叉和变异。-Improved three arithmetic operator in genetic algorithm including select,crossover and mutuation
    2023-07-25 08:40:02下载
    积分:1
  • 本人编写的GramSchmidt神经网络算法,和传统的神经网络算法比较,该算法能自动产生神经元,节约时间,速度快! 本人还加了自动产生分类的方法和适合各种函
    本人编写的GramSchmidt神经网络算法,和传统的神经网络算法比较,该算法能自动产生神经元,节约时间,速度快! 本人还加了自动产生分类的方法和适合各种函数的转换,该zip包括两个文件,一个是GramSchmidt正交分解,是个子函数,主函数是orth_GramSchmidt,放在同一目录下,就可运行,可以对benchmark的逼近和分类问题提供解决方案-I prepared GramSchmidt neural network algorithm, and the traditional neural network algorithm, the algorithm can automatically generate neurons, saving time, fast! I also added a method of automatically generated classification and conversion for a variety of functions, the zip includes two documents, one is GramSchmidt orthogonal decomposition is a sub-function, the main function is orth_GramSchmidt, on the same directory, you can run can benchmark approximation and classification problems to provide solutions
    2022-03-12 08:35:06下载
    积分:1
  • 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控...
    遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
    2022-12-01 12:50:03下载
    积分:1
  • GENNET is a genetic algorithm to optimize the weights by the 16 neurons fully co...
    GENNET是一个通过遗传算法优化权重的16个神经元的全连接神经网络。训练目的是使网络在一定假设的激励下,随时间产生同目标函数同样的响应,即:可以把此网络制作为一个任意波形的信号发生器。 程序分3个示例说明遗传算法进化过程中网络输出的变化趋势。可以看出网络输出(蓝色曲线)随着时间变化逐渐逼近目标函数(红色曲线)。此程序不仅可以学习遗传算法,也可以用于研究全连接网络的直观示例。-GENNET is a genetic algorithm to optimize the weights by the 16 neurons fully connected neural networks. Training purposes is to enable network inspired by certain assumptions, over time, produce the same response with the objective function, namely: the network can be produced as an arbitrary waveform signal generator. Procedure, three examples illustrate the evolution of genetic algorithms in the network output trends. We can see that the network output (blue curve) changes over time, gradually approaching the objective function (red curve). This program can not only learn from the genetic algorithm can also be used to study visual example of a fully connected network.
    2023-03-23 04:25:04下载
    积分:1
  • RBF neural network for pattern classification use of the platform
    % RBF 神经网络用于模式分类 % 使用平台 - Matlab6.5- RBF neural network for pattern classification use of the platform- Matlab6.5
    2022-02-07 02:37:11下载
    积分:1
  • 支持向量机的好程序,强大的推荐,太长,没有办法,三。
    大牛的神经网络支持向量机代码, 强烈推荐,实在太多,没办法,第三部分-The good program of SVM,Strong recommendation ,too long,no way,part three.
    2022-01-25 15:44:43下载
    积分:1
  • 用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!...
    用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!-Using Ant Colony Algorithm for TSP (traveling salesman) problems, in accordance with the format requested TSP.m input process parameters to run!
    2022-05-11 00:50:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载