• Breaking News

    Sunday, August 16, 2020

    CompSci4Good: Art project Letters from Nature, uses GPT3 to write letters to world leaders on behalf of glaciers, islands and coral reefs under threat Computer Science

    CompSci4Good: Art project Letters from Nature, uses GPT3 to write letters to world leaders on behalf of glaciers, islands and coral reefs under threat Computer Science


    CompSci4Good: Art project Letters from Nature, uses GPT3 to write letters to world leaders on behalf of glaciers, islands and coral reefs under threat

    Posted: 15 Aug 2020 06:19 AM PDT

    Can anyone here advise me on my potential college application idea on computational linguistics?

    Posted: 15 Aug 2020 09:42 PM PDT

    I'm thinking of writing about an independent research project I did involving computational linguistics. If anyone can review this college essay idea, I can PM you the details.

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

    Brain Oriented Programming - The Number Seven

    Posted: 15 Aug 2020 01:47 PM PDT

    Meet InvoiceNet, a software platform to train custom models and extract intelligent information from PDF invoice documents!

    Posted: 15 Aug 2020 12:28 PM PDT

    From Adobe, Stanford, & UWashington: A new framework can predict a full head portrait for ages 0-70 from a single photo, modifying both texture and shape of the head

    Posted: 15 Aug 2020 12:07 PM PDT

    Using Vectorization to Measure Velocity

    Posted: 15 Aug 2020 09:30 AM PDT

    Below is very simple software that can take a large number of observations of an object, that has a macroscopic rectilinear motion, and calculate its velocity.

    The reason this software is interesting, is because the motions of the objects are random, but nonetheless generate a macroscopically rectilinear motion. This is how real world objects actually behave, in that the parts of a projectile don't move in the same direction at the same time, but instead have variability that simply isn't perceptible to human beings, but might nonetheless get picked up by a sensor, making the problem of measuring velocity non-trivial, when given a lot of data.

    Code, example, explainer:

    https://derivativedribble.wordpress.com/2020/08/15/using-vectorization-to-measure-velocity/

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

    Authorization without Authentication?

    Posted: 15 Aug 2020 05:53 AM PDT

    I am trying to understand how decoupled can authorization and authentication be and was thinking about a use case where authorization could be done without authentication. Coming from a spring boot background, the auth interfacing in it is done in a fashion where authorization depends heavily on authentication, and since it is mostly dealing with web apps, it might be an obvious choice of design. Googling some scenarios where authorization could be done without authentication didn't find me good results, and now I am wondering if authorization needs to be a process surrounded by authentication.

    I thought of some scenarios which could contradict my thought, one of the use cases I popped up with goes as follows:

    In an intranet, a nuclear plant wants the machines in nuclear chambers to be accessed only by a person sitting in the control room. A simple way to implement this is to whitelist the IP addresses.

    This use case doesn't require any authentication however is implementing the authorization.

    Is this a valid use case? And what are other common authorization practices which don't require authentication?

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

    5 Most Popular algorithms in computer science and machine learning

    Posted: 15 Aug 2020 04:59 AM PDT

    No comments:

    Post a Comment