13 Questions 8 Answers 0 Followers
Questions related from Huimen Maisori
I have a question on my Master Thesis. my question is on EEG Signals (Very Important): I use Entropy, Coherence, DFA, Skewness, Kurtosis, Higuchi Fractal, Wavelet in Time Frequency domain, PSD...
12 December 2018 407 0 View
We know DPLL algorithm is backtracking + unit propagation + pure literal rule. I have an example. There is one example to solve following Satisfiability problem with DPLL. if assign of "0" to...
06 June 2016 4,957 0 View
In 2PL (two phase locking), what advantage(s) does the rigorous model have over the strict model? I) There is no advantage over the strict model. II) In contrast to the strict model, it guarantees...
05 May 2015 8,531 0 View
In a Weighted Directed Graph G (with positive weights), with n vertex and m edges, we want to calculate the shortest path from vertex 1 to other vertexes. We use 1-dimensional array D[1..n], and...
02 February 2015 4,580 2 View
I ran into a question on previous Mid-Exam. anyone could clarify me? Problem A: Given a Complete Weighted Graph G, find a Hamiltonian Tour with minimum weight. Problem B: Given a Complete Weighted...
02 February 2015 3,884 0 View
We have a 'datapath' from one CPU, see attachment figure. If the next instruction address is in 'PC Register', how many 'clock cycles 'need to follow 'word add' instruction fetched and...
01 January 2015 2,063 0 View
For Calculating Decimal Output of 125 * A - 100 * (A Mod 4) + 2 with having A ( a one BCD digit) Which of the following is True? 1) we need at least two decimal adder. 2) we need at least two...
01 January 2015 1,015 0 View
Consider Constraint Satisfaction Problem for Coloring following map (Attach via Picture at the end of this question) (i.e like color graphing problem, see :...
01 January 2015 8,726 5 View
Now in these class notes, https://www.cs.umd.edu/class/spring2003/cmsc424-0401/ClassNotesMay1.ppt section Precedence Graph, it says if the graph has a cycle, S is not serializable But I think this...
12 December 2014 1,873 0 View
I read the following example in one of my professors notes. 1) we have a SLR(1) Grammar G as following. we use SLR(1) parser generator and generate a parse table S for G. we use LALR(1) parser...
10 October 2014 6,457 14 View
I'm so glad that ask my third question on my favorite site. Infact i ran into multiple choice question in recent exam on Compiler Course. Suppose T1, T2 is created with SLR(1) and LALR(1) for...
08 August 2014 5,728 2 View
In Bayesian net with variable x={x1,...,xn}. Each random variable has at most P parent and Q child. For a given variable such Xi we want to determine the minimum number of observed variables that...
05 May 2014 7,108 3 View
I have read the wikipedia article on VC Dimension, http://en.wikipedia.org/wiki/VC_dimension But am having problems understanding the calculation of VC Dimension. For example, H={-infinity
05 May 2014 2,274 3 View