Breeze is a library for numerical processing. Its primary focus is on being generic, clean, and powerful without sacrificing (much) efficiency.
The current version is 0.4-SNAPSHOT. The library currently consists of several parts:
- breeze-math: Linear algebra and numerics routines
- breeze-viz: Vizualization and plotting (this is going away soon)
Note: after the recent reorganization, breeze-learn (machine learning) is now in Nak and breeze-process (natural language processing) has become Chalk.
This project can be built with sbt 0.12.3
- https://github.com/scalanlp/breeze/wiki/Quickstart
- https://github.com/scalanlp/breeze/wiki/Breeze-Linear-Algebra
- https://github.com/scalanlp/breeze/wiki/UserGuide
- Scaladoc
Breeze is the merger of the ScalaNLP and Scalala projects, because one of the original maintainers is unable to continue development. The Scalala parts are largely rewritten.
(c) David Hall, 2009 -
Portions (c) Daniel Ramage, 2009 - 2011
Contributions from:
- Jason Zaugg (@retronym)
- Alexander Lehmann (@afwlehmann)
- Jonathan Merritt (@lancelet)
- Keith Stevens (@fozziethebeat)
- Jason Baldridge (@jasonbaldridge)
- Timothy Hunter (@tjhunter)
- Dave DeCaprio (@DaveDeCaprio)
- Daniel Duckworth (@duckworthd)
- Eric Christiansen (@emchristiansen)
- Marc Millstone (@splittingfield)
- Mérő László (@laci37)
- Alexey Noskov (@alno)
- Devon Bryant (@devonbryant)
- Kentaroh Takagaki (@ktakagaki)
And others (email David Hall if you've contributed code and aren't listed).