tensorflow
Prophet
tensorflow | Prophet | |
---|---|---|
233 | 222 | |
186,583 | 18,554 | |
0.2% | 0.6% | |
10.0 | 7.4 | |
3 days ago | about 1 month ago | |
C++ | Python | |
Apache License 2.0 | MIT License |
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.
tensorflow
-
Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! 🚀✨
🥷 Fork & clone tensorflow repo. ⚙️ Setup Development environment for contribution. 🫸 Push and create pull request.
-
Top 8 OpenSource Tools for AI Startups
Star on GitHub ⭐ - Tensorflow
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Access the repository for source code and examples.
- Create ML models that can run in any environment
-
Las 10 Mejores Herramientas de Inteligencia Artificial de Código Abierto
(https://dev-to-uploads.s3.amazonaws.com/uploads/articles/adae9icuiza0lhd532pc.png)
- TensorFlow: Democratizing Machine Learning with Open Source Power
- Release TensorFlow 2.17.0 · TensorFlow/TensorFlow
-
Top 17 Fast-Growing Github Repo of 2024
TensorFlow
-
Awesome List
GitHub Repository - The main TensorFlow repository.
-
Rebuilding TensorFlow 2.8.4 on Ubuntu 22.04 to patch vulnerabilities
The official 2.8.4 container was published in Nov 2022. That's 1.5 years of OS updates at least. I looked up the 2.8.4 source and found that it's using Ubuntu 20.04 as the base OS. Of note, we're using the x86_64 architecture according to the container image layer: ENV NVARCH=x86_64.
Prophet
- TimesFM (Time Series Foundation Model) for time-series forecasting
-
Moirai: A Time Series Foundation Model for Universal Forecasting
https://facebook.github.io/prophet/
"Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well."
- prophet: NEW Data - star count:17116.0
- prophet: NEW Data - star count:17082.0
- Facebook Prophet: library for generating forecasts from any time series data
- prophet: NEW Data - star count:16196.0
- prophet: NEW Data - star count:15889.0
What are some alternatives?
PaddlePaddle - PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
scikit-learn - scikit-learn: machine learning in Python
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
darts - A python library for user-friendly forecasting and anomaly detection on time series.
LightGBM - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
xgboost - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
greykite - A flexible, intuitive and fast forecasting library
LightFM - A Python implementation of LightFM, a hybrid recommendation algorithm.
MLflow - Open source platform for the machine learning lifecycle
Deeplearning4j - Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
Keras - Deep Learning for humans