awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deepmind avatar

deepmind/dm-haiku

0
View on GitHub↗
3,243 stars·295 forks·Python·Apache-2.0·4 viewsdm-haiku.readthedocs.io↗

Dm Haiku

Overview | Why Haiku? | Quickstart | Installation | Examples | User manual | Documentation | Citing Haiku

Features

  • Neural Network Libraries - Simple neural network library created by the authors of Sonnet.

Star history

Star history chart for deepmind/dm-haikuStar history chart for deepmind/dm-haiku

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Dm Haiku

Similar open-source projects, ranked by how many features they share with Dm Haiku.
  • harthur/brainharthur avatar

    harthur/brain

    7,991View on GitHub↗

    Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a multilayer perceptron model designed for pattern recognition and function approximation. The library includes a standalone inference engine that converts trained models into portable JavaScript functions. This allows predictions to be executed in browser or Node.js environments without requiring the original library dependencies. The system supports persistent model management through JSON serialization for saving and loading network weights. It also provides a streaming mechanism

    JavaScript
    View on GitHub↗7,991
  • cazala/synapticcazala avatar

    cazala/synaptic

    6,920View on GitHub↗

    Synaptic is a JavaScript neural network library used for building, training, and executing neural networks in Node.js and the browser. It provides a framework for constructing architecture-free neural network topologies, a backpropagation training engine for weight optimization, and a toolkit for implementing recurrent neural network frameworks. The library enables the design of custom first or second order network architectures without predefined constraints. It supports a variety of specialized models, including Long Short-Term Memory networks, Hopfield networks, Liquid State Machines, and

    JavaScript
    View on GitHub↗6,920
  • brainjs/brain.jsBrainJS avatar

    BrainJS/brain.js

    14,863View on GitHub↗

    Brain.js is a JavaScript neural network library for building, training, and running machine learning models in the browser or Node.js. It provides implementations for several network types, including feedforward networks, recurrent neural networks for time series forecasting, and autoencoders for data compression and denoising. The library features WebGL-based GPU acceleration to increase the speed of neural network computations on the graphics processor. It also includes a visualization tool that generates SVG images to represent the topology and layers of a feedforward network. The framewo

    TypeScript
    View on GitHub↗14,863
  • oneflow-inc/oneflowOneflow-Inc avatar

    Oneflow-Inc/oneflow

    9,400View on GitHub↗

    OneFlow is a deep learning framework and distributed execution engine designed for building, training, and deploying neural network architectures. It functions as a scalable neural network library that allows for the development of deep learning models and their execution across distributed hardware. The project includes a machine learning graph compiler used to optimize neural network execution graphs. This allows for the acceleration of model performance and the reduction of latency during both training and inference. The framework covers broad capability areas including large-scale model

    C++
    View on GitHub↗9,400
See all 25 alternatives to Dm Haiku→

Frequently asked questions

What does deepmind/dm-haiku do?

Overview | Why Haiku? | Quickstart | Installation | Examples | User manual | Documentation | Citing Haiku

What are the main features of deepmind/dm-haiku?

The main features of deepmind/dm-haiku are: Neural Network Libraries.

What are some open-source alternatives to deepmind/dm-haiku?

Open-source alternatives to deepmind/dm-haiku include: oneflow-inc/oneflow — OneFlow is a deep learning framework and distributed execution engine designed for building, training, and deploying… cazala/synaptic — Synaptic is a JavaScript neural network library used for building, training, and executing neural networks in Node.js… brainjs/brain.js — Brain.js is a JavaScript neural network library for building, training, and running machine learning models in the… harthur/brain — Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a… google-deepmind/penzai. erfanzar/easydel — EasyDeL is an open-source framework designed to enhance and streamline the training, fine-tuning, and serving of…