A Julia package implementing online mini-batch learning algorithms for predictive modeling with GLMs and SVMs.
OnlineLearning.jl provides an implementation of online mini-batch learning algorithms for prediction tasks in Julia. It enables incremental model updates on streaming or large datasets through mini-batch optimization, making it suitable for scenarios where data arrives sequentially or doesn't fit in memory.
The project focuses on providing efficient, incremental learning algorithms that can handle both dense and sparse data structures while maintaining flexibility through composable learner and optimizer components.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.