%For the following 2-class problem determine the decision boundaries %obtained by LMS and perceptron learning laws.
標簽: boundaries the following determine
上傳時間: 2016-11-26
上傳用戶:guanliya
A test problem generator for non-stationary environments,Branke J的MovingPeak問題
標簽: non-stationary environments MovingPeak generator
上傳時間: 2014-12-20
上傳用戶:秦莞爾w
Problem A:放蘋果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language: not limited Description 把M個同樣的蘋果放在N個同樣的盤子里,允許有的盤子空著不放,問共有多少種不同的分法?(用K表示)5,1,1和1,5,1 是同一種分法。 Input 第一行是測試數據的數目t(0 <= t <= 20)。以下每行均包含二個整數M和N,以空格分開。1<=M,N<=10。 Output 對輸入的每組數據M和N,用一行輸出相應的K。 Sample Input 1 7 3 Sample Output 8
標簽: Limit Accepted Language Problem
上傳時間: 2016-11-30
上傳用戶:leixinzhuo
Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).
標簽: Subsequence sequence Problem Longest
上傳時間: 2016-12-08
上傳用戶:busterman
sovling TSP(Travelling Salesman Problem) with GAs
標簽: Travelling Salesman sovling Problem
上傳時間: 2014-01-10
上傳用戶:youmo81
TSP問題(Travelling Salesman Problem)是數學領域中著名問題之一,旅行商的VC算法實現
標簽: Travelling Salesman Problem TSP
上傳時間: 2014-08-02
上傳用戶:hjshhyy
We address the problem of predicting a word from previous words in a sample of text. In particular, we discuss n-gram models based on classes of words. We also discuss several statistical algorithms for assigning words to classes based on the frequency of their co-occurrence with other words. We find that we are able to extract classes that have the flavor of either syntactically based groupings or semantically based groupings, depending on the nature of the underlying statistics.
標簽: predicting particular previous address
上傳時間: 2016-12-26
上傳用戶:xfbs821
using NVIDIA FFT CUDA Library to solve FFT problem
標簽: FFT Library problem NVIDIA
上傳時間: 2014-01-24
上傳用戶:duoshen1989
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
A solution of contest problem in Google Code Jam
標簽: solution contest problem Google
上傳時間: 2014-01-24
上傳用戶:zhangliming420