awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aria42 avatar

aria42/flare

0
View on GitHub↗

Flare

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

Features

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

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • Machine Learning - Machine learning library.
  • 287 星标·18 分支·Clojure·EPL-1.0·4 次浏览

    Star 历史

    aria42/flare 的 Star 历史图表aria42/flare 的 Star 历史图表

    Flare 的开源替代方案

    相似的开源项目,按与 Flare 的功能重合度排序。
    • dmlc/mxnetdmlc 的头像

      dmlc/mxnet

      20,812在 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++
      在 GitHub 上查看↗20,812
    • christoschristofidis/awesome-deep-learningChristosChristofidis 的头像

      ChristosChristofidis/awesome-deep-learning

      27,569在 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
      在 GitHub 上查看↗27,569
    • bvlc/caffeBVLC 的头像

      BVLC/caffe

      34,576在 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
      在 GitHub 上查看↗34,576
    • fengwang/cerasfengwang 的头像

      fengwang/ceras

      127在 GitHub 上查看↗

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

      C++
      在 GitHub 上查看↗127
    查看 Flare 的所有 30 个替代方案→

    常见问题解答

    aria42/flare 是做什么的?

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

    aria42/flare 的主要功能有哪些?

    aria42/flare 的主要功能包括:Deep Learning, Machine Learning。

    aria42/flare 有哪些开源替代品?

    aria42/flare 的开源替代品包括: 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…