tensorflow
Haskell bindings for TensorFlow (by tensorflow)
grenade
Deep Learning in Haskell (by HuwCampbell)
Our great sponsors
tensorflow | grenade | |
---|---|---|
0 | 4 | |
1,473 | 1,393 | |
0.3% | - | |
0.0 | 0.0 | |
17 days ago | 4 months ago | |
Haskell | Haskell | |
LicenseRef-Apache | BSD 2-clause "Simplified" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tensorflow
Posts with mentions or reviews of tensorflow.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning tensorflow yet.
Tracking mentions began in Dec 2020.
grenade
Posts with mentions or reviews of grenade.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-07.
- Dhall: A Gateway Drug to Haskell
-
Haskell for Artificial Intelligence?
FWIW there's an interesting library called grenade which offers nice types for constructing neural nets. I haven't used it, and this is not my areas of expertise, but it looks cool!
-
Rank 3 Stencils for "Efficient Parallel Stencil Convolution in Haskell" (Repa)
When I wrote grenade I used the im2col trick to turn convolutions into a single matrix multiplication, which could then be done in hmatrix.
- What are some ways I could tickle my (beginner) haskell-brain with something *useful*?
What are some alternatives?
When comparing tensorflow and grenade you can also consider the following projects:
hasktorch - Tensors and neural networks in Haskell
HLearn-algebra - Homomorphic machine learning
haskell-ml - Various examples of machine learning, in Haskell.
liblinear-enumerator - Haskell bindings to liblinear
rc - Reservoir Computing, an RNN flavor
simple-neural-networks - Simple parallel neural networks implementation in pure Haskell
hnn - haskell neural network library
csp - Constraint satisfaction problem (CSP) solvers for Haskell
CV - Haskell wrappers and utilities for OpenCV machine vision library
genetics - A Genetic Algorithm library in Haskell
nn - A tiny neural network ðŸ§
neural - Neural Nets in native Haskell