搜索结果
找到约 99 项符合
decision-directed 的查询结果
人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output i ...
matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
数值算法/人工智能 决策树分类
决策树分类,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.
其他书籍 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括
1) base C++ review,
2) Pointers and Dynamic Objects,
3) Recursion,Linked Lists,
4) Stacks and Queues,
5) Algorithm Analysis,
6) Insertion Sort and Mergesort,
7) Quicksort,
8) Heaps and Heapsort,
9) Lower Bound of Sorting and Radix Sort,
...
通讯/手机编程 This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo
This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University.
The purpose of this simulator ...
其他书籍 Recent advances in experimental methods have resulted in the generation of enormous volumes of data
Recent advances in experimental methods have resulted in the generation
of enormous volumes of data across the life sciences. Hence clustering and
classification techniques that were once predominantly the domain of ecologists
are now being used more widely. This book provides an overview of these
i ...
书籍源码 This document contains official rules of the 3D soccer simulation competition at RoboCup 2006. Whil
This document contains official rules of the 3D soccer simulation competition
at RoboCup 2006. While we will try to cover all cases, if unexpected
events do occur, the rule committee will seek input from the
participants and then make a decision. However, once the committee has
made a decision, that ...
软件设计/软件工程 个体商品销售管理及分析系统 —进货处理子系统本文在分析商品进货、营销、存储系统及其特点的基础上
个体商品销售管理及分析系统
—进货处理子系统本文在分析商品进货、营销、存储系统及其特点的基础上,提出将DSS技术运用到市场营销决策上,开发MDSS(Marketing Decision Support System)、CRM、DSM的建议,并就MDSS的总体设计思想及研究方向作简要介绍,以明确系统的基本组成与结构 ...
人工智能/神经网络 aiParts is a set of C++ classes that can be used to develop artificial intelligence for multi-decisi
aiParts is a set of C++ classes that can be used to develop artificial intelligence for multi-decision problems. It includes classes that implement the High-Hope technique and some sample programs.
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...