Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Yes, there are some:</p> <h2><a href="http://code.google.com/p/scalalab/" rel="nofollow noreferrer">Scalalab</a></h2> <blockquote> <p>The ScalaLab project aims to provide an efficient scientific programming environment for the Java Virtual Machine. The scripting language is based on the Scala programming language enhanced with high level scientific operators and with an integrated environment that provides a Matlab-like working style. </p> <p>The scripting code is extremely fast, close to Java (sometimes slower, sometimes faster), and usually faster from equivalent Matlab .m scripts!</p> </blockquote> <h2><s><a href="http://code.google.com/p/scalala/" rel="nofollow noreferrer">Scalala</a></s> is now superseded by <a href="https://github.com/scalanlp/breeze" rel="nofollow noreferrer">Breeze</a></h2> <blockquote> <p>A high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.</p> </blockquote> <h2><a href="http://factorie.cs.umass.edu/" rel="nofollow noreferrer">Factorie</a></h2> <blockquote> <p>FACTORIE is a toolkit for deployable probabilistic modeling, implemented as a software library in Scala. It provides its users with a succinct language for creating relational <strong>factor graphs</strong>, estimating parameters and performing inference.</p> </blockquote> <h2><a href="https://github.com/twitter/cassovary" rel="nofollow noreferrer">Cassovary</a></h2> <p>by twitter for graph processing:</p> <blockquote> <p>Cassovary is designed from the ground up to efficiently handle graphs with billions of edges. It comes with some common node and graph data structures and traversal algorithms. A typical usage is to do large-scale graph mining and analysis.</p> <p>At Twitter, Cassovary forms the bottom layer of a stack that we use to power many of our graph-based features, including "Who to Follow" and “Similar to.” We also use it for relevance in Twitter Search and the algorithms that determine which Promoted Products users will see. Over time, we hope to bring more non-proprietary logic from some of those product features into Cassovary.</p> </blockquote> <h2><a href="https://github.com/twitter/algebird" rel="nofollow noreferrer">Algebird</a></h2> <p>Abstract algebra library from twitter:</p> <blockquote> <p>Code is targeted at building aggregation systems (via Scalding or Storm). It was originally developed as part of Scalding's Matrix API, where Matrices had values which are elements of Monoids, Groups, or Rings. Subsequently, it was clear that the code had broader application within Scalding and on other projects within Twitter.</p> </blockquote> <h2><a href="https://github.com/urso/scala_prob" rel="nofollow noreferrer">scala_prob</a></h2> <p>! has experimental status !</p> <blockquote> <p>sb_probdsl offers simple discrete probabilistic programming support using scala's new delimited continuations support.</p> </blockquote> <h2><a href="https://github.com/runarorama/Malakov" rel="nofollow noreferrer">Malakov</a></h2> <blockquote> <p>A Markov Chain library for Scala</p> <p>Markov chains represent stochastic processes where the probability distribution of the next step depends non-trivially on the current step, but does not depend on previous steps. Give this library some training data and it will generate new random data that statistically resembles it.</p> </blockquote> <h2><a href="https://github.com/uzh/signal-collect" rel="nofollow noreferrer">signal-collect</a></h2> <blockquote> <p>Signal/Collect is a programming model and framework for large-scale graph processing. The model is expressive enough to concisely formulate many iterated and data-flow algorithms on graphs, while allowing the framework to transparently parallelize the processing.</p> </blockquote> <h2><a href="http://software.clapper.org/grizzled-scala/api/grizzled/math/index.html" rel="nofollow noreferrer">Grizzled.math</a></h2> <blockquote> <p>Includes stat and utility packages. Contains very basic and well known things, such as means std...</p> </blockquote> <h2><a href="https://github.com/jliszka/probability-monad" rel="nofollow noreferrer">Probability Monad:</a></h2> <blockquote> <p>While it is not library it could help you a lot with dealing probabilities.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload