waylonflinn / weblas

GPU Powered BLAS for Browsers :gem:
MIT License
703 stars 44 forks source link

Native browser support for Linear Algebra Library or ML #43

Open AngeloKai opened 6 years ago

AngeloKai commented 6 years ago

Hi, I am from the browser world. I've been looking at the different libraries implementing ML on the web. This is the first one that have found its way to get GPU support. Have you encountered things you don't have support for yet?

waylonflinn commented 6 years ago

When comparing to other BLAS implementations, there are definitely features that aren't supported. This library focuses, primarily, on the intersection of those operations which are the most compute intensive and the most useful in modern machine learning.

The second of these criteria is somewhat subjective. So, I'm open to suggestions on which to do next!