Search the web
Sign In
New User? Sign Up
comp-sci-theory · Computer Science Theory
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2327 - 2366 of 2737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2327
Does anyone know where the solutions to sipser's exercises/problems are available on the net? the book in question is "Introduction to Theory of Computation"....
snehit_p
Offline Send Email
May 17, 2006
4:51 am
2330
you can find the solutions of some problems from the homework solutions of some formal languages and automata theory courses.Mostly instructors upload the...
haluk yavuz
halukyavuz54
Offline Send Email
May 18, 2006
12:34 pm
2332
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the comp-sci-theory group. File :...
comp-sci-theory@yahoo...
Send Email
May 24, 2006
5:21 pm
2333
qfish2006 runs well on medium sized instances. It converts from the cnf format to 2cnf format. There are several possible applications. For a good time try the...
pehoushek1
Offline Send Email
May 24, 2006
5:26 pm
2335
Can any one solve this problem? let C be the class of all decision problems that are polynomial time Turing redicible to some language L in (NP intersection...
Nimo engineering
scientist_usair
Offline Send Email
Jun 6, 2006
9:46 am
2336
Dear all, I recently realized that BTC (one of the problems I have been studying) is a generalization of the Disjoint Paths Problem. The reduction is actually...
luis_omar_quesada
luis_omar_qu...
Offline Send Email
Jun 6, 2006
6:32 pm
2337
hi! I am a undergraduate student. I need some help for my work. I have to develop a ANN program in c/c++ that will take say about 10 numeric parameters and...
sbanerjeemails
Offline Send Email
Jun 7, 2006
2:37 am
2338
If it is a function approximation problem, try using GRNN (General Regression Neural Network) which as you would be knowing is a kind of Radial Basis Neural...
Srinivas Madhavan
srini21in
Offline Send Email
Jun 7, 2006
10:33 am
2339
I think you can solve it on two steps: Firsly, prove that C is subset from (NP intersection CoNP) Secondly, prove that ((NP intersections CoNP) difference C) =...
hatem abdel ghani
hatem_abdel_...
Offline Send Email
Jun 7, 2006
3:07 pm
2340
Hi, The problem with your solution is that you seem to assume that we are talking about many-one reductions, while the problem regards Turing reductions. Thus,...
Piotr Faliszewski
pfaliurcs
Offline Send Email
Jun 7, 2006
4:10 pm
2341
hi all here is a sort of interesting but weird reduction that Id like to discuss with anyone. I may have mentioned some related ideas on this list at one pt. ...
vznuri@...
vznuri
Offline Send Email
Jun 12, 2006
2:54 am
2343
Hi Vlad, ... It's been a long time since I've looked at HU79 (actually, it's been a long time since I've looked at any complexity theory), so I can't resist. ...
Kurt Van Etten
pnenp
Offline Send Email
Jun 16, 2006
4:39 am
2344
hi, This is kool ....try this link http://www.raxdev.com/?r=68EAFE37 Regards ks ... How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call...
kaykay srini
cu_4m_srinivas
Offline Send Email
Jun 22, 2006
9:57 am
2345
hi, this is my first message! i'm a first year student in CS and here its my question: can anyone prove that the number of binary trees with n nodes, b_{n}, ...
Carlo Comin
vl4dster
Offline Send Email
Jun 27, 2006
8:24 pm
2346
... Look at the root of the tree. The left subtree contains k nodes, the right subtree n-k-1. (You subtract 1 for the root itself). So the number of possible...
Lieven Marchand
lievenmarcha...
Offline Send Email
Jun 27, 2006
9:23 pm
2347
that's the Catalan number.. as you said, let b_n = # of binary trees on n nodes... pick a node (the root).. split the remaining n-1 nodes into two groups: the ...
dor
floydian_psy...
Offline Send Email
Jun 27, 2006
9:49 pm
2348
thank you both...
Carlo Comin
vl4dster
Offline Send Email
Jun 28, 2006
8:43 am
2350
... think I ... to ... The answer of this problem is in the below paper: Herman A. Maurer. A direct proof of the inherent ambiguity of a simple context-free...
e_calvinlai
Offline Send Email
Jul 2, 2006
3:27 pm
2351
hi, i'm looking for bibliographical references to Group Theory applications in Theoretical CS. I've just found Epstein's "Word Processing in Groups", and i...
Carlo Comin
vl4dster
Offline Send Email
Jul 2, 2006
7:28 pm
2353
... Have a look under computational group theory. The new book by Derek Holt "Handbook of computational group theory" is useful. Also have a look under...
Nimish Shah
Nimish_Shah@...
Send Email
Jul 6, 2006
8:04 am
2354
Carlo, You may like to have a look at semi-groups and inverse semi-groups (generalization of groups). MV Lawson's work discusses their links with TCS. 1)MV...
ratnikgandhi
Offline Send Email
Jul 6, 2006
10:03 am
2355
Hello everybody. I am a computer science student, interested in both Artificial Intelligence (Knowledge based system, Machine learning, etc..) and ...
gridkim
Offline Send Email
Jul 9, 2006
6:32 am
2357
Hi Kim, I did some research on the computational power of recurrent neural networks and investigated a proof by a Finnish professor who proved that every...
Omid Aladini
omid_aladini
Offline Send Email
Jul 9, 2006
10:16 pm
2360
<pf> M = "On input <G>, where G is a CFG. 1. Convert G à C: Chomsky normal form. 2. Mark variable V if V =*=> 1 for all rules. 3....
e_calvinlai
Offline Send Email
Jul 11, 2006
3:21 pm
2361
Omid Do you know if the reverse question has been attacked? I.e, is there anything that a neural network can do that cannot be expressed in algoritmic form? ...
G.Waleed Kavalec
gkavalec
Offline Send Email
Jul 12, 2006
4:09 pm
2362
Well, actually I've investigated the question and I don't know about any formal proof but as far as I believe every program running on a simple recurrent...
Omid Aladini
omid_aladini
Offline Send Email
Jul 12, 2006
9:41 pm
2363
Strictly speaking, any finite-memory computer can only accept a subset of regular languages (not even all of them). If one ignores memory, then showing that a...
Piotr Faliszewski
pfaliurcs
Offline Send Email
Jul 12, 2006
9:56 pm
2364
This question can be rephrased as "Is there a neural network that can not be simulated by a computer with arbitrarily large memory?" and the answer looks very...
Cem Say
accsay
Offline Send Email
Jul 14, 2006
12:00 pm
2365
Cem That was exactly what I was seeing, with the same "unless maybe". Given 'sensitive depedency on initial conditions' the fact that reals are in the mix does...
G.Waleed Kavalec
gkavalec
Offline Send Email
Jul 14, 2006
12:17 pm
2366
hi.... m a std of software eng ... n hav an assignment ... i hav to rite doen n explain full description of network ... how it works... specially the server...
Samina
sweetsamina84
Offline Send Email
Jul 14, 2006
8:46 pm
Messages 2327 - 2366 of 2737   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help