Tag: tensorflow
All the articles with the tag "tensorflow".
TensorFlow.js vs scikit-learn in the Browser — Two Paradigms of Client-Side ML
Posted on:March 28, 2026 at 10:00 AMTensorFlow.js brings neural networks to the browser natively. scikit-learn runs via Pyodide WebAssembly. Same Iris dataset, same task — totally different philosophies. Train both client-side with no backend and compare accuracy, interpretability, and the cold-start gap.