本人编写的incremental 随机神经元网络算法,该算法最大的特点是可以保证approximation特性,而且速度快效果不错,可以作为学术上的比较和分析。目前只适合benchmark的regression问题。 具体效果可参考 G.-B. Huang, L. Chen and C.-K. Siew, “Universal Approximation Using Incremental Constructive Feedforward Networks with Random Hidden Nodes”, IEEE Transactions on Neural Networks, vol. 17, no. 4, pp. 879-892, 2006.
标签: incremental 编写 神经元网络 算法
上传时间: 2016-09-18
上传用户:litianchu
计算最优化网络节点传输路径的neural network 模型,测试通过4个Nodes
上传时间: 2013-12-20
上传用户:xc216
Trees are natural structures for representing certain kinds of hierarchical data. A (rooted) tree consists of a set of Nodes (or vertices) and a set of arcs (or edges).
标签: hierarchical representing structures natural
上传时间: 2016-12-22
上传用户:siguazgb
The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some Nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned Nodes (codes) are on the same root-to-leaf path. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results
标签: combinatorial assignment problem arises
上传时间: 2014-01-19
上传用户:BIBI
Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) Nodes in Binary Trees. This is a part of mine students project. You can use and redistribute the source code absolutelly free!
标签: Inserting Searching Postorder Deleting
上传时间: 2014-01-25
上传用户:虫虫虫虫虫虫
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute Nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
标签: single-core multi-core inversion mutlicore
上传时间: 2013-12-21
上传用户:ryb
Wireless range extenders or wireless repeaters can extend the range of an existing wireless network. Range extenders can be strategically placed to elongate a signal area or allow for the signal area to reach around barriers such as those created in L-shaped corridors. Wireless devices connected through repeaters will suffer from an increased latency for each hop. Additionally, a wireless device connected to any of the repeaters in the chain will have a throughput that is limited by the weakest link between the two Nodes in the chain from which the connection originates to where the connection ends
标签: wireless range extenders repeaters
上传时间: 2014-01-02
上传用户:zhangyigenius
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The Nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 Nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
标签: Implementation calculates algorithm Edmonds
上传时间: 2014-01-04
上传用户:kiklkook
Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups, the sleep-wakeup schedules of the sensor Nodes are adaptively determined. The schedules are decided based on a node’s own traffic and that of its neighbors.
标签: sleepwakeups sleep-wakeup Pattern-MAC schedules
上传时间: 2017-08-28
上传用户:cainaifa
nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network Nodes that have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM). TinyOS has been reimplemented in nesC. This manual describes v1.1 of nesC, changes from v1.0 are summarised in Section 3.
标签: introduction structuring extension language
上传时间: 2017-09-04
上传用户:66666