regression-js
Curve Fitting in JavaScript. (by Tom-Alexander)
Keras
Deep Learning for humans (by keras-team)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
regression-js | Keras | |
---|---|---|
2 | 88 | |
943 | 63,200 | |
0.0% | 0.2% | |
0.0 | 9.8 | |
over 2 years ago | about 17 hours ago | |
JavaScript | Python | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
regression-js
Posts with mentions or reviews of regression-js.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-09.
- Data Science with JavaScript: What we've learned so far?
-
Hal9: Data Science with JavaScript
Modeling: We are currently exploring this space so our findings are not final yet but let me share what we've found so far. TensorFlow.js is absolutely amazing, it provides a native port from TensorFlow to JavaScript with CPU, WebGL, WebAssembly and NodeJS backends. We were able to write an LSTM to do time series prediction, so far so good. However, we started hitting issues when we started to do simpler models, like a linear regression. We tried Regression.js but we found it falls short, so we wrote our own script to handle single-variable regressions using TF.js and gradient decent. It actually worked quite well but exposed a flaw in this approach; basically, there is a lot of work to be done to bring many models into the web. We also found out Arquero.js does not play nicely with TF.js since well, Arquero.js does not support tensors; so we went on to explore Danfo.js, which integrates great with TF.js but we found out it's hard to scale it's transformations to +1M rows and found other rough edges. Since then, well, we started exploring Pyodide and perhaps contributing to Danfo.js, or perhaps involve more server-side compute, but that will be a story for another time.
Keras
Posts with mentions or reviews of Keras.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-25.
- 🚗👁️ Segmentation d'Images pour pour le système embarqué d’une voiture autonome
-
Top Programming Languages for AI Development in 2025
The unchallenged leader in AI development is still Python. and Keras, and robust community support.
-
A Man Out to Prove How Dumb AI Still Is
>Chollet, a French computer scientist and one of the industry’s sharpest skeptics
I feel like this description really buries the lede on Chollet's expertise. (For those who don't know, he's the creator of and lead contributor[0] to Keras)
[0]https://github.com/keras-team/keras/graphs/contributors
-
Building a Sarcasm Detection System with LSTM and GloVe: A Complete Guide
Keras API reference
- Submitting GPU jobs to Slurm @ Loyola University Chicago
-
Top 8 OpenSource Tools for AI Startups
Star on GitHub ⭐ - Keras
-
Top 5 Production-Ready Open Source AI Libraries for Engineering Teams
At its heart is TensorFlow Core, which provides low-level APIs for building custom models and performing computations using tensors (multi-dimensional arrays). It has a high-level API, Keras, which simplifies the process of building machine learning models. It also has a large community, where you can share ideas, contribute, and get help if you are stuck.
-
Las 10 Mejores Herramientas de Inteligencia Artificial de Código Abierto
(https://dev-to-uploads.s3.amazonaws.com/uploads/articles/92cup4lywcjfq83xg0ea.png)
-
Using Google Magika to build an AI-powered file type detector
The core model architecture for Magika was implemented using Keras, a popular open source deep learning framework that enables Google researchers to experiment quickly with new models.
- Side Quest #3: maybe the real Deepfakes were the friends we made along the way
What are some alternatives?
When comparing regression-js and Keras you can also consider the following projects:
hal9ai - Hal9 — Data apps powered by code and LLMs [Moved to: https://github.com/hal9ai/hal9]
scikit-learn - scikit-learn: machine learning in Python
arquero - Query processing and transformation of array-backed data tables.
MLP Classifier - A handwritten multilayer perceptron classifer using numpy.
dplyr - dplyr: A grammar of data manipulation
tensorflow - An Open Source Machine Learning Framework for Everyone

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured