grenade
liblinear-enumerator
grenade | liblinear-enumerator | |
---|---|---|
5 | - | |
1,445 | 3 | |
- | - | |
5.6 | 0.0 | |
9 months ago | almost 13 years ago | |
Haskell | C++ | |
BSD 2-clause "Simplified" License | BSD 3-clause "New" or "Revised" License |
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.
grenade
-
Haskell deep learning tutorials [Blog]
Grenade is fun, but it does not support CUDA, so it will limit you. I would say that this was a great experiment that has influenced the Hasktorch library in different ways (let me know if I am wrong).
- 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*?
liblinear-enumerator
We haven't tracked posts mentioning liblinear-enumerator yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
hasktorch - Tensors and neural networks in Haskell
hnn - haskell neural network library
simple-neural-networks - Simple parallel neural networks implementation in pure Haskell
creatur - Framework for artificial life and other evolutionary algorithms.
CV - Haskell wrappers and utilities for OpenCV machine vision library
simple-genetic-algorithm - Simple parallel genetic algorithm implementation in pure Haskell
nn - A tiny neural network ðŸ§
cv-combinators - Functional Combinators for Computer Vision, currently using OpenCV as a backend
csp - Constraint satisfaction problem (CSP) solvers for Haskell
simple-genetic-algorithm-mr - Fork of simple-genetic-algorithm using MonadRandom
GA - Haskell module for working with genetic algorithms