CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Machine.Learning

搜索资源列表

  1. Libsvm-2_6

    1下载:
  2. 一个用于支持向量机以及机器学习的软件机器源代码-a support vector machine, and machine learning software source code machine
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:827046
    • 提供者:张成
  1. Csharp-libsvm

    0下载:
  2. 关于libsvm的CSharp代码,利用c#实对支持向量机的学习-About libsvm of CSharp code to use c# real pairs of support vector machine learning
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:22356
    • 提供者:小光
  1. E07-E08-MultiDraw

    0下载:
  2. c#编程实现多机联合绘图。中间用tcp协议实现主机与辅机的通信,是学习tcp编程的基础之作-c# programming multi-machine joint drawing. Intermediate hosts using tcp protocol and auxiliary communications, learning based programming for tcp
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1871106
    • 提供者:刘亚
  1. HandwritingRecognitionusingKernelDiscriminantAnal

    0下载:
  2. Handwriting Recognition using Kernel Discriminant Analysis. Demonstration of handwritten digit recognition using Kernel Discriminant Analysis and the Optical Recognition of Handwritten Digits Data Set from the UCI Machine Learning Repository.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1414752
    • 提供者:reyjav
  1. artint

    0下载:
  2. FireAnts is an action game similar to Bomberman. It s designed to be a platform for different AI and machine learning techniques.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:314263
    • 提供者:amir
  1. bayes

    0下载:
  2. bayes is a statical progaram.DAta mining and Machine learning algoritms use it.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:773879
    • 提供者:evren
  1. yaojiangji

    0下载:
  2. C#做了个摇奖机,功能比较简单。多线程实现,刚学,希望大家指点。-C# made a lottery machine, relatively simple function. Multi-threading, just learning, I hope you pointing.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:153490
    • 提供者:子非鱼
  1. spwm_calc

    0下载:
  2. 昨天晚上用Visual C#写了一个SPWM正弦表生成工具,之前也有从网上下载有其他网友写的工具,但感觉始终用起来不是很方便。 学了一段时间的C#,也算是检验一下学习成果,于是就开始写了这个小工具,欢迎大家测试。 说明: 1. 计算方法是按马潮老师那本AVR教程上的公式计算的;通过测试,其计算结果跟马老师书上、及其他网友的工具生成的数据完全一样。 2. 机器上要装有.NET Framework 4下载,才能正常运行。-Yesterday evening with Visua
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1251453
    • 提供者:foxpro2005
  1. VerdictEconomy

    0下载:
  2. C#源码,使用FileSystemWatcher组件监视系统日志文件是否被更改,自动获取到本机的日志系统文件路径,并监视文件,有改动的话会给出提示。如果有朋友对C#的FileSystemWatcher组件用法不擅长的话,这个小小的实例文件或许能帮上你的大忙。 ,作者拥有版权,仅供学习与参考。-C# source code, whether to use the FileSystemWatcher component to monitor system log file is changed,
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:15597
    • 提供者:余香肉丝
  1. 675435467586854

    0下载:
  2. C#的注册码注册机制演示源码下载,初次打开后提示“您现在使用的是试用版,该软件可以免费试用30次1,感谢您已使用了多少次、试用次数已到的时候,会弹出让注册的对话框,这个对话框会直接获取到机器码,要求用户输入注册码。是一个完整的注册机制,您在编写限次软件的时候是能用上的,作者拥有版权,仅供学习与参考。-C# registration code registration mechanism demo source code download, first opened after the promp
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:61770
    • 提供者:smartroc
  1. FlashPlayerApp

    0下载:
  2. C#开发的FlashPlayer播放器项目测试代码下载,希望大家喜欢。 ,作者拥有版权,仅供学习与参考。-C# registration code registration mechanism demo source code download, first opened after the prompt "you now are using the trial version, this software can have a free trial for 30 times 1, than
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:126447
    • 提供者:smartroc
  1. C4.5

    0下载:
  2. C4.5 算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进: 1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足; 2) 在树构造过程中进行剪枝; 3) 能够完成对连续属性的离散化处理; 4) 能够对不完整数据进行处理。 C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:李菲
  1. SVM

    0下载:
  2. 為支持向量機之函式庫,可做分類應用,內部可選擇分類器的類型及核函數,對於學習支持向量機有很大的幫助-Support vector machines for the library, do classification applications, optional internal classification of the type and kernel function for support vector machine learning of great help
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:232660
    • 提供者:zihyang
  1. Machine_Learning_Using_C_Sharp_Succinctly

    0下载:
  2. Machine learning using csharp
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1859432
    • 提供者:alireza
  1. shangjiguanli

    0下载:
  2. 学生上机考勤系统,涉及通信机刷卡机和数据库及其管理-for student s learning system,includes post machine and DBSM
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1196710
    • 提供者:Zhang Xiaomei
  1. C-Language-Learning-Programming

    0下载:
  2. 汇编语言的机器代码生成效率高、执行速度快,但可读性却并小强 而c语言的可读性和可移植性却远远超过汇编语言,用c语言开发中大型软件的周期要比用汇编语言短很多,但c语言很难解决高时效性等代码编写的问题,此时便可利用汇编语言来实现本文便是针对这一问题.详细介绍了单片机c语言与汇编语言混合编程的实现法。 -High machine assembly language code generation efficiency, fast execution, but readability but did
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:24797
    • 提供者:朱俊
  1. GetFiles

    0下载:
  2. 直接下载bing上PDF的小程序,用于搜集相关主题的预料,是机器学习中搜集预料的好帮手-Direct bing PDF download a small program, is expected to gather for a related topic, machine learning is expected to collect a good helper
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:88683
    • 提供者:穆如勋
  1. ss

    0下载:
  2. it is a new project of knn algorithm for the machine learning in the C# programing
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1074
    • 提供者:sami
  1. code

    0下载:
  2. in machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes theorem with strong (naive) independence assumptions between the features.-in machine learning, naive Bayes classifiers are a family
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:300590
    • 提供者:N Mounika
  1. AForge.NET Framework-2.2.5

    1下载:
  2. AForge.NET是一个专门为开发者和研究者基于C#框架设计的,这个框架提供了不同的类库和关于类库的资源,还有很多应用程序例子,包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。 这个框架由一系列的类库组成。主要包括有: AForge.Imaging -- 一些日常的图像处理和过滤器 AForge.Vision -- 计算机视觉应用类库 AForge.Neuro -- 神经网络计算库AForge.Genetic -进化算法编程库 AF
  3. 所属分类:C#编程

    • 发布日期:2017-12-21
    • 文件大小:37654528
    • 提供者:ideal0o0
搜珍网 www.dssz.com