Popularity
0.9
Declining
Activity
0.0
Stable
1
1
0
Monthly Downloads: 2
Programming language: Haskell
License: GNU General Public License v2.0 only
attoparsec-arff alternatives and similar packages
Based on the "AI" category.
Alternatively, view attoparsec-arff alternatives based on common mentions on social networks and blogs.
-
tensor-safe
A Haskell framework to define valid deep learning models and export them to other frameworks like TensorFlow JS or Keras. -
moo
Genetic algorithm library for Haskell. Binary and continuous (real-coded) GAs. Binary GAs: binary and Gray encoding; point mutation; one-point, two-point, and uniform crossover. Continuous GAs: Gaussian mutation; BLX-α, UNDX, and SBX crossover. Selection operators: roulette, tournament, and stochastic universal sampling (SUS); with optional niching, ranking, and scaling. Replacement strategies: generational with elitism and steady state. Constrained optimization: random constrained initialization, death penalty, constrained selection without a penalty function. Multi-objective optimization: NSGA-II and constrained NSGA-II. -
keera-posture
Alleviate your back pain using Haskell and a webcam -
simple-genetic-algorithm
Simple parallel genetic algorithm implementation in pure Haskell -
creatur
Framework for artificial life and other evolutionary algorithms. -
cv-combinators
Functional Combinators for Computer Vision, currently using OpenCV as a backend -
simple-neural-networks
Simple parallel neural networks implementation in pure Haskell -
HaVSA
HaVSA (Have-Saa) is a Haskell implementation of the Version Space Algebra Machine Learning technique described by Tessa Lau. -
neural-network-base
Neural network framework in Haskell -
fei-nn
High level APIs for leaveraging neural networks with MXNet in Haskell -
hmep
Haskell Multi Expression Programming implemented with the focus on speed -
finito
A constraint solver for finite domains, written in Haskell. -
CarneadesDSL
An implementation and DSL for the Carneades argumentation model. -
Etage
A general data-flow framework featuring nondeterminism, laziness and neurological pseudo-terminology. -
liblinear-enumerator
Haskell bindings to liblinear -
simple-genetic-algorithm-mr
Fork of simple-genetic-algorithm using MonadRandom
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of attoparsec-arff or a related project?
README
Attoparsec-ARFF
A Haskell library for parsing ARFF files.
List of unsupported features
- "String" attribute types
- "Date" attribute types
- Quoted identifiers in attribute names and nominal values
TODO list
- Use HLint and clean up code
- Testing
- Quoted identifiers
- Extra attribute types
- Fix haddock comments
- Re-do exports & hide some functions