Popularity
2.2
Declining
Activity
0.0
Stable
5
2
0

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.5.0.0

multilinear alternatives and similar packages

Based on the "multilinear" category.
Alternatively, view multilinear alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of multilinear or a related project?

Add another 'multilinear' Package

README

Multilinear Hackage Build Status BuildStatus

Summary

Multilinear is general - purpose linear algebra and multi-dimensional array library for Haskell. It provides generic and efficient implementation of linear algebra operations on vectors, linear functionals, matrices and its higher - rank analoges: tensors. It can also be used as simply a miltidimensional arrays for everyone.

AS FOR NOW, THE LIBRARY IS IN BETA PHASE - DO NOT USE IT FOR PRODUCTION!!

Scripting

Multilinear is optimized to being used from GHCi. It uses easy and concise notation of Einstein summation convention to calculate complex tasks. Using this, you are able to write for example a deep learnin neural network from scratch in just a few lines of interpreter code. If you want to know more about Einstein convention, see the Wikipedia: https://en.wikipedia.org/wiki/Einstein_notation

Machine learning

Multi-dimensional algebra is especially useful to quickly write machine learning algorithms (eg. neural networks) from scratch. When library will be stable, some examples will be available.

Contribution

If you want to contribute to this library, contact with me.

Who do I talk to?

All copyrights to Artur M. Brodzki. Contact mail: [email protected]