jingweizhanghuai/Morn
Morn是一个C语言的基础工具和基础算法库,包括数据结构、图像处理、音频处理、机器学习等,具有简单、通用、高效的特点。
Morn is a C language foundational library that provides essential tools and algorithms across various domains like data structures, image processing, audio processing, and a lightweight deep learning framework. It's designed for C developers who need simple, versatile, and efficient building blocks for their applications. You input raw data (images, audio, numerical data) and get processed data, analytical results, or models out.
347 stars. No commits in the last 6 months.
Use this if you are a C programmer building applications that require fundamental algorithms for data handling, image manipulation, audio analysis, or basic deep learning, and you prioritize simplicity and efficiency in your toolkit.
Not ideal if you are looking for a high-level, production-ready machine learning framework or if you prefer working in languages other than C.
Stars
347
Forks
71
Language
C
License
Apache-2.0
Category
Last pushed
May 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jingweizhanghuai/Morn"
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++