• Breaking News

    Wednesday, January 15, 2020

    A non-symmetric divide-and-conquer recursive formula for the convolution of polynomials and power series Computer Science

    A non-symmetric divide-and-conquer recursive formula for the convolution of polynomials and power series Computer Science


    A non-symmetric divide-and-conquer recursive formula for the convolution of polynomials and power series

    Posted: 14 Jan 2020 10:07 PM PST

    Improving the customer funnel using string similarity algorithm

    Posted: 14 Jan 2020 07:31 PM PST

    Hi everyone 👋,

    this might be pretty basic but we were losing quite a few customers at the beginning of their onboarding process. When we looked closely into it we discovered a lot of accounts with typos in the domains. They never received a confirmation email.

    After identifying the problem we used Trigrams and Jaccard distance to suggest a correct email address. When we deployed the change the onboarding process improved significantly and most of the people got their emails right.

    It's not a rocket science but I found this really nice example of a practical application on compsci in the daily life of an average programmer. And it made me open a few text books in and do some reading in the evening to learn more about other text algorithms :)

    Blog post: https://chodounsky.net/2020/01/14/suggesting-email-address-using-string-similarity-algorithm/

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

    Open Source Computer Science Degree

    Posted: 15 Jan 2020 02:42 AM PST

    GSC Open Source Computer Science Degree 🔥🔥 🔥

    https://youtu.be/agb7fLPUvD4

    Course Link:- https://github.com/Arbazkhan4712/GSC-Open-Source-Computer-Science-Degree

    It's totally free of cost please check it out and share it

    Here is a course for beginner's and newbies or anyone who wants to learn or develope their skills

    I have tried to create a road map for many domains like Android/IOS Developer, Full Stack Developer, DevOps Engineer , Data Scientist, Artificial Intelligence Developer And so on...

    I tried to mention all the skills required for each one of these domains with YouTube videos , books and Free Courses I'll be adding more to it..

    If you want to contribute please make changes and make pull request...

    And Please give suggestions for improving it...

    Share & Support :)

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

    AWS Introduces Open Source AutoML Toolkit ‘AutoGluon’

    Posted: 14 Jan 2020 11:27 AM PST

    Burkhard Keller Tree (BK Tree) to find similar strings

    Posted: 14 Jan 2020 01:39 PM PST

    Converting Boolean-Logic Decision Trees to Finite State Machines

    Posted: 14 Jan 2020 04:41 AM PST

    https://medium.com/analytics-vidhya/converting-boolean-logic-decision-trees-to-finite-state-machines-180ad195abf2

    When analyzing cybersecurity events, the detection algorithm evaluates attributes against boolean expressions to determine whether the event belongs to a class. This article describes converting boolean expressions to finite state machines to permit simpler, high-performance evaluation.

    The open-source project Cyberprobe features this implementation. Conversion of rules to finite state machine (FSM) and application of the rules in FSM form is implemented in Python. Cyberprobe supports the use of millions of rules, which can be applied at greater than 200k events/second on a single processor core.

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

    I want to make a video game for a capstone project and I only have one semester, does anyone have any ideas?

    Posted: 14 Jan 2020 01:41 PM PST

    Edit: I'm not sure if I'm allowed to use a game engine

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

    Using CPU simulations to test new cache hierarchies?

    Posted: 14 Jan 2020 03:13 PM PST

    Would it be possible to test new cache hierarchies and compare them to different ones using CPU simulators such as gem5, snipersim, multi2sim, and marss86? This is for a research project I want to do at school, and I'm not sure if this would be possible or possible using other simulators that I haven't identified yet. Thanks in advance!

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

    No comments:

    Post a Comment