联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Visual C++(55) 

[人工智能/神经网络/深度学习] eg2

波动方程离散化后中心差分与向前、向后差分精度的比较
Comparison of difference accuracy between center difference and forward and backward (2018-03-30, Visual C++, 4KB, 下载5次)

http://www.pudn.com/Download/item/id/1522379886228102.html

[人工智能/神经网络/深度学习] k-junzhi

通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。 算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。
By programming K- means algorithm implementation, strengthen understanding and awareness of the algorithm. Improve their level of knowledge and programming skills, understanding of pattern recognition in life. The main idea thought K- means algorithm is the first in the classification of the data needed to find K sets of data as the initial cluster centers, and other data to calculate the distance the cluster center of the three, the data included in its closest poly class center, after which the K clustering of these data to calculate the mean, as a new cluster centers, continue the above steps until the new cluster centers and cluster centers on a value equal to the end of the algorithm. (2016-10-20, Visual C++, 12KB, 下载1次)

http://www.pudn.com/Download/item/id/1476943997447741.html

[人工智能/神经网络/深度学习] Cluster_K-means

k中心算法的基本过程是:首先为每个簇随意选择一个代表对象,剩余的对象根据其与每个代表对象的距离(此处距离不一定是欧氏距离,也可能是曼哈顿距离)分配给最近的代表对象所代表的簇;然后反复用非代表对象来代替代表对象,以优化聚类质量。聚类质量用一个代价函数来表示。当一个中心点被某个非中心点替代时,除了未被替换的中心点外,其余各点被重新分配。
The basic process k center algorithm is: First free to choose a delegate object for each cluster, the rest of the object based on its distance each of which represents the object (here the distance is not necessarily a Euclidean distance, Manhattan distance may be) allocated to Recently representatives object represents a cluster and then repeatedly with representatives of non-objects instead represents the object, in order to optimize the quality of clustering. Clustering quality is represented by a cost function. When a center is a non-center alternative, in addition to not replace the center, the rest of the points to be reallocated. (2015-12-08, Visual C++, 2828KB, 下载1次)

http://www.pudn.com/Download/item/id/1449554550843004.html

[人工智能/神经网络/深度学习] 2314

智能化仪表在化工过程控制中的应用研究_任永彬,一篇关于智能仪器在化工过程控制中的应用
For the application of intelligent instrument in chemical industry process control _ Ren Yongbin, an article about the application of intelligent instrument in chemical industry process control (2015-06-13, Visual C++, 46KB, 下载3次)

http://www.pudn.com/Download/item/id/1434166602538472.html

[人工智能/神经网络/深度学习] move_road

控制台程序 目标地路径搜索 中心搜索算法使用
control search center (2014-08-28, Visual C++, 615KB, 下载5次)

http://www.pudn.com/Download/item/id/2611131.html

[人工智能/神经网络/深度学习] 111.zip

最大最小距离聚类法求物流中心选址的C语言代码
Maximum and minimum distance clustering method for logistics center location of the C language code (2014-05-18, Visual C++, 4KB, 下载12次)

http://www.pudn.com/Download/item/id/2544196.html

[人工智能/神经网络/深度学习] kmeans

kmeans聚类,c++源代码,任意中心点选择,迭代到收敛
kmeans clustering (2013-06-05, Visual C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/2270119.html

[人工智能/神经网络/深度学习] A-kind-of-complex-network

一种新的复杂动态网络学习控制的自适应同步算法_英文_郭晓永
Adaptive learning control of a complex dynamic network synchronization algorithm _ English _ Guo Xiaoyong (2013-03-19, Visual C++, 1442KB, 下载9次)

http://www.pudn.com/Download/item/id/2164395.html

[人工智能/神经网络/深度学习] call-center2-20120920-3P3P2

本代码用遗传算法解决多技能呼叫中心问题的排班问题,使用的是基本遗传算法
genetic algorithm to solve staffing problem in multi-skill call centers (2013-03-07, Visual C++, 55KB, 下载6次)

http://www.pudn.com/Download/item/id/2150981.html

[人工智能/神经网络/深度学习] k_means

k均值处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止; (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)
k means (2011-11-10, Visual C++, 46KB, 下载16次)

http://www.pudn.com/Download/item/id/1694600.html

[人工智能/神经网络/深度学习] tsapi-doc

tspi开发文档,基于avaya呼叫中心,做cti要用到的开发文档
tspi development documents, based on the avaya call center, so use to the development of the document cti (2011-02-16, Visual C++, 1543KB, 下载38次)

http://www.pudn.com/Download/item/id/1429735.html

[人工智能/神经网络/深度学习] KMEANS

k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。   k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。
k-means (2010-12-25, Visual C++, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/1392710.html

[人工智能/神经网络/深度学习] auto

auto专杀以及免疫的小工具,娱乐用。。。简单。。。。
designed to kill and auto immune gadgets, entertainment. . . Simple. . . . (2010-10-13, Visual C++, 98KB, 下载3次)

http://www.pudn.com/Download/item/id/1316454.html

[人工智能/神经网络/深度学习] shudu

数独游戏源代码,可运行界面,供大家学习使用,平时也可以用来娱乐。
Sudoku source code, can run the interface for all to learn how to use, usually can be used for entertainment. (2010-04-01, Visual C++, 4588KB, 下载11次)

http://www.pudn.com/Download/item/id/1107760.html

[人工智能/神经网络/深度学习] NewsCluster

一个新闻聚类工具,其中包括了新闻采集、新闻分词与特征向量计算,新闻聚类,显示界面共4个组件
A news clustering tools, including news gathering, news Segmentation and feature vector computing, information clustering, display interface, a total of four components (2009-09-01, Visual C++, 9286KB, 下载97次)

http://www.pudn.com/Download/item/id/896854.html

[人工智能/神经网络/深度学习] vec_center

基于lewis的类中心向量。类中心向量分类器。基于lewis 的数据集。
Lewis-based Center for Vector class. Center for Vector-type classifier. Lewis-based data sets. (2009-07-29, Visual C++, 253KB, 下载4次)

http://www.pudn.com/Download/item/id/859672.html

[人工智能/神经网络/深度学习] Crawler

C++写的网络爬虫程序,可以正确爬下网页内容
C++ Write network reptiles procedures, you can climb down the right Web content (2008-05-31, Visual C++, 1576KB, 下载652次)

http://www.pudn.com/Download/item/id/478140.html

[人工智能/神经网络/深度学习] ruby_allocation3

用遗传算法求物流配送中心解选址问题.有运行结果
Using genetic algorithms for the logistics distribution center location problem solution. Results have (2008-05-17, Visual C++, 17KB, 下载228次)

http://www.pudn.com/Download/item/id/464628.html

[人工智能/神经网络/深度学习] yckzx

一个用C语言编写的基于遗传K中心的数据聚类源代码。
a C language based on genetic data centers K cluster source. (2007-03-15, Visual C++, 5KB, 下载27次)

http://www.pudn.com/Download/item/id/255626.html

[人工智能/神经网络/深度学习] 2km

kmeans算法两个cpp实现,一个中心点随机选择,另一个中心点按一定的算法选择.
kmeans algorithm two cpp realized, and a focal point for random selection, Another focal point for a certain amount of the algorithm chosen. (2006-01-19, Visual C++, 5KB, 下载118次)

http://www.pudn.com/Download/item/id/142041.html
123
总计:55