VectorFlow
by Community
A minimalist neural network library optimized for sparse data and single machine environments.
OSS
VectorFlow
Added 1 June 2026
Overview
VectorFlow is a minimalist neural network library written in D, optimized for sparse data and single machine environments. It provides a lightweight framework for building and running neural networks without distributed system overhead.
Best for
Best for
Developers building lightweight neural network models for observability on a single machine
Use cases
- Train anomaly detection models on sparse system metrics
- Run lightweight classification on log data
- Deploy minimal inference pipelines for edge monitoring
Notes
VectorFlow is a minimalist neural network library written in D, optimized for sparse data and single machine environments. It provides a lightweight framework for building and running neural networks without distributed system overhead.
1,294 stars on GitHub. Last updated 2024-05-02. Licensed Apache-2.0.
Use cases
- Train anomaly detection models on sparse system metrics
- Run lightweight classification on log data
- Deploy minimal inference pipelines for edge monitoring
Pros
- Optimized for sparse data, reducing memory and compute
- Simple, single-machine setup with no distributed dependencies
- Minimalist design makes it easy to integrate into existing D projects
Cons
- Limited to single machine environments, not suitable for large-scale distributed training
- D language has a smaller ecosystem and developer community
- No built-in support for advanced features like automatic differentiation or GPU acceleration
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Optimized for sparse data, reducing memory and compute
- Simple, single-machine setup with no distributed dependencies
- Minimalist design makes it easy to integrate into existing D projects
Cons
- Limited to single machine environments, not suitable for large-scale distributed training
- D language has a smaller ecosystem and developer community
- No built-in support for advanced features like automatic differentiation or GPU acceleration
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
Keras
Community
Deep Learning for humans
Caffe
Community
Caffe: a fast open framework for deep learning.
Jax
Community
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more