CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - java A

搜索资源列表

  1. iris

    0下载:
  2. 随机梯度下降,在一个UCI数据集上的实现。随即梯度下降是线性回归的一个重要推论。-A gradient descent test in Java, using a UCI dataset
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:31039
    • 提供者:黄恺
  1. tabu

    0下载:
  2. 一个用禁忌搜索算法求解旅行商(TSP)问题的java源代码,算法正确可行。-A tabu search algorithm to solve TSP (TSP) problem java source code, the algorithm is correct and feasible.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:andysau
  1. Topsis

    0下载:
  2. TOPSIS - It s a java source code for multi criteria decision making using topsis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3135
    • 提供者:juno
  1. Calculator

    0下载:
  2. Java简单四则混合运算计算器,学软件的同学肯定会用到,老师会留下这个作业-Java language to write a calculator
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2033
    • 提供者:初世强
  1. GALoadDistriMiser

    0下载:
  2. The project is code named GALoadDistriMiser. The demo project which was written and compiled in Java is available for download and test run only. The project is about the optimization of load distribution of 64 packages on a vessel. It is assum
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1072102
    • 提供者:amine
  1. logistic-regression

    3下载:
  2. 用java实现了逻辑回归的算法,压缩包中有测试数据可以使用.-Using java to implementation a logistic regression algorithm, the compressed package including test data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3805
    • 提供者:achun
  1. wenjianjieyaheduxie

    0下载:
  2. java实现文件读写和解压 private static void testInput() { // D盘下有个Welcome.java文件,现在按字节读入: int a = 0 // int counter=0 FileInputStream f11 // 输入流 try {-import java.io.BufferedReader import java.io.BufferedWriter import java.io.File
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2228
    • 提供者:皮卡丘
  1. TOTO_NeuralNetwork_v2

    0下载:
  2. 全手工Java书写的完全面向对象结构的人工神经网络,现版本,仅实现BP神经网络以及普通梯度下降法,但结构精炼,易于扩展,本人正在书写稀疏自编码用于图像处理,但本版本尚未涵盖。将在以后的版本中上传。(附带CSV输入)-Neural Network Programmed by JAVA, the key contribution of this Project is 100 OO based, readers can easily figure out how to add more things
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:22337
    • 提供者:Zhiqin
  1. robot-simulators

    0下载:
  2. Robot simulator using genetic algorithm. There are two basic collections of software. The WSU Java sim is a Java language simulator for the Khepera robot. The sim models a single Khepera that operates in a 4x4 foot enclosure with reconfigurable wal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4006686
    • 提供者:nasser
  1. implementation-for-the-Heap-Trees

    0下载:
  2. It s required to design an Abstract Data Type (ADT) Java implementation for the Heap Trees data structure that includes the following operations: 1. Constructor and display operations 2. Creating a Heap Tree a given array 3. Adding an elemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7772
    • 提供者:tamer
  1. Tennis

    0下载:
  2. A java application which stores the Tennis player Records. user can add, delete, search etc player data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:379718
    • 提供者:saif ullah
  1. Juzzy_V2_Source

    0下载:
  2. Java 开发的模糊控制工具箱,功能比较全面。-Juzzy is a Java Fuzzy library.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:134338
    • 提供者:guo jifa
  1. MapReduceCenter

    0下载:
  2. 这是我基于MapReduce实现的Kmeans算法,用Java语言,在一个完全分布式系统工作良好-This is my implemention of Kmeans algorithms based on the MapReduce,in Java language,which works well in a fully distributed System
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:13833
    • 提供者:李龙
  1. My_Ant_Algorithm

    0下载:
  2. 蚁群算法,Java程序,面向对象思想,求最短路径-Ant colony algorithm, a Java program, the object-oriented thought, seek the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:15275
    • 提供者:evilking
  1. kmeans

    0下载:
  2. k-means算法是文本聚类经典算法,也是数据挖掘十大经典算法之一。k-means算法Java实现。-k-means algorithm is a classical algorithm text clustering, data mining is one of the ten classic algorithms. k-means algorithm is implemented in Java.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2106
    • 提供者:黄紫竹
  1. LeetCode

    0下载:
  2. LeetCode题解(java版) 包含toi,strstr,add two num,括号匹配,字符串乘法,通配符匹配,文件路径简化,Text Justification,反转单词-LeetCode solution to a problem (java version) contains toi, strstr, add two num, bracket matching, string multiplication, wildcard matching, simplify file pa
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:90944
    • 提供者:yuer
  1. nlp

    0下载:
  2. 基于贝叶斯网络的网络评论情感分类,Java实现,内附评论数据包-Based on Bayesian Network Web reviews sentiment classification, Java implementation, the packet included a review
  3. 所属分类:Data Mining

    • 发布日期:2017-05-21
    • 文件大小:5945207
    • 提供者:王卫
  1. Hamming

    0下载:
  2. this is a hamming coder/decoder implemented in Java programming language
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3856
    • 提供者:abou
  1. hht

    1下载:
  2. 黄鳄鱼提供的完整Hilbert Huang Transform程序,java源码,含EMD,EMD1,EMD2,频谱,边际频谱,图形界面,测试例程等。-complete java source code for Hilbert- Huang Transform, this package is a official version provide by Professor NordenE.Huang,all class just as EMD,EMD1,EMD2,spectrum,chart e
  3. 所属分类:mathematica

    • 发布日期:2017-04-29
    • 文件大小:33100
    • 提供者:gubot cheung
  1. svm

    0下载:
  2. svm 分类算法 java源代码 很好的学习程序-svm classification algorithm java source code is a good learning program
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:125260
    • 提供者:马天雨
« 1 2 ... 20 21 22 23 24 2526 27 28 »
搜珍网 www.dssz.com