hal9ai VS regression-js

Compare hal9ai vs regression-js and see what are their differences.

hal9ai

Hal9 — Data apps powered by code and LLMs [Moved to: https://github.com/hal9ai/hal9] (by hal9ai)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
hal9ai regression-js
22 2
122 927
- -
-22.7 0.0
9 months ago over 1 year ago
TypeScript JavaScript
MIT License MIT License
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.

hal9ai

Posts with mentions or reviews of hal9ai. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-22.

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?
    7 projects | news.ycombinator.com | 9 Sep 2021
  • Hal9: Data Science with JavaScript
    4 projects | /r/datascience | 9 Sep 2021
    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.

What are some alternatives?

When comparing hal9ai and regression-js you can also consider the following projects:

arquero - Query processing and transformation of array-backed data tables.

pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly

examples - TensorFlow examples

blockly - The web-based visual programming editor.

dplyr - dplyr: A grammar of data manipulation

starboard-notebook - In-browser literate notebooks

Pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

gradio - Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!

Keras - Deep Learning for humans

ml5-library - Friendly machine learning for the web! 🤖