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

Dobiasd/frugally-deep

0
View on GitHub↗
1,125 stars·238 forks·C++·MIT·11 views

Frugally Deep

A lightweight header-only library for using Keras (TensorFlow) models in C++.

Features

  • Artificial Intelligence - Header-only library for deploying Keras models.
  • Machine Learning - Run Keras models within C++ applications.
  • Machine Learning and AI - Header-only library for running Keras models.

Star history

Star history chart for dobiasd/frugally-deepStar history chart for dobiasd/frugally-deep

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Frequently asked questions

What does dobiasd/frugally-deep do?

A lightweight header-only library for using Keras (TensorFlow) models in C++.

What are the main features of dobiasd/frugally-deep?

The main features of dobiasd/frugally-deep are: Artificial Intelligence, Machine Learning, Machine Learning and AI.

Which projects share features with dobiasd/frugally-deep?

Projects with overlapping indexed features include: tensorflow/tensorflow — TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of… ujjwalkarn/machine-learning-tutorials — This repository serves as a structured educational resource for machine learning and data science, providing a… codeplea/genann — simple neural network library in ANSI C. pytorch/pytorch — PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array… tiny-dnn/tiny-dnn — tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural… arbox/machine-learning-with-ruby — Curated list: Resources for machine learning in Ruby.

Projects sharing features with Frugally Deep

These projects share indexed features with Frugally Deep. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    View on GitHub↗100,814
  • tensorflow/tensorflowtensorflow avatar

    tensorflow/tensorflow

    195,697View on GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    C++deep-learningdeep-neural-networksdistributed
    View on GitHub↗195,697
  • codeplea/genanncodeplea avatar

    codeplea/genann

    2,268View on GitHub↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    View on GitHub↗2,268
  • tiny-dnn/tiny-dnntiny-dnn avatar

    tiny-dnn/tiny-dnn

    6,019View on GitHub↗

    tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural networks. It constructs static computational graphs at compile time using template-based layer composition, with a gradient-based backpropagation engine and minibatch stochastic gradient descent for training, all without external dependencies beyond the C++14 standard library. The framework supports importing pre-trained models from the Caffe framework directly, parsing its binary serialization format without requiring external protocol buffer libraries. It provides CPU-optimized te

    C++
    View on GitHub↗6,019
  • Compare all 30 related projects→