regression-js
Curve Fitting in JavaScript. (by Tom-Alexander)
examples
TensorFlow examples (by tensorflow)

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 | examples | |
---|---|---|
2 | 177 | |
943 | 8,144 | |
0.0% | 0.4% | |
0.0 | 6.9 | |
over 2 years ago | 4 days ago | |
JavaScript | Jupyter Notebook | |
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.
examples
Posts with mentions or reviews of examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-19.
-
AI and Time Series Data: Harnessing the Power of Temporal Insights
As we prepare for the next phase in AI evolution, embracing decentralized approaches and synthetic data generation will be essential. Developers are encouraged to explore technologies like TensorFlow, Prophet, and platforms hosted on Ocean Protocol and License Token for further exploration. Additionally, more detailed discussions on these topics can be found in in-depth Dev.to posts such as Apache Mahout: A Deep Dive into Open Source Innovation and Funding Models.
-
Top Programming Languages for AI Development in 2025
Python's status as the preferred language for artificial intelligence has been solidified by its ease of use, large library (such as TensorFlow, PyTorch, and scikit-learn), and active community.
-
How AI is Transforming Front-End Development in 2025!
TensorFlow.js: An open-source library that allows you to run machine learning models directly in the browser.
-
Fine-tuning LLMs locally: A step-by-step guide
Installation of PyTorch or TensorFlow
-
AI and Time Series Data: Harnessing Temporal Insights in a Digital Age
Emerging trends like decentralized data markets, synthetic time series generation, and enhanced NFT-based monetization models underline the vibrant future awaiting AI-driven predictive analytics. For developers and industry leaders, familiarizing yourself with tools like TensorFlow, Prophet, and Nixtla’s TimeGPT is crucial to stay ahead in this dynamic field.
-
How to Detect API Traffic Anomalies in Real-Time
Local Machine Learning Systems: Self-hosted solutions using open-source tools like TensorFlow or vendor solutions like Traceable AI.
-
Open Source Sustainability Initiatives at Deutsche Telekom: Pioneering a Greener Future
While Deutsche Telekom’s journey with open source is filled with promise, it does not come without challenges. Issues like maintaining high code quality, navigating intellectual property rights, and adapting to rapidly changing technological landscapes are constant hurdles. However, these challenges are also the source of immense opportunity. For instance, by integrating cutting-edge technologies like TensorFlow and exploring future trends such as the intersection of blockchain and open source (the future of open source with blockchain integration), Deutsche Telekom is positioning itself at the forefront of innovation.
-
Embracing Open Source in a Changing Political Landscape
Throughout Trump's presidency, open source frameworks like Kubernetes, TensorFlow, and Hyperledger played pivotal roles in driving technology forward. These platforms were the backbone of critical technological innovations. Kubernetes streamlined container orchestration, TensorFlow democratized machine learning, and Hyperledger pushed blockchain solutions into mainstream business applications. Tech giants and startups alike harnessed these tools to create scalable, resilient infrastructures that changed how the industry approached innovation. This era also witnessed the rise of initiatives like Open Source Sponsorship, which provided much-needed financial support to evolving OSS projects. By facilitating community engagement and ensuring continuous development, sponsorship programs contributed significantly to the sustainability of open source projects.
-
Getting Started with TensorFlow and Keras
If you're interested in diving deeper, check out the official TensorFlow documentation and experiment with different datasets and architectures. Happy coding!
-
AIoT Development: Key Tools To Use
This popular AI platform comes with tools for ML model creation. It’s ideal for deep learning tasks and scalable production systems. TensorFlow particularly excels in building complex models like convolutional neural networks or recurrent neural networks.
What are some alternatives?
When comparing regression-js and examples you can also consider the following projects:
hal9ai - Hal9 — Data apps powered by code and LLMs [Moved to: https://github.com/hal9ai/hal9]
cppflow - Run TensorFlow models in C++ without installation and without Bazel
dplyr - dplyr: A grammar of data manipulation
mlpack - mlpack: a fast, header-only C++ machine learning library
arquero - Query processing and transformation of array-backed data tables.
awesome-teachable-machine - Useful resources for creating projects with Teachable Machine models + curated list of already built Awesome Apps!

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