Schedule of a compsci student Computer Science |
- Schedule of a compsci student
- Place to meet other computer science people and hang out
- Differential evolution algorithm is killing me
- Which architecture do you think will be able to emulate the human brain first? von Neumann, or connectivist?
- P_vs_NP has been created
- Bad_Experts has been created
- Is it possible to solve the 'map coloring' problem in Datalog?
- Boolean Expression Simplification
- Request Review for a Proof of L = parity L
- Wjat is problem solving technique in artificial intelligence ?
- What is data flow diagram in software engineering ?
- Whar is artificial intelligence ?
- Request Review for a Proof of P = NP
Posted: 02 Jun 2019 03:56 PM PDT I'm curious what a typical students schedule is. Recently it seems like I'm investing a lot of time into studying and programming and I feel kind of burnt out. How much time do you put into studying/recreation/sleep? [link] [comments] |
Place to meet other computer science people and hang out Posted: 02 Jun 2019 11:36 AM PDT What's up! I have started a discord to find new buddies who are also interested in CS, play games together, talk about movies and such. We do not talk about programming or answer any kind of questions. We are purely focussed on getting closer to each other and socialize. Well, if you like the idea, feel free to join us at https://discord.gg/jvX4xDaAt least I personally hope to meet you. Im out, pce. [link] [comments] |
Differential evolution algorithm is killing me Posted: 02 Jun 2019 07:03 AM PDT |
Posted: 02 Jun 2019 07:14 PM PDT |
Posted: 02 Jun 2019 06:20 PM PDT |
Posted: 02 Jun 2019 05:48 PM PDT |
Is it possible to solve the 'map coloring' problem in Datalog? Posted: 02 Jun 2019 08:24 AM PDT I'm trying to learn Datalog this weekend and am stumped on this problem that you can usually solve with a logic programming language. In Prolog, you can describe the shapes on a map in the terms of which shape touches another, specify a set of colors, and ask it for a valid assignment of colors to shapes such that no shapes that touch have the same color assigned to them. I've read that Datalog is a subset of Prolog -- so maybe it's just the case that Datalog isn't expressive enough to describe the relationships necessary for solving this problem? Is it possible to express a solution to this in Datalog? Or am I missing the right background in theory to recognize this is not possible (like trying to parse a context-free lang with regex)? [link] [comments] |
Boolean Expression Simplification Posted: 02 Jun 2019 12:08 PM PDT Is my expression in the most simplifed form? Im not sure how to simplify it further Edit: Step 3 was wrong, here is my work from step 3 fixed. https://ibb.co/2MHpkzD [link] [comments] |
Request Review for a Proof of L = parity L Posted: 02 Jun 2019 06:23 AM PDT A major complexity classes are $L$, $POLYLOGTIME$ and $\oplus L$. A logarithmic Turing machine has a read-only input tape, a write-only output tape, and some read/write work tapes. The work tapes may contain $O(\log n)$ symbols. $L$ is the complexity class containing those decision problems that can be decided by a deterministic logarithmic Turing machine. We define the complexity class $POLYLOGTIME$ as the problems which can be decided by a random access machine in poly-logarithmic time. We prove there is problem in the complexity class $L$ which cannot be solved by a random access machine in poly-logarithmic time. Hence, we show $L \nsubseteq POLYLOGTIME$. The complexity class $\oplus L$ has the same relation to $L$ as $\oplus P$ does to $P$. We demonstrate there is a complete problem for $\oplus L$ that can be logarithmic space reduced to a problem in $L$. Consequently, we show $L = \oplus L$. [link] [comments] |
Wjat is problem solving technique in artificial intelligence ? Posted: 02 Jun 2019 05:29 AM PDT |
What is data flow diagram in software engineering ? Posted: 02 Jun 2019 05:40 AM PDT |
Whar is artificial intelligence ? Posted: 02 Jun 2019 05:51 AM PDT |
Request Review for a Proof of P = NP Posted: 02 Jun 2019 06:21 AM PDT P versus NP is considered as one of the most important open problems in computer science. This consists in knowing the answer of the following question: Is P equal to NP? A precise statement of the P versus NP problem was introduced independently by Stephen Cook and Leonid Levin. Since that date, all efforts to find a proof for this problem have failed. To attack the P versus NP problem, the NP-completeness is a useful tool. We prove the known NP-complete problem MONOTONE 1-IN-3 3SAT can be polynomially reduced to the polynomial language 2SET PACKING. In this way, MONOTONE 1-IN-3 3SAT must be in P. If any NP-complete problem can be solved in polynomial time, then every language in NP has a polynomial time algorithm. Hence, we demonstrate the complexity class P is equal to NP. [link] [comments] |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment