Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : mathflow

[Index] Use Python for test Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info Package maintainers For package maintainers and hackage trustees Candidates This package provides a model of tensor-operations. The model is independent from tensorflow-binding of python and haskell, though this package generates python-code. tensor's dimensions and constraints are described by dependent types. The tensor-operations are based on tensorflow-api. Currently the model can be translated into python-code. To write this package, I refer to this neural network document and singletons. Install tensorflow of python and this package. Model has a type of Tensor (dimensions:[Nat]) value-type output-type. This package makes tensorflow-graph from the mode. The model's endpoint is always a tensor-type. At first write graph by using arithmetic operators like (+,-,,/), % (which is matrix multiply) and tensorflow-functions. Mathflow.{TF,TF.NN,TF.Train} packages define Tensorflow-functions. A example is below. Write tensorflow-model. Run the model. This run function generates python-code and excecute the code by python.

Registry - Source - Homepage - JSON
purl: pkg:hackage/mathflow
Keywords: bsd3, library, math
License: BSD-3-Clause
Latest release: almost 7 years ago
First release: almost 7 years ago
Downloads: 862 total
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...