Haskell deep learning tutorials [Blog]

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tensorflow

    Haskell bindings for TensorFlow

    First I still have to admit that Haskell ML libraries have a large space for improvement. On the other hand, there exists bindings for Tensorflow. As can be seen from Github, they have recently added support for libtensorflow v2.3.0.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • accelerate

    Embedded language for high-performance array computations (by AccelerateHS)

    Backprop is a neat library. However, I guess its use case is if you actually don't want to go for anything standard like Torch or TF (perhaps for research?) For instance, if I were to use something like Accelerate for GPU acceleration, or some other computation-oriented library, then I would mix it with Backprop. Previously, I have benefited from Backprop in a ConvNet tutorial and I liked it.

  • hasktorch

    Tensors and neural networks in Haskell

    As rightfully pointed u/gelisam, both Hasktorch and Pytorch are essentially the same things (bindings to existing Torch library). Therefore, it should be generally possible to use existing pretrained models. Here is an example.

  • grenade

    Deep Learning in Haskell

    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).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Endia: Scientific Computing in Mojo

    1 project | news.ycombinator.com | 20 Jul 2024
  • Should I use newer ghc?

    2 projects | /r/haskell | 23 Feb 2023
  • How do I get my program to use 100% of the GPU?

    1 project | /r/archlinux | 9 Jan 2023
  • I made a petition to get the accelerate project for Haskell some funding.

    1 project | /r/haskell | 5 Jan 2023
  • Next Decade in Languages: User Code on the GPU

    3 projects | /r/ProgrammingLanguages | 25 Jun 2022

Did you konow that Haskell is
the 23rd most popular programming language
based on number of metions?