Pytorch
tensorflow


Pytorch | tensorflow | |
---|---|---|
381 | 233 | |
86,719 | 187,784 | |
1.5% | 0.4% | |
10.0 | 10.0 | |
1 day ago | 6 days ago | |
Python | C++ | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
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.
Pytorch
-
Must-Know 2025 Developer’s Roadmap and Key Programming Trends
Python’s Growth in Data Work and AI: Python continues to lead because of its easy-to-read style and the huge number of libraries available for tasks from data work to artificial intelligence. Tools like TensorFlow and PyTorch make it a must-have. Whether you’re experienced or just starting, Python’s clear style makes it a good choice for diving into machine learning. Actionable Tip: If you’re new to Python, try projects that combine data with everyday problems. For example, build a simple recommendation system using Pandas and scikit-learn.
-
Decorator JITs: Python as a DSL
Basically this style of code - https://github.com/pytorch-labs/attention-gym/pull/84/files - has issues like this - https://github.com/pytorch/pytorch/pull/137452 https://github.com/pytorch/pytorch/issues/144511 https://github.com/pytorch/pytorch/issues/145869
For some higher level context, see https://pytorch.org/blog/flexattention/
-
Building an AI-powered Financial Data Analyzer with NodeJS, Python, SvelteKit, and TailwindCSS - Part 0
The AI Service will be built using aiohttp (asynchronous Python web server) and integrates PyTorch, Hugging Face Transformers, numpy, pandas, and scikit-learn for financial data analysis.
- PyTorch 2.6.0 Release
-
Responsible Innovation: Open Source Best Practices for Sustainable AI
Open source frameworks like PyTorch are already enabling Machine Learning breakthroughs because they’re living communities where great things happen through:
-
Golang Vs. Python Performance: Which Programming Language Is Better?
- Data Science and AI: TensorFlow, PyTorch and scikit-learn are only a few of the standard Python libraries. - Web Development: development of web-based applications is made simple by frameworks such as Flask as well as Django. - Prototyping: Python's ease of use lets you quickly iterate and testing concepts.
-
How to resolve the dlopen problem with Nvidia and PyTorch or Tensorflow inside a virtual env
By chance, Tensorflow or PyTorch can work with pip packages from Nvidia.
- Making VLLM work on WSL2
-
2025’s Must-Know Tech Stacks
PyTorch
-
Experiments with Byte Matrix Multiplication
> It's quite common in machine learning operations to multiply a matrix of unsigned byte by a matrix of signed byte. Don't ask me why, but that's the case.
Overflow is the reason. Intel's vpmaddubsw takes int8_t and uint8_t to give you results in int16_t. If both are unsigned 255 * 255 = 65025 will be out of range for int16_t so likely the instruction is designed to take int8_t and uint8_t. The overflow (or rather saturation with this instruction) can still occur because it sums to adjacent multiplication. See my comment in PyTorch. https://github.com/pytorch/pytorch/blob/a37db5ae3978010e1bb7...
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.
What are some alternatives?
mediapipe - Cross-platform, customizable ML solutions for live and streaming media.
PaddlePaddle - PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
tinygrad - You like pytorch? You like micrograd? You love tinygrad! ❤️
Prophet - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
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
CNTK - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Flux.jl - Relax! Flux is the ML library that doesn't make you tensor
scikit-learn - scikit-learn: machine learning in Python
Deep Java Library (DJL) - An Engine-Agnostic Deep Learning Framework in Java
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...

