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

搜索资源列表

  1. Algorithm

    0下载:
  2. A*算法,A*模拟器,用于在迷宫中找到最近出口-A* algorithm, A* simulator used in the maze to find the nearest exit
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:46838
    • 提供者:kang ning
  1. linreg_logic_eg

    0下载:
  2. Demonstration of the Perceptron and Linear Regressor on the basic logic functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:667
    • 提供者:cooldc
  1. knn

    0下载:
  2. k近邻分类器分类 包括PCA功能 归一化 并且带有交叉检验功能-k nearest neighbor classifiers including PCA function normalized and with cross-validation function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:141991
    • 提供者:朱戎生
  1. apriori

    0下载:
  2. 数据挖掘中频繁模式挖掘经典算法apriori-Data Mining frequent pattern mining algorithms apriori classic
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1012
    • 提供者:hanming
  1. sobel_filter

    0下载:
  2. Sobel Filter Example When run sobel.py, png image attached will be filtered by sobel. (use python 2.x not 3.x)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:7849
    • 提供者:Ceyhun Cakar
  1. huffman_alphabet

    0下载:
  2. Data Compression Huffman Coding Example Create an huffman alphabet for the input string Python 2.7 necessary (not tested Python 3.0). For windows just run huffman.bat-Data Compression Huffman Coding Example Create an huffman alphabet f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:Ceyhun Cakar
  1. arithmetic2

    0下载:
  2. Data Compression Arthmetic Algorithm Example. Tested in Python 2.7 just run py file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:2328
    • 提供者:Ceyhun Cakar
  1. lzw

    0下载:
  2. Data Compression LZW code example. Python 2.7 or Python 3.0 is OK. Just run py file for testing.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:Ceyhun Cakar
  1. facereclib-1.2.1

    0下载:
  2. python 人脸识别库 实现了几个标准的人脸识别算法-python face recgenation
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-21
    • 文件大小:6629309
    • 提供者:bruce mar
  1. Naive-Bayes

    1下载:
  2. 基本的朴素贝叶斯算法,使用python编写。执行效率一般。-The basic Bayesian algorithms, written using python. Efficiency in general.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:王科
  1. softmaxregression

    0下载:
  2. softmaxregression,即多分类的逻辑斯特回归算法,python编写-softmaxregression, namely multi-classification logistic regression algorithm, python write
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1251
    • 提供者:王科
  1. logisticregression

    0下载:
  2. 二分类logistic回归算法。通用性比较强-Binary logistic regression algorithm. Universal relatively strong
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1245
    • 提供者:王科
  1. K-mean

    0下载:
  2. K平均算法,python编写,性能较好。通用性强-K-means algorithm, python write
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1139
    • 提供者:王科
  1. 20news_sample_noseed

    0下载:
  2. 文本分类算法,讲数据集20newsgroup分类。可自定义形式-Text classification algorithms, speaking dataset 20newsgroup classification. Customizable forms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:王科
  1. heft-phython

    0下载:
  2. python version of the Heterogeneous Earliest Finish Time algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:6738
    • 提供者:luotuo
  1. frequency-statistics-tool

    1下载:
  2. 这是一款用Python编写的用来进行遍历词频统计的工具。-This is a written in Python used to traverse the frequency statistics tool.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1157
    • 提供者:牧童
  1. NaiveBayes.py

    0下载:
  2. NaiveBayes for Classfication Python
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1704
    • 提供者:Zhaa
  1. subsubmain1h

    0下载:
  2. 处理鼾声信号的程序,用python编写,需要numpy等扩展.-Procedures snoring signals written in python, need numpy other extensions.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:guojian
  1. source-code-of-MIT-course

    0下载:
  2. MIT 计算机导论课源代码,配合教学视频使用,非常珍贵。-the source code of MIT course
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:14114
    • 提供者:nihui
  1. mycancergeno

    0下载:
  2. 爬虫,解析,实现网页的自动化爬取,并存入数据库。使用了解析html,CSS等。mycancergenome-Reptiles, analysis, automated web crawling, and stored in the database. Use analytical html, CSS and so on. mycancergenome
  3. 所属分类:Bio-Recognize

    • 发布日期:2016-07-16
    • 文件大小:2048
    • 提供者:xiezhiyan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com