[Q] Is picking up a CS major worth it if it means having to take 5 STEM classes a semester for another two years?

This page summarizes the projects mentioned and recommended in the original post on /r/statistics

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vowpal_wabbit

    Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.

  • It sounds like this may not need to even be distributed, but hard to tell. This may be a case where an out-of-core design is sufficient to get the job done. Usually this involves some multi-threaded programming with on set of threads doing the IO work, reading/writing to disk, while another set of threads doing the compute - and having an input/output queue. Out-of-core is in many ways an extension of the blocking/tiling approach, extended all the way to disk as the slowest level of memory access - with some extra programming differences due to it being disk instead of RAM. A few tools have built-in support for this like VW.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts