forked from scalanlp/breeze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (24 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Breeze is a library for numerical processing, machine learning, and natural language processing.
Its primary focus is on being generic, clean, and powerful without sacrificing (much) efficiency.
The library currently consists of several parts:
* breeze-math: Linear algebra and numerics routines
* breeze-process: Libraries for managing datasets and job pipelines.
* breeze-learn: Machine Learning and Optimization.
* breeze-viz: Vizualization and plotting
Possible future releases:
* breeze-fst: Finite state toolkit
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>
And others (email me if you've contributed code and aren't listed)
This project can be built with sbt 0.11.2
Documentation: https://github.com/dlwh/breeze/wiki/Quickstart