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
aria42 avatar

aria42/flare

0
View on GitHub↗
287 stars·18 forks·Clojure·EPL-1.0·10 views

Flare

Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.)

Features

  • Deep Learning - Dynamic tensor graph library for neural networks.
  • Machine Learning - Machine learning library.

Star history

Star history chart for aria42/flareStar history chart for aria42/flare

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Flare

Similar open-source projects, ranked by how many features they share with Flare.
  • dmlc/mxnetdmlc avatar

    dmlc/mxnet

    20,812View on GitHub↗

    MXNet is a deep learning framework and distributed machine learning engine designed for training and deploying neural networks. It functions as a hardware-agnostic backend that allows for the development of deep learning models through a hybrid of symbolic and imperative programming. The system distinguishes itself through automatic distributed parallelism, which scales training workloads across multiple GPUs and machines. It features an extensible hardware backend interface that enables the integration of custom accelerators and proprietary libraries without modifying the core source code.

    C++
    View on GitHub↗20,812
  • christoschristofidis/awesome-deep-learningChristosChristofidis avatar

    ChristosChristofidis/awesome-deep-learning

    27,569View on GitHub↗

    This project is a curated directory of resources, libraries, and frameworks designed to support the development, training, and deployment of neural network models. It serves as a comprehensive guide for navigating the machine learning ecosystem, providing structured access to software utilities and research materials. The directory distinguishes itself by aggregating tools across the entire machine learning lifecycle, ranging from data management and experiment tracking to production-ready model deployment. It functions as a central hub for discovering both foundational academic research and

    awesomeawesome-listdeep-learning
    View on GitHub↗27,569
  • bvlc/caffeBVLC avatar

    BVLC/caffe

    34,576View on GitHub↗

    Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The

    C++deep-learningmachine-learningvision
    View on GitHub↗34,576
  • fengwang/cerasfengwang avatar

    fengwang/ceras

    127View on GitHub↗

    Ceras is yet another tiny deep learning engine, in pure c++ and header only.

    C++
    View on GitHub↗127
See all 30 alternatives to Flare→

Frequently asked questions

What does aria42/flare do?

Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.)

What are the main features of aria42/flare?

The main features of aria42/flare are: Deep Learning, Machine Learning.

What are some open-source alternatives to aria42/flare?

Open-source alternatives to aria42/flare include: dmlc/mxnet — MXNet is a deep learning framework and distributed machine learning engine designed for training and deploying neural… huggingface/transformers — Transformers is a comprehensive library for machine learning that provides a unified interface for training,… bvlc/caffe — Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It… christoschristofidis/awesome-deep-learning — This project is a curated directory of resources, libraries, and frameworks designed to support the development,… fengwang/ceras — Ceras is yet another tiny deep learning engine, in pure c++ and header only. jax-ml/jax — This project is a high-performance numerical computing library designed for large-scale scientific and machine…