• Breaking News

    Tuesday, September 1, 2020

    A programming language to make concurrent programs easy to write Computer Science

    A programming language to make concurrent programs easy to write Computer Science


    A programming language to make concurrent programs easy to write

    Posted: 31 Aug 2020 09:35 AM PDT

    A friend and I created a programming language that looks like Typescript and makes distributed programs shorter and easier to reason about. Alan's compiler and runtime exploits opportunities for parallelization across the computing resources available without being told to do so.

    https://alan-lang.org/

    submitted by /u/g0_g6t_1t
    [link] [comments]

    Generating photo-realistic face images from hand-drawn sketches!

    Posted: 31 Aug 2020 10:52 PM PDT

    Which is the best book on Theory of Computation, a standard, if you will?

    Posted: 31 Aug 2020 11:09 PM PDT

    I am studying for Master's entrance in CS after switching from ECE, and I want to buy one book that I can hold onto in the future, too. Recommendations?

    submitted by /u/rravenclaww
    [link] [comments]

    Masters Decision: Georgia Tech vs. UC Berkeley

    Posted: 31 Aug 2020 07:04 PM PDT

    I've applied to both the Georgia Tech OMSCS program and the UC Berkeley MIDS program and was wondering what program you all would attend if you got accepted into both programs. In this hypothetical scenario also imagine that you work full time and your work agrees to pay the full tuition for both schools, so money isn't the deciding factor.

    What I'm interested in doing with this master's degree is getting a job that focuses on applied machine learning for computer science applications (a job that's usually referred to as machine learning engineer, although I know the term is very loose). Any response helps!

    submitted by /u/achilles7744
    [link] [comments]

    Theory behind viable prefixes of a LR(0) grammar

    Posted: 31 Aug 2020 08:44 AM PDT

    In many compiler courses, it is said that viable prefixes of a LR(0) grammar are recognized by a DFA.

    I would like to understand this assertion, why viable prefixes can be recognized by DFA ?

    Is it related to the theorem 10.9 "The NFA M defined above has the property that δ(q0, γ) contains A → α∙β if and only if A → α∙β is valid for γ", chapter 10 of "Introduction to Automata Theory, languages and computation", by Hopcroft & Ullman ?

    submitted by /u/mgb
    [link] [comments]

    Why can't we put empty string episolon on right hand side of type 1 Grammar?

    Posted: 01 Sep 2020 01:33 AM PDT

    Context-: Type 1 Grammar is also equivalent to context sensitive grammar.

    It is similar to Type 0 grammar but with a restriction.

    Type 0 gramma is in the form of-:

    u->v

    where u is a string of Non Terminals & Terminals but it should have at least 1 Non Terminal.

    The restriction for Type 1 grammar is that-:

    modulus of u<= modulus of v

    Question-:

    As in title.

    submitted by /u/hnlintune
    [link] [comments]

    Can there be an automaton for uncountable languages?

    Posted: 01 Sep 2020 12:24 AM PDT

    I know Turing machines only recognize countable languages and, so far, they are the most powerful mathematical models we have. I wanna know if it's theoretically possible to make an automaton that can recognize uncountable languages (for example, set of all languages).

    Has any research been done to prove/disprove this point?

    submitted by /u/bhatushar
    [link] [comments]

    In LCS problem, Why can’t (len[i][j]=len[i-1][j-1]+1;) just be len[i][j]=len[i-1][j]+1; ?[Dynamic programming]

    Posted: 31 Aug 2020 11:54 PM PDT

     for (int i=1; i<=n1; i++) for (int j=1; j<=n2; j++) if (s1[i] == s2[j]) length[i][j] = length[i-1][j-1] + 1; else length[i][j] = max(length[i-1][j], length[i][j-1]); 

     a b g d e 0 0 0 0 f 0 0 0 0 g 0 0 1 1 d 0 0 1 2 
    submitted by /u/JacksonSteel
    [link] [comments]

    Pro Tips to solve the problems of Project Management Assignment Help

    Posted: 31 Aug 2020 08:39 PM PDT

    Who are these great computer scientist related to AI?

    Posted: 31 Aug 2020 04:36 PM PDT

    Hi,

    I have found the picture (picture 1) related to three great computer science legends associated with AI.

    Then I found another picture (picture 2)

    Picture2

    Is (b) in picture 1 corresponds Simon Newel Shaw. (c) looks like Allen Newell https://en.wikipedia.org/wiki/Allen_NewellIs and (a) looks like Arthur Samuel. Some body Please correct me.

    Zulfi.

    Picture 1

    submitted by /u/Snoo20972
    [link] [comments]

    As someone who learnt Z80 machine code and 8086 in the 1980s but didn’t continue into a programming career, I’m wondering who if anybody still regularly writes in assembly language? Is there still a huge need for it or have the mid-level languages taken over?

    Posted: 31 Aug 2020 02:06 PM PDT

    Deep Learning and Big Data.

    Posted: 31 Aug 2020 12:59 PM PDT

    Hello, Can anyone tell me the usages of Deep Learning and Big Data in a simple way?

    Thank you.

    submitted by /u/hack3rcon
    [link] [comments]

    Virtual GHC

    Posted: 31 Aug 2020 09:42 AM PDT

    Is virtual GHC worth the $200? All of the student passes are out so I would only be able to get the Career Fair pass. Also with COVID, do you think companies would have a lot of open positions for next semester? Thanks!

    submitted by /u/mooney00
    [link] [comments]

    Embedded system and its concepts

    Posted: 31 Aug 2020 06:26 AM PDT

    No comments:

    Post a Comment