oservo/aiFi
A Multi Layer Perceptron (MLP) Artificial Neural Network (ANN) Framework Developed in C for Machine Learning (ML) and Deep Learning (DL)
This is a C-based framework for building Multi-Layer Perceptron (MLP) Artificial Neural Networks. It provides the core tools for developers to create fast and robust AI applications. Developers who need to integrate custom machine learning models into C-based systems will find this useful.
No commits in the last 6 months.
Use this if you are a C developer needing to implement or integrate a high-performance Multi-Layer Perceptron neural network into an application.
Not ideal if you prefer higher-level languages like Python or need a pre-built, off-the-shelf AI model rather than a foundational framework.
Stars
11
Forks
5
Language
C
License
MIT
Category
Last pushed
May 04, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/oservo/aiFi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
apache/singa
a distributed deep learning platform
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++