C with Deep Learning

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • tensorflow

    An Open Source Machine Learning Framework for Everyone

    TensorFlow has C APIs. I developed KANN from scratch for deep learning. It supports CNN, LSTM and complex topologies. For simple MLPs, you can implement your own as a practice. Use a BLAS library for performance.

  • kann

    A lightweight C library for artificial neural networks

    TensorFlow has C APIs. I developed KANN from scratch for deep learning. It supports CNN, LSTM and complex topologies. For simple MLPs, you can implement your own as a practice. Use a BLAS library for performance.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • darknet

    Convolutional Neural Networks

    yes, in subfield of ML like DNL and CNL, C||C++ are commonly used, darkent is open source neural network framework written in c and cuda .

  • deepC

    vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers

    You could try things like deepC but that is again C++ https://github.com/ai-techsystems/deepC

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