虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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 is directed to the screen.

    标签: code implementing directory algorithm

    上传时间: 2016-04-07

    上传用户:shawvi

  • 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: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.

    标签: Rauch-Tung-Striebel algorithm smoother which

    上传时间: 2016-04-15

    上传用户:zhenyushaw

  • 决策树分类

    决策树分类,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.

    标签: 决策树 分类

    上传时间: 2016-08-01

    上传用户:源弋弋

  • 輕易學好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, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review

    标签: Pointers Dynamic Objects review

    上传时间: 2014-10-10

    上传用户:chfanjiang

  • 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 is to give some concrete idea of how SC-FDMA system works. It does lack many realistic and sophisticated features such as channel coding, time-varying fading channel model, soft decision decoding, etc. Regardless, I am hoping that it will help you understand SC-FDMA which is a fairly new development in 3GPP LTE.

    标签: simulator This baseband upcoming

    上传时间: 2016-08-26

    上传用户:小草123

  • 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 important data analysis methods, from long-established statistical methods to more recent machine learning techniques. It aims to provide a framework that will enable the reader to recognise the assumptions and constraints that are implicit in all such techniques. Important generic issues are discussed first and then the major families of algorithms are described. Throughout the focus is on explanation and understanding and readers are directed to other resources that provide additional mathematical rigour when it is required. Examples taken from across the whole of biology, including bioinformatics, are provided throughout the book to illustrate the key concepts and each technique’s potential.

    标签: experimental generation advances enormous

    上传时间: 2016-10-23

    上传用户:wkchong

  • 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 decision is final and will not be open to further discussion

    标签: competition simulation document contains

    上传时间: 2016-11-30

    上传用户:zhengzg

  • 个体商品销售管理及分析系统 —进货处理子系统本文在分析商品进货、营销、存储系统及其特点的基础上

    个体商品销售管理及分析系统 —进货处理子系统本文在分析商品进货、营销、存储系统及其特点的基础上,提出将DSS技术运用到市场营销决策上,开发MDSS(Marketing Decision Support System)、CRM、DSM的建议,并就MDSS的总体设计思想及研究方向作简要介绍,以明确系统的基本组成与结构

    标签: 销售

    上传时间: 2016-12-09

    上传用户:changeboy

  • 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.

    标签: intelligence multi-decisi artificial aiParts

    上传时间: 2017-02-20

    上传用户:徐孺

  • 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. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such disjoint paths and the paths themselves on separate lines. In case of multiple paths the output should be in order of paths with minimum vertices first. In case of tie the vertex number should be taken in consideration for ordering.

    标签: fault-tolerant algorithms redundant underlyin

    上传时间: 2013-12-18

    上传用户:jkhjkh1982